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.c1703 case INSTR_JMP: in instruction_is_jmp()
5670 instr->type = INSTR_JMP; in instr_jmp_translate()
6943 CHECK(instruction_is_tx(type) || (type == INSTR_JMP), EINVAL); in instr_verify()
7701 [INSTR_JMP] = instr_jmp_exec,
12032 case INSTR_JMP: return "INSTR_JMP"; in instr_type_to_name()
13106 [INSTR_JMP] = instr_jmp_export,
13340 case INSTR_JMP: return NULL; in instr_type_to_func()
13422 case INSTR_JMP: in action_instr_jmp_codegen()
14079 case INSTR_JMP: in pipeline_instr_jmp_codegen()
14418 if (!instruction_does_tx(last_instr) && (last_instr->type != INSTR_JMP)) in instruction_group_list_codegen()
H A Drte_swx_pipeline_internal.h585 INSTR_JMP, enumerator