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.cpp1854 case OP_SUBFM: opc1 = 0xb68; opc2 = 0x1e8; break; in emitSUCalc()
1868 if (i->op == OP_SUBFM && i->subOp == NV50_IR_SUBOP_SUBFM_3D) in emitSUCalc()
1872 const uint8_t pos = i->op == OP_SUBFM ? 19 : 16; in emitSUCalc()
2732 case OP_SUBFM: in emitInstruction()
Dnv50_ir_print.cpp598 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.cpp2261 case OP_SUBFM: opc = HEX64(5c000000, 00000004); break; in emitSUCalc()
2275 if (i->op == OP_SUBFM && i->subOp == NV50_IR_SUBOP_SUBFM_3D) in emitSUCalc()
2828 case OP_SUBFM: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp1980 insn = bld.mkOp3(OP_SUBFM, TYPE_U32, bf, src[0], y, z); in processSurfaceCoordsNVE4()