Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c1413 case INSTR_JMP: in instruction_is_jmp()
4870 instr->type = INSTR_JMP; in instr_jmp_translate()
6080 CHECK(instruction_is_tx(type) || (type == INSTR_JMP), EINVAL); in instr_verify()
6829 [INSTR_JMP] = instr_jmp_exec,
10211 case INSTR_JMP: return "INSTR_JMP"; in instr_type_to_name()
11080 [INSTR_JMP] = instr_jmp_export,
11298 case INSTR_JMP: return NULL; in instr_type_to_func()
11380 case INSTR_JMP: in action_instr_jmp_codegen()
12037 case INSTR_JMP: in pipeline_instr_jmp_codegen()
12376 if (!instruction_does_tx(last_instr) && (last_instr->type != INSTR_JMP)) in instruction_group_list_codegen()
H A Drte_swx_pipeline_internal.h467 INSTR_JMP, enumerator