Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c5582 instr->type = INSTR_RETURN; in instr_return_translate()
6091 if ((type == INSTR_RETURN) || instruction_is_tx(type)) in instr_verify()
6863 [INSTR_RETURN] = instr_return_exec,
10241 case INSTR_RETURN: return "INSTR_RETURN"; in instr_type_to_name()
11114 [INSTR_RETURN] = instr_return_export,
11328 case INSTR_RETURN: return NULL; in instr_type_to_func()
11759 if (instr->type == INSTR_RETURN) { in action_instr_codegen()
H A Drte_swx_pipeline_internal.h544 INSTR_RETURN, enumerator