Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1416 case INSTR_JMP_HIT: in instruction_is_jmp()
4934 instr->type = INSTR_JMP_HIT; in instr_jmp_hit_translate()
6832 [INSTR_JMP_HIT] = instr_jmp_hit_exec,
10214 case INSTR_JMP_HIT: return "INSTR_JMP_HIT"; in instr_type_to_name()
11083 [INSTR_JMP_HIT] = instr_jmp_export,
11301 case INSTR_JMP_HIT: return NULL; in instr_type_to_func()
11404 case INSTR_JMP_HIT: in action_instr_jmp_codegen()
12052 case INSTR_JMP_HIT: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h482 INSTR_JMP_HIT, enumerator