Home
last modified time | relevance | path

Searched refs:INSTR_JMP_NEQ_MH (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1426 case INSTR_JMP_NEQ_MH: in instruction_is_jmp()
5093 instr->type = INSTR_JMP_NEQ_MH; in instr_jmp_neq_translate()
6844 [INSTR_JMP_NEQ_MH] = instr_jmp_neq_mh_exec,
10224 case INSTR_JMP_NEQ_MH: return "INSTR_JMP_NEQ_MH"; in instr_type_to_name()
10850 case INSTR_JMP_NEQ_MH: in instr_jmp_export()
11095 [INSTR_JMP_NEQ_MH] = instr_jmp_export,
11311 case INSTR_JMP_NEQ_MH: return NULL; in instr_type_to_func()
11508 case INSTR_JMP_NEQ_MH: in action_instr_jmp_codegen()
12122 case INSTR_JMP_NEQ_MH: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h514 INSTR_JMP_NEQ_MH, /* a = MEFT, b = H */ enumerator