Home
last modified time | relevance | path

Searched refs:OP_SUBFM (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gk110.cpp1743 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()
Dnv50_ir_print.cpp594 case OP_SUBFM: in print()
Dnv50_ir_target_nvc0.cpp151 { OP_SUBFM, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 },
Dnv50_ir.h133 OP_SUBFM, // surface bitfield manipulation enumerator
Dnv50_ir_emit_nvc0.cpp2233 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()
Dnv50_ir_lowering_nvc0.cpp1801 insn = bld.mkOp3(OP_SUBFM, TYPE_U32, bf, src[0], y, z); in processSurfaceCoordsNVE4()