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 164 #define NOT_(b, s) if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT)) \
843 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 17;
845 if (i->src(1).mod == Modifier(NV50_IR_MOD_NOT)) code[1] |= 1 << 3;
856 if (i->src(2).mod == Modifier(NV50_IR_MOD_NOT)) code[1] |= 1 << 13;
909 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT))
1178 if (i->src(2).mod & Modifier(NV50_IR_MOD_NOT))
    [all...]
nv50_ir_emit_nvc0.cpp 856 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 23;
858 if (i->src(1).mod == Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 29;
869 if (i->src(2).mod == Modifier(NV50_IR_MOD_NOT)) code[1] |= 1 << 20;
891 if (i->src(0).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 9;
892 if (i->src(1).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 8;
904 if (i->src(0).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 9;
905 if (i->src(1).mod & Modifier(NV50_IR_MOD_NOT)) code[0] |= 1 << 8;
932 if (i->src(0).mod == Modifier(NV50_IR_MOD_NOT))
1244 if (i->src(2).mod & Modifier(NV50_IR_MOD_NOT))
    [all...]
nv50_ir_print.cpp 378 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_peephole.cpp 461 assert(!(bits & NV50_IR_MOD_NOT));
475 if (bits & NV50_IR_MOD_NOT)
491 assert(!(bits & NV50_IR_MOD_NOT));
508 case NV50_IR_MOD_NOT: return OP_NOT;
    [all...]
nv50_ir.h 518 #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_emit_gm107.cpp 500 emitField(pos, 1, !!(ref.mod & Modifier(NV50_IR_MOD_NOT)));
    [all...]
nv50_ir_lowering_nvc0.cpp 529 i->src(s).mod = i->src(s).mod ^ Modifier(NV50_IR_MOD_NOT);
    [all...]

Completed in 186 milliseconds