Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1420 case INSTR_JMP_EQ: in instruction_is_jmp()
5031 instr->type = INSTR_JMP_EQ; in instr_jmp_eq_translate()
6837 [INSTR_JMP_EQ] = instr_jmp_eq_exec,
10218 case INSTR_JMP_EQ: return "INSTR_JMP_EQ"; in instr_type_to_name()
10845 case INSTR_JMP_EQ: in instr_jmp_export()
11088 [INSTR_JMP_EQ] = instr_jmp_export,
11305 case INSTR_JMP_EQ: return NULL; in instr_type_to_func()
11436 case INSTR_JMP_EQ: in action_instr_jmp_codegen()
12074 case INSTR_JMP_EQ: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h503 INSTR_JMP_EQ, /* a = MEFT, b = MEFT */ enumerator