Searched refs:OPC_MOV (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cf.c31 if (instr->opc != OPC_MOV)
115 assert(use->opc == OPC_MOV);
132 if (conv->opc != OPC_MOV)
H A Dir3_lower_subgroups.c63 struct ir3_instruction *mov = ir3_instr_create(block, OPC_MOV, 1, 1);
216 ir3_instr_create(then_block, OPC_MOV, 1, 1);
H A Dir3_cp.c429 if (instr->opc == OPC_MOV && !type_float(instr->cat1.src_type))
440 if (instr->opc == OPC_MOV && type_float(instr->cat1.src_type))
571 if (instr->opc == OPC_MOV && (instr->srcs[0]->flags & IR3_REG_IMMED) &&
H A Dir3.h804 case OPC_MOV:
849 if (instr->opc != OPC_MOV)
1419 case OPC_MOV:
1729 mov = ir3_instr_create(block, OPC_MOV, 1, 1);
1750 mov = ir3_instr_create(block, OPC_MOV, 1, 1);
1771 mov = ir3_instr_create(block, OPC_MOV, 1, 1);
1785 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV, 1, 1);
1805 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV, 1, 1);
H A Dir3_context.c573 mov = ir3_instr_create(block, OPC_MOV, 1, 1);
641 mov = ir3_instr_create(block, OPC_MOV, 1, 1);
H A Dir3_lower_parallelcopy.c233 ir3_instr_create(instr->block, OPC_MOV, 1, 1);
257 (entry->flags & IR3_REG_SHARED) ? OPC_READ_FIRST_MACRO : OPC_MOV;
H A Dinstr-a3xx.h101 OPC_MOV = _OPC(1, 0), enumerator in enum:__anon12988a590103
H A Dir3_parser.y805 parse_type_type(new_instr(OPC_MOV), $3);
808 parse_type_type(new_instr(OPC_MOV), $3);
824 new_instr(OPC_MOV);
831 new_instr(OPC_MOV);
H A Dir3_print.c130 if (instr->opc == OPC_MOV) {
H A Dir3_validate.c263 if (instr->opc != OPC_MOV)
H A Dir3.c290 if (instr->opc == OPC_MOV) {
985 if (instr->opc == OPC_MOV || is_meta(instr))
H A Ddisasm-a3xx.c185 OPC(1, OPC_MOV, ),
H A Dir3_spill.c642 struct ir3_instruction *mov = ir3_instr_create(block, OPC_MOV, 1, 1);
1742 else if (ctx->spilling && instr->opc == OPC_MOV &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A 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),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c460 #define OPC_MOV(opc) [INST_OPCODE_##opc] = {#opc, print_opc_mov} macro
473 OPC_MOV(MOVAR),
474 OPC_MOV(MOVAF),
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_cp.c499 if ((instr->opc == OPC_MOV) ||
566 if (is_meta(instr) && (src->opc != OPC_MOV))
634 if ((samp->opc == OPC_MOV) &&
636 (tex->opc == OPC_MOV) &&
H A Dir3.h621 case OPC_MOV:
1043 mov = ir3_instr_create(block, OPC_MOV);
1063 mov = ir3_instr_create(block, OPC_MOV);
1079 mov = ir3_instr_create(block, OPC_MOV);
1106 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV);
1124 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOV);
H A Dir3_group.c68 instr->opc = OPC_MOV;
H A Dir3_print.c60 } else if (instr->opc == OPC_MOV) {
H A Dir3_context.c550 mov = ir3_instr_create(block, OPC_MOV);
600 mov = ir3_instr_create(block, OPC_MOV);
H A Dinstr-a3xx.h55 OPC_MOV = _OPC(1, 0), enumerator in enum:__anon3a3a0e460103
H A Dir3_ra.c1016 case OPC_MOV:
H A Ddisasm-a3xx.c884 OPC(1, OPC_MOV, ),
H A Dir3_compiler_nir.c51 mov = ir3_instr_create(block, OPC_MOV);
2867 if (out->opc == OPC_MOV) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
H A Dencode.c99 } else if (instr->opc == OPC_MOV) {

Completed in 33 milliseconds