Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c2572 instr->type = INSTR_MOV_HM; in instr_mov_translate()
6335 if (data[0].invalid || (instr[0].type != INSTR_MOV_HM)) in instr_pattern_mov_all_validate_search()
6364 (instr[i].type != INSTR_MOV_HM) || in instr_pattern_mov_all_validate_search()
6707 [INSTR_MOV_HM] = instr_mov_hm_exec,
7111 ((instr->type != INSTR_MOV) && (instr->type != INSTR_MOV_HM)) || in action_arg_src_mov_count()
10087 case INSTR_MOV_HM: return "INSTR_MOV_HM"; in instr_type_to_name()
10956 [INSTR_MOV_HM] = instr_mov_export,
11174 case INSTR_MOV_HM: return "__instr_mov_hm_exec"; in instr_type_to_func()
H A Drte_swx_pipeline_internal.h269 INSTR_MOV_HM, /* dst = H, src = MEFT */ enumerator