Searched refs:OP_SUBFM (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 1743 case OP_SUBFM: opc1 = 0xb68; opc2 = 0x1e8; break; in emitSUCalc() 1757 if (i->op == OP_SUBFM && i->subOp == NV50_IR_SUBOP_SUBFM_3D) in emitSUCalc() 1761 const uint8_t pos = i->op == OP_SUBFM ? 19 : 16; in emitSUCalc() 2610 case OP_SUBFM: in emitInstruction()
|
D | nv50_ir_print.cpp | 594 case OP_SUBFM: in print()
|
D | nv50_ir_target_nvc0.cpp | 151 { OP_SUBFM, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 },
|
D | nv50_ir.h | 133 OP_SUBFM, // surface bitfield manipulation enumerator
|
D | nv50_ir_emit_nvc0.cpp | 2233 case OP_SUBFM: opc = HEX64(5c000000, 00000004); break; in emitSUCalc() 2247 if (i->op == OP_SUBFM && i->subOp == NV50_IR_SUBOP_SUBFM_3D) in emitSUCalc() 2736 case OP_SUBFM: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 1801 insn = bld.mkOp3(OP_SUBFM, TYPE_U32, bf, src[0], y, z); in processSurfaceCoordsNVE4()
|