Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1437 case INSTR_JMP_GT_MH: in instruction_is_jmp()
5215 instr->type = INSTR_JMP_GT_MH; in instr_jmp_gt_translate()
6857 [INSTR_JMP_GT_MH] = instr_jmp_gt_mh_exec,
10235 case INSTR_JMP_GT_MH: return "INSTR_JMP_GT_MH"; in instr_type_to_name()
10858 case INSTR_JMP_GT_MH: in instr_jmp_export()
11108 [INSTR_JMP_GT_MH] = instr_jmp_export,
11322 case INSTR_JMP_GT_MH: return NULL; in instr_type_to_func()
11640 case INSTR_JMP_GT_MH: in action_instr_jmp_codegen()
12210 case INSTR_JMP_GT_MH: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h535 INSTR_JMP_GT_MH, /* a = MEFT, b = H */ enumerator