Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1427 case INSTR_JMP_NEQ_HM: in instruction_is_jmp()
5095 instr->type = INSTR_JMP_NEQ_HM; in instr_jmp_neq_translate()
6845 [INSTR_JMP_NEQ_HM] = instr_jmp_neq_hm_exec,
10225 case INSTR_JMP_NEQ_HM: return "INSTR_JMP_NEQ_HM"; in instr_type_to_name()
10851 case INSTR_JMP_NEQ_HM: in instr_jmp_export()
11096 [INSTR_JMP_NEQ_HM] = instr_jmp_export,
11312 case INSTR_JMP_NEQ_HM: return NULL; in instr_type_to_func()
11520 case INSTR_JMP_NEQ_HM: in action_instr_jmp_codegen()
12130 case INSTR_JMP_NEQ_HM: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h515 INSTR_JMP_NEQ_HM, /* a = H, b = MEFT */ enumerator