Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1435 case INSTR_JMP_LT_HI: in instruction_is_jmp()
5175 instr->type = INSTR_JMP_LT_HI; in instr_jmp_lt_translate()
6854 [INSTR_JMP_LT_HI] = instr_jmp_lt_hi_exec,
10233 case INSTR_JMP_LT_HI: return "INSTR_JMP_LT_HI"; in instr_type_to_name()
10883 case INSTR_JMP_LT_HI: in instr_jmp_export()
11105 [INSTR_JMP_LT_HI] = instr_jmp_export,
11320 case INSTR_JMP_LT_HI: return NULL; in instr_type_to_func()
11616 case INSTR_JMP_LT_HI: in action_instr_jmp_codegen()
12194 case INSTR_JMP_LT_HI: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h528 INSTR_JMP_LT_HI, /* a = H, b = I */ enumerator