Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1438 case INSTR_JMP_GT_HM: in instruction_is_jmp()
5213 instr->type = INSTR_JMP_GT_HM; in instr_jmp_gt_translate()
6858 [INSTR_JMP_GT_HM] = instr_jmp_gt_hm_exec,
10236 case INSTR_JMP_GT_HM: return "INSTR_JMP_GT_HM"; in instr_type_to_name()
10859 case INSTR_JMP_GT_HM: in instr_jmp_export()
11109 [INSTR_JMP_GT_HM] = instr_jmp_export,
11323 case INSTR_JMP_GT_HM: return NULL; in instr_type_to_func()
11652 case INSTR_JMP_GT_HM: in action_instr_jmp_codegen()
12218 case INSTR_JMP_GT_HM: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h536 INSTR_JMP_GT_HM, /* a = H, b = MEFT */ enumerator