Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1440 case INSTR_JMP_GT_MI: in instruction_is_jmp()
5233 instr->type = INSTR_JMP_GT_MI; in instr_jmp_gt_translate()
6860 [INSTR_JMP_GT_MI] = instr_jmp_gt_mi_exec,
10238 case INSTR_JMP_GT_MI: return "INSTR_JMP_GT_MI"; in instr_type_to_name()
10884 case INSTR_JMP_GT_MI: in instr_jmp_export()
11111 [INSTR_JMP_GT_MI] = instr_jmp_export,
11325 case INSTR_JMP_GT_MI: return NULL; in instr_type_to_func()
11676 case INSTR_JMP_GT_MI: in action_instr_jmp_codegen()
12234 case INSTR_JMP_GT_MI: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h538 INSTR_JMP_GT_MI, /* a = MEFT, b = I */ enumerator