Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1433 case INSTR_JMP_LT_HH: in instruction_is_jmp()
5157 instr->type = INSTR_JMP_LT_HH; in instr_jmp_lt_translate()
6852 [INSTR_JMP_LT_HH] = instr_jmp_lt_hh_exec,
10231 case INSTR_JMP_LT_HH: return "INSTR_JMP_LT_HH"; in instr_type_to_name()
10856 case INSTR_JMP_LT_HH: in instr_jmp_export()
11103 [INSTR_JMP_LT_HH] = instr_jmp_export,
11318 case INSTR_JMP_LT_HH: return NULL; in instr_type_to_func()
11592 case INSTR_JMP_LT_HH: in action_instr_jmp_codegen()
12178 case INSTR_JMP_LT_HH: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h526 INSTR_JMP_LT_HH, /* a = H, b = H */ enumerator