Home
last modified time | relevance | path

Searched refs:OP_BMSK (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_gv100.cpp355 bld.mkOp2(OP_BMSK, TYPE_U32, mask, bit, cnt); in handleEXTBF()
391 bld.mkOp2(OP_BMSK, TYPE_U32, mask, zero, cnt); in handleINSBF()
Dnv50_ir_target_gv100.cpp240 case OP_BMSK: return &opInfo_BMSK; in getOpInfo()
Dnv50_ir.h158 OP_BMSK, // bitfield mask enumerator
Dnv50_ir_emit_gv100.cpp1796 case OP_BMSK: in emitInstruction()
Dnv50_ir_from_nir.cpp2756 …mkOp2(OP_BMSK, dType, newDefs[0], getSrc(&insn->src[1]), getSrc(&insn->src[0]))->subOp = NV50_IR_S… in visit()
Dnv50_ir_peephole.cpp574 case OP_BMSK: in expr()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst937 - nvir: introduce OP_BMSK