| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_cf.c | 31 if (instr->opc != OPC_MOV) 115 assert(use->opc == OPC_MOV); 132 if (conv->opc != OPC_MOV)
|
| H A D | ir3_lower_subgroups.c | 63 struct ir3_instruction *mov = ir3_instr_create(block, OPC_MOV, 1, 1); 216 ir3_instr_create(then_block, OPC_MOV, 1, 1);
|
| H A D | ir3_cp.c | 429 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 D | ir3.h | 804 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 D | ir3_context.c | 573 mov = ir3_instr_create(block, OPC_MOV, 1, 1); 641 mov = ir3_instr_create(block, OPC_MOV, 1, 1);
|
| H A D | ir3_lower_parallelcopy.c | 233 ir3_instr_create(instr->block, OPC_MOV, 1, 1); 257 (entry->flags & IR3_REG_SHARED) ? OPC_READ_FIRST_MACRO : OPC_MOV;
|
| H A D | instr-a3xx.h | 101 OPC_MOV = _OPC(1, 0), enumerator in enum:__anon12988a590103
|
| H A D | ir3_parser.y | 805 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 D | ir3_print.c | 130 if (instr->opc == OPC_MOV) {
|
| H A D | ir3_validate.c | 263 if (instr->opc != OPC_MOV)
|
| H A D | ir3.c | 290 if (instr->opc == OPC_MOV) { 985 if (instr->opc == OPC_MOV || is_meta(instr))
|
| H A D | disasm-a3xx.c | 185 OPC(1, OPC_MOV, ),
|
| H A D | ir3_spill.c | 642 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 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),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 460 #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 D | ir3_cp.c | 499 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 D | ir3.h | 621 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 D | ir3_group.c | 68 instr->opc = OPC_MOV;
|
| H A D | ir3_print.c | 60 } else if (instr->opc == OPC_MOV) {
|
| H A D | ir3_context.c | 550 mov = ir3_instr_create(block, OPC_MOV); 600 mov = ir3_instr_create(block, OPC_MOV);
|
| H A D | instr-a3xx.h | 55 OPC_MOV = _OPC(1, 0), enumerator in enum:__anon3a3a0e460103
|
| H A D | ir3_ra.c | 1016 case OPC_MOV:
|
| H A D | disasm-a3xx.c | 884 OPC(1, OPC_MOV, ),
|
| H A D | ir3_compiler_nir.c | 51 mov = ir3_instr_create(block, OPC_MOV); 2867 if (out->opc == OPC_MOV) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/ |
| H A D | encode.c | 99 } else if (instr->opc == OPC_MOV) {
|