Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1430 case INSTR_JMP_LT: in instruction_is_jmp()
5151 instr->type = INSTR_JMP_LT; in instr_jmp_lt_translate()
6849 [INSTR_JMP_LT] = instr_jmp_lt_exec,
10228 case INSTR_JMP_LT: return "INSTR_JMP_LT"; in instr_type_to_name()
10853 case INSTR_JMP_LT: in instr_jmp_export()
11100 [INSTR_JMP_LT] = instr_jmp_export,
11315 case INSTR_JMP_LT: return NULL; in instr_type_to_func()
11556 case INSTR_JMP_LT: in action_instr_jmp_codegen()
12154 case INSTR_JMP_LT: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h523 INSTR_JMP_LT, /* a = MEFT, b = MEFT */ enumerator