Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2574 instr->type = INSTR_MOV_HH; in instr_mov_translate()
6708 [INSTR_MOV_HH] = instr_mov_hh_exec,
10088 case INSTR_MOV_HH: return "INSTR_MOV_HH"; in instr_type_to_name()
10957 [INSTR_MOV_HH] = instr_mov_export,
11175 case INSTR_MOV_HH: return "__instr_mov_hh_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h270 INSTR_MOV_HH, /* dst = H, src = H */ enumerator