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

  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 223 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 },
474 case OP_ABS:
628 case OP_ABS:
nv50_ir_emit_nvc0.cpp 809 const bool abs = (i->op == OP_ABS) || i->src(0).mod.abs();
825 if (neg && i->op != OP_ABS)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 300 case OP_ABS:
377 case NV50_IR_MOD_ABS: return OP_ABS;
529 case OP_ABS: res.data.f32 = fabsf(imm.reg.data.f32); break;
807 case OP_ABS:
861 (mi->op != OP_ABS &&
872 if ((i->op == OP_ABS) || i->src(s).mod.abs()) {
    [all...]
nv50_ir_target_nv50.cpp 91 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1, 0x0 },
409 case OP_ABS:
nv50_ir_lowering_nv50.cpp 407 bld.mkOp1(OP_ABS, ty, a, div->getSrc(0));
408 bld.mkOp1(OP_ABS, ty, b, div->getSrc(1));
790 bld.mkOp1(OP_ABS, TYPE_S32, i->getDef(0), i->getDef(0));
nv50_ir_emit_nv50.cpp 1209 case OP_ABS: code[1] |= 1 << 20; break;
1220 assert(i->op != OP_ABS || !i->src(0).mod.neg());
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir.cpp 38 case OP_ABS: bits = NV50_IR_MOD_ABS; break;
nv50_ir.h 59 OP_ABS,
nv50_ir_from_sm4.cpp     [all...]

Completed in 168 milliseconds