Home
last modified time | relevance | path

Searched refs:OP_ABS (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp235 case OP_ABS: in getLatency()
271 case OP_ABS: in getReadLatency()
Dnv50_ir_target_nvc0.cpp111 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 },
437 case OP_ABS: in isModSupported()
610 case OP_ABS: in getThroughput()
Dnv50_ir_lowering_nv50.cpp80 bld->mkOp1(OP_ABS, mul->sType, s[0], mul->getSrc(0)); in expandIntegerMUL()
81 bld->mkOp1(OP_ABS, mul->sType, s[1], mul->getSrc(1)); in expandIntegerMUL()
507 bld.mkOp1(OP_ABS, ty, a, div->getSrc(0)); in handleDIV()
508 bld.mkOp1(OP_ABS, ty, b, div->getSrc(1)); in handleDIV()
734 src[c] = bld.mkOp1v(OP_ABS, TYPE_F32, bld.getSSA(), i->getSrc(c)); in handleTEX()
975 src[c] = bld.mkOp1v(OP_ABS, TYPE_F32, bld.getSSA(), crd[c]); in handleTXD()
1054 bld.mkOp1(OP_ABS, TYPE_S32, i->getDef(0), i->getDef(0)); in handleSET()
Dnv50_ir_target_nv50.cpp91 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1, 0x0 },
457 case OP_ABS: in isModSupported()
Dnv50_ir_lowering_gm107.cpp148 src[c] = bld.mkOp1v(OP_ABS, TYPE_F32, bld.getSSA(), crd[c]); in handleManualTXD()
Dnv50_ir_peephole.cpp505 case NV50_IR_MOD_ABS: return OP_ABS; in getOp()
813 case OP_ABS: res.data.f32 = fabsf(imm.reg.data.f32); break; in unary()
1351 case OP_ABS: in opnd()
1542 (mi->op != OP_ABS && in visit()
1553 if ((i->op == OP_ABS) || i->src(s).mod.abs()) { in visit()
1885 if (!insn || insn->op != OP_ABS || insn->sType != TYPE_S32 || in handleCVT_NEG()
2121 case OP_ABS: in visit()
Dnv50_ir_emit_nv50.cpp1458 case OP_ABS: code[1] |= 1 << 20; break; in emitCVT()
1469 assert(i->op != OP_ABS || !i->src(0).mod.neg()); in emitCVT()
1938 case OP_ABS: in emitInstruction()
Dnv50_ir_emit_gm107.cpp778 emitField(0x31, 1, (insn->op == OP_ABS) || insn->src(0).mod.abs()); in emitF2F()
820 emitField(0x31, 1, (insn->op == OP_ABS) || insn->src(0).mod.abs()); in emitF2I()
862 emitField(0x31, 1, (insn->op == OP_ABS) || insn->src(0).mod.abs()); in emitI2F()
895 emitField(0x31, 1, (insn->op == OP_ABS) || insn->src(0).mod.abs()); in emitI2I()
3099 case OP_ABS: in emitInstruction()
Dnv50_ir.h61 OP_ABS, enumerator
Dnv50_ir_emit_nvc0.cpp1071 const bool abs = (i->op == OP_ABS) || i->src(0).mod.abs(); in emitCVT()
1099 if (neg && i->op != OP_ABS) in emitCVT()
2684 case OP_ABS: in emitInstruction()
Dnv50_ir_emit_gk110.cpp1027 case OP_ABS: abs = true; neg = false; break; in emitCVT()
2489 case OP_ABS: in emitInstruction()
Dnv50_ir.cpp38 case OP_ABS: bits = NV50_IR_MOD_ABS; break; in Modifier()
Dnv50_ir_from_tgsi.cpp1783 val = mkOp1v(OP_ABS, ty, getScratch(), val); in applySrcMod()
3068 mkOp1(OP_ABS, TYPE_F32, val0, src0); in handleInstruction()
3138 src0 = mkOp1v(OP_ABS, TYPE_F32, getSSA(), fetchSrc(0, 0)); in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp691 src[c] = bld.mkOp1v(OP_ABS, TYPE_F32, bld.getSSA(), i->getSrc(c)); in handleTEX()
990 src[c] = bld.mkOp1v(OP_ABS, TYPE_F32, bld.getSSA(), crd[c]); in handleManualTXD()