Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2570 instr->type = INSTR_MOV_MH; in instr_mov_translate()
6706 [INSTR_MOV_MH] = instr_mov_mh_exec,
10086 case INSTR_MOV_MH: return "INSTR_MOV_MH"; in instr_type_to_name()
10955 [INSTR_MOV_MH] = instr_mov_export,
11173 case INSTR_MOV_MH: return "__instr_mov_mh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h268 INSTR_MOV_MH, /* dst = MEF, src = H */ enumerator