Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1431 case INSTR_JMP_LT_MH: in instruction_is_jmp()
5155 instr->type = INSTR_JMP_LT_MH; in instr_jmp_lt_translate()
6850 [INSTR_JMP_LT_MH] = instr_jmp_lt_mh_exec,
10229 case INSTR_JMP_LT_MH: return "INSTR_JMP_LT_MH"; in instr_type_to_name()
10854 case INSTR_JMP_LT_MH: in instr_jmp_export()
11101 [INSTR_JMP_LT_MH] = instr_jmp_export,
11316 case INSTR_JMP_LT_MH: return NULL; in instr_type_to_func()
11568 case INSTR_JMP_LT_MH: in action_instr_jmp_codegen()
12162 case INSTR_JMP_LT_MH: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h524 INSTR_JMP_LT_MH, /* a = MEFT, b = H */ enumerator