Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1414 case INSTR_JMP_VALID: in instruction_is_jmp()
4892 instr->type = INSTR_JMP_VALID; in instr_jmp_valid_translate()
6830 [INSTR_JMP_VALID] = instr_jmp_valid_exec,
10212 case INSTR_JMP_VALID: return "INSTR_JMP_VALID"; in instr_type_to_name()
10831 case INSTR_JMP_VALID: in instr_jmp_export()
11081 [INSTR_JMP_VALID] = instr_jmp_export,
11299 case INSTR_JMP_VALID: return NULL; in instr_type_to_func()
11386 case INSTR_JMP_VALID: in action_instr_jmp_codegen()
12040 case INSTR_JMP_VALID: in pipeline_instr_jmp_codegen()
H A Drte_swx_pipeline_internal.h472 INSTR_JMP_VALID, enumerator