Searched refs:OPC_MOV (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_cf.c | 31 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()
|
D | ir3_cp.c | 392 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()
|
D | ir3.h | 683 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()
|
D | ir3_context.c | 587 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()
|
D | ir3_print.c | 109 } else if (instr->opc == OPC_MOV) { in print_instr_name()
|
D | ir3_parser.y | 606 new_instr(OPC_MOV); 611 parse_type_type(new_instr(OPC_MOV), $3); 614 parse_type_type(new_instr(OPC_MOV), $3);
|
D | ir3_a6xx.c | 390 mov = ir3_instr_create(atomic->block, OPC_MOV); in get_atomic_dest_mov()
|
D | instr-a3xx.h | 85 OPC_MOV = _OPC(1, 0), enumerator
|
D | disasm-a3xx.c | 1334 OPC(1, OPC_MOV, ), 1578 if (opc == OPC_MOV) { in print_instr()
|
D | ir3.c | 968 if (instr->opc == OPC_MOV) { in ir3_assemble()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disasm.c | 459 #define OPC_MOV(opc) [INST_OPCODE_##opc] = {#opc, print_opc_mov} macro 472 OPC_MOV(MOVAR), 473 OPC_MOV(MOVAF), 474 OPC_MOV(MOVAI),
|