Home
last modified time | relevance | path

Searched refs:OPC_MOV (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_cf.c31 if (instr->opc != OPC_MOV) in is_fp16_conv()
119 case OPC_MOV: in try_conversion_folding()
134 if (src->opc == OPC_MOV) { in try_conversion_folding()
Dir3_cp.c392 if (instr->opc == OPC_MOV && !type_float(instr->cat1.src_type)) in reg_cp()
445 ((instr->opc == OPC_MOV) || in reg_cp()
516 if (is_meta(instr) && (src->opc != OPC_MOV)) in instr_cp()
590 if ((samp->opc == OPC_MOV) && in instr_cp()
592 (tex->opc == OPC_MOV) && in instr_cp()
Dir3.h683 case OPC_MOV: in is_same_type_mov()
725 if (instr->opc != OPC_MOV) in is_const_mov()
1378 mov = ir3_instr_create(block, OPC_MOV); in create_immed_typed()
1399 mov = ir3_instr_create(block, OPC_MOV); in create_uniform_typed()
1420 mov = ir3_instr_create(block, OPC_MOV); in create_uniform_indirect()
1434 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV); in ir3_MOV()
1454 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV); in ir3_COV()
Dir3_context.c587 mov = ir3_instr_create(block, OPC_MOV); in ir3_create_array_load()
648 mov = ir3_instr_create(block, OPC_MOV); in ir3_create_array_store()
Dir3_print.c109 } else if (instr->opc == OPC_MOV) { in print_instr_name()
Dir3_parser.y606 new_instr(OPC_MOV);
611 parse_type_type(new_instr(OPC_MOV), $3);
614 parse_type_type(new_instr(OPC_MOV), $3);
Dir3_a6xx.c390 mov = ir3_instr_create(atomic->block, OPC_MOV); in get_atomic_dest_mov()
Dinstr-a3xx.h85 OPC_MOV = _OPC(1, 0), enumerator
Ddisasm-a3xx.c1334 OPC(1, OPC_MOV, ),
1578 if (opc == OPC_MOV) { in print_instr()
Dir3.c968 if (instr->opc == OPC_MOV) { in ir3_assemble()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c459 #define OPC_MOV(opc) [INST_OPCODE_##opc] = {#opc, print_opc_mov} macro
472 OPC_MOV(MOVAR),
473 OPC_MOV(MOVAF),
474 OPC_MOV(MOVAI),