Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1418 case INSTR_JMP_ACTION_HIT: in instruction_is_jmp()
4975 instr->type = INSTR_JMP_ACTION_HIT; in instr_jmp_action_hit_translate()
6834 [INSTR_JMP_ACTION_HIT] = instr_jmp_action_hit_exec,
10216 case INSTR_JMP_ACTION_HIT: return "INSTR_JMP_ACTION_HIT"; in instr_type_to_name()
10838 case INSTR_JMP_ACTION_HIT: in instr_jmp_export()
11085 [INSTR_JMP_ACTION_HIT] = instr_jmp_export,
11303 case INSTR_JMP_ACTION_HIT: return NULL; in instr_type_to_func()
11418 case INSTR_JMP_ACTION_HIT: in action_instr_jmp_codegen()
12062 case INSTR_JMP_ACTION_HIT: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h492 INSTR_JMP_ACTION_HIT, enumerator