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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_gm107.cpp 224 case OP_SET_XOR:
nv50_ir_emit_gm107.cpp 1167 case OP_SET_XOR: emitField(0x2d, 2, 2); break;
1215 case OP_SET_XOR: emitField(0x2d, 2, 2); break;
    [all...]
nv50_ir_target_nv50.cpp 433 case OP_SET_XOR:
nv50_ir.h 78 OP_SET_XOR,
    [all...]
nv50_ir_target_nvc0.cpp 142 { OP_SET_XOR, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
nv50_ir_emit_gk110.cpp 1173 case OP_SET_XOR: code[1] |= 0x2 << 16; break;
    [all...]
nv50_ir_peephole.cpp 230 insn->op == OP_SET_OR || insn->op == OP_SET_XOR)
    [all...]
nv50_ir_emit_nvc0.cpp 1186 case OP_SET_XOR: hi = 0x10400000; break;
    [all...]
nv50_ir_lowering_nvc0.cpp 315 case OP_SET_XOR:
    [all...]

Completed in 63 milliseconds