Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1428 case INSTR_JMP_NEQ_HH: in instruction_is_jmp()
5097 instr->type = INSTR_JMP_NEQ_HH; in instr_jmp_neq_translate()
6846 [INSTR_JMP_NEQ_HH] = instr_jmp_neq_hh_exec,
10226 case INSTR_JMP_NEQ_HH: return "INSTR_JMP_NEQ_HH"; in instr_type_to_name()
10852 case INSTR_JMP_NEQ_HH: in instr_jmp_export()
11097 [INSTR_JMP_NEQ_HH] = instr_jmp_export,
11313 case INSTR_JMP_NEQ_HH: return NULL; in instr_type_to_func()
11532 case INSTR_JMP_NEQ_HH: in action_instr_jmp_codegen()
12138 case INSTR_JMP_NEQ_HH: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h516 INSTR_JMP_NEQ_HH, /* a = H, b = H */ enumerator