HomeSort by relevance Sort by last modified time
    Searched refs:OP_MOV (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.cpp 60 bld.mkOp1(OP_MOV , TYPE_U32, src0, i->getSrc(0));
76 i->op = OP_MOV;
248 bld.mkOp1(OP_MOV , TYPE_U32, tmp2, i->getSrc(0));
nv50_ir_build_util.cpp 173 Instruction *insn = new_Instruction(func, OP_MOV, ty);
185 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(src->reg.size));
198 Instruction *insn = new_Instruction(func, OP_MOV, typeOfSize(dst->reg.size));
404 return mkOp1v(OP_MOV, TYPE_F32, dst ? dst : getScratch(), mkImm(f));
410 return mkOp1v(OP_MOV, TYPE_F64, dst ? dst : getScratch(8), mkImm(d));
416 return mkOp1v(OP_MOV, TYPE_U32, dst ? dst : getScratch(), mkImm(u));
422 return mkOp1v(OP_MOV, TYPE_U64, dst ? dst : getScratch(8), mkImm(u));
571 if (i->op == OP_MOV) {
581 case OP_MOV: srcNr = 1; break;
nv50_ir_target_gm107.cpp 213 case OP_MOV:
nv50_ir_peephole.cpp 52 if (op == OP_MOV || op == OP_UNION) {
103 if (mov->op != OP_MOV || mov->fixed || !mov->getSrc(0)->asLValue())
171 if (!ld || (ld->op != OP_MOV) ||
263 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV))
321 } else if (insn->op == OP_MOV) {
381 if (i->op == OP_MOV || i->op == OP_CALL)
422 if (insn->op == OP_MOV)
512 return OP_MOV;
730 i->op = i->saturate ? OP_SAT : OP_MOV;
805 i->op = OP_MOV;
    [all...]
nv50_ir_target_nvc0.cpp 209 opInfo[i].pseudo = (i < OP_MOV);
640 if (a->op == OP_MOV || b->op == OP_MOV)
nv50_ir.h 49 OP_MOV, // simple copy, no modifiers allowed
840 inline bool isPseudo() const { return op < OP_MOV; }
    [all...]
nv50_ir_ra.cpp 470 mov = new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
505 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
519 new_Instruction(func, OP_MOV, typeOfSize(tmp->reg.size));
1092 case OP_MOV:
    [all...]
nv50_ir_target_nv50.cpp 161 opInfo[i].pseudo = (i < OP_MOV);
nv50_ir_lowering_nvc0.cpp 56 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV) ||
761 if (i->op != OP_MOV && i->op != OP_PFETCH)
    [all...]
nv50_ir_emit_nv50.cpp 399 assert(i->op == OP_MOV);
1110 const int s = (i->op == OP_MOV) ? 0 : 1;
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_lowering_nv50.cpp 550 bld.mkOp1(OP_MOV, ty, t, q)->setPredicate(CC_NS, cond);
    [all...]
nv50_ir.cpp 103 if (insn && insn->op == OP_MOV) {
106 WARN("OP_MOV with modifier encountered !\n");
nv50_ir_emit_nvc0.cpp 415 i->op == OP_MOV || i->op == OP_PRESIN || i->op == OP_PREEX2);
    [all...]
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_emit_gm107.cpp     [all...]

Completed in 520 milliseconds