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.cpp1858 case OP_SUBFM: opc1 = 0xb68; opc2 = 0x1e8; break; in emitSUCalc()
1872 if (i->op == OP_SUBFM && i->subOp == NV50_IR_SUBOP_SUBFM_3D) in emitSUCalc()
1876 const uint8_t pos = i->op == OP_SUBFM ? 19 : 16; in emitSUCalc()
2737 case OP_SUBFM: in emitInstruction()
Dnv50_ir_target_nvc0.cpp154 { OP_SUBFM, 0x0, 0x0, 0x0, 0x0, 0x6, 0x2 },
Dnv50_ir_print.cpp644 case OP_SUBFM: in print()
Dnv50_ir_emit_nvc0.cpp2268 case OP_SUBFM: opc = HEX64(5c000000, 00000004); break; in emitSUCalc()
2282 if (i->op == OP_SUBFM && i->subOp == NV50_IR_SUBOP_SUBFM_3D) in emitSUCalc()
2835 case OP_SUBFM: in emitInstruction()
Dnv50_ir.h139 OP_SUBFM, // surface bitfield manipulation enumerator
Dnv50_ir_lowering_nvc0.cpp2101 insn = bld.mkOp3(OP_SUBFM, TYPE_U32, bf, src[0], y, z); in processSurfaceCoordsNVE4()