Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1422 case INSTR_JMP_EQ_HM: in instruction_is_jmp()
5035 instr->type = INSTR_JMP_EQ_HM; in instr_jmp_eq_translate()
6839 [INSTR_JMP_EQ_HM] = instr_jmp_eq_hm_exec,
10220 case INSTR_JMP_EQ_HM: return "INSTR_JMP_EQ_HM"; in instr_type_to_name()
10847 case INSTR_JMP_EQ_HM: in instr_jmp_export()
11090 [INSTR_JMP_EQ_HM] = instr_jmp_export,
11307 case INSTR_JMP_EQ_HM: return NULL; in instr_type_to_func()
11460 case INSTR_JMP_EQ_HM: in action_instr_jmp_codegen()
12090 case INSTR_JMP_EQ_HM: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h505 INSTR_JMP_EQ_HM, /* a = H, b = MEFT */ enumerator