Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1436 case INSTR_JMP_GT: in instruction_is_jmp()
5211 instr->type = INSTR_JMP_GT; in instr_jmp_gt_translate()
6856 [INSTR_JMP_GT] = instr_jmp_gt_exec,
10234 case INSTR_JMP_GT: return "INSTR_JMP_GT"; in instr_type_to_name()
10857 case INSTR_JMP_GT: in instr_jmp_export()
11107 [INSTR_JMP_GT] = instr_jmp_export,
11321 case INSTR_JMP_GT: return NULL; in instr_type_to_func()
11628 case INSTR_JMP_GT: in action_instr_jmp_codegen()
12202 case INSTR_JMP_GT: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h534 INSTR_JMP_GT, /* a = MEFT, b = MEFT */ enumerator