Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1417 case INSTR_JMP_MISS: in instruction_is_jmp()
4952 instr->type = INSTR_JMP_MISS; in instr_jmp_miss_translate()
6833 [INSTR_JMP_MISS] = instr_jmp_miss_exec,
10215 case INSTR_JMP_MISS: return "INSTR_JMP_MISS"; in instr_type_to_name()
11084 [INSTR_JMP_MISS] = instr_jmp_export,
11302 case INSTR_JMP_MISS: return NULL; in instr_type_to_func()
11411 case INSTR_JMP_MISS: in action_instr_jmp_codegen()
12057 case INSTR_JMP_MISS: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h487 INSTR_JMP_MISS, enumerator