Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1425 case INSTR_JMP_NEQ: in instruction_is_jmp()
5091 instr->type = INSTR_JMP_NEQ; in instr_jmp_neq_translate()
6843 [INSTR_JMP_NEQ] = instr_jmp_neq_exec,
10223 case INSTR_JMP_NEQ: return "INSTR_JMP_NEQ"; in instr_type_to_name()
10849 case INSTR_JMP_NEQ: in instr_jmp_export()
11094 [INSTR_JMP_NEQ] = instr_jmp_export,
11310 case INSTR_JMP_NEQ: return NULL; in instr_type_to_func()
11496 case INSTR_JMP_NEQ: in action_instr_jmp_codegen()
12114 case INSTR_JMP_NEQ: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h513 INSTR_JMP_NEQ, /* a = MEFT, b = MEFT */ enumerator