Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1421 case INSTR_JMP_EQ_MH: in instruction_is_jmp()
5033 instr->type = INSTR_JMP_EQ_MH; in instr_jmp_eq_translate()
6838 [INSTR_JMP_EQ_MH] = instr_jmp_eq_mh_exec,
10219 case INSTR_JMP_EQ_MH: return "INSTR_JMP_EQ_MH"; in instr_type_to_name()
10846 case INSTR_JMP_EQ_MH: in instr_jmp_export()
11089 [INSTR_JMP_EQ_MH] = instr_jmp_export,
11306 case INSTR_JMP_EQ_MH: return NULL; in instr_type_to_func()
11448 case INSTR_JMP_EQ_MH: in action_instr_jmp_codegen()
12082 case INSTR_JMP_EQ_MH: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h504 INSTR_JMP_EQ_MH, /* a = MEFT, b = H */ enumerator