Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1432 case INSTR_JMP_LT_HM: in instruction_is_jmp()
5153 instr->type = INSTR_JMP_LT_HM; in instr_jmp_lt_translate()
6851 [INSTR_JMP_LT_HM] = instr_jmp_lt_hm_exec,
10230 case INSTR_JMP_LT_HM: return "INSTR_JMP_LT_HM"; in instr_type_to_name()
10855 case INSTR_JMP_LT_HM: in instr_jmp_export()
11102 [INSTR_JMP_LT_HM] = instr_jmp_export,
11317 case INSTR_JMP_LT_HM: return NULL; in instr_type_to_func()
11580 case INSTR_JMP_LT_HM: in action_instr_jmp_codegen()
12170 case INSTR_JMP_LT_HM: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h525 INSTR_JMP_LT_HM, /* a = H, b = MEFT */ enumerator