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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gk110.cpp 167 #define NOT_(b, s) if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT)) \
862 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 17;
864 if (i->src(1).mod == Modifier(NV50_IR_MOD_NOT)) code[1] |= 1 << 3;
875 if (i->src(2).mod == Modifier(NV50_IR_MOD_NOT)) code[1] |= 1 << 13;
928 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT))
1222 if (i->src(2).mod & Modifier(NV50_IR_MOD_NOT))
    [all...]
nv50_ir_emit_nvc0.cpp 871 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 23;
873 if (i->src(1).mod == Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 29;
884 if (i->src(2).mod == Modifier(NV50_IR_MOD_NOT)) code[1] |= 1 << 20;
906 if (i->src(0).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 9;
907 if (i->src(1).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 8;
919 if (i->src(0).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 9;
920 if (i->src(1).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 8;
947 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT))
1266 if (i->src(2).mod & Modifier(NV50_IR_MOD_NOT))
    [all...]
nv50_ir_print.cpp 382 if (bits & NV50_IR_MOD_NOT)
nv50_ir_emit_nv50.cpp 311 if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT))
    [all...]
nv50_ir_target_nv50.cpp 180 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
nv50_ir.cpp 40 case OP_NOT: bits = NV50_IR_MOD_NOT; break;
55 a = (this->bits ^ b) & (NV50_IR_MOD_NOT | NV50_IR_MOD_NEG);
nv50_ir.h 528 #define NV50_IR_MOD_NOT (1 << 3)
    [all...]
nv50_ir_target_nvc0.cpp 228 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
nv50_ir_peephole.cpp 463 assert(!(bits & NV50_IR_MOD_NOT));
477 if (bits & NV50_IR_MOD_NOT)
493 assert(!(bits & NV50_IR_MOD_NOT));
510 case NV50_IR_MOD_NOT: return OP_NOT;
    [all...]
nv50_ir_emit_gm107.cpp 508 emitField(pos, 1, !!(ref.mod & Modifier(NV50_IR_MOD_NOT)));
    [all...]
nv50_ir_lowering_nvc0.cpp 668 i->src(s).mod = i->src(s).mod ^ Modifier(NV50_IR_MOD_NOT);
    [all...]

Completed in 488 milliseconds