Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1434 case INSTR_JMP_LT_MI: in instruction_is_jmp()
5173 instr->type = INSTR_JMP_LT_MI; in instr_jmp_lt_translate()
6853 [INSTR_JMP_LT_MI] = instr_jmp_lt_mi_exec,
10232 case INSTR_JMP_LT_MI: return "INSTR_JMP_LT_MI"; in instr_type_to_name()
10882 case INSTR_JMP_LT_MI: in instr_jmp_export()
11104 [INSTR_JMP_LT_MI] = instr_jmp_export,
11319 case INSTR_JMP_LT_MI: return NULL; in instr_type_to_func()
11604 case INSTR_JMP_LT_MI: in action_instr_jmp_codegen()
12186 case INSTR_JMP_LT_MI: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h527 INSTR_JMP_LT_MI, /* a = MEFT, b = I */ enumerator