Searched refs:OP_WRSV (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_target_nvc0.cpp | 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir.h | 148 OP_WRSV, // write system value enumerator
|
D | nv50_ir_lowering_nv50.cpp | 2245 case OP_WRSV: in visit()
|
D | nv50_ir_from_tgsi.cpp | 2159 mkOp2(OP_WRSV, TYPE_U32, NULL, dstToSym(dst, c), val); in storeDst()
|
D | nv50_ir_peephole.cpp | 70 op == OP_WRSV) in isDead()
|
D | nv50_ir_lowering_nvc0.cpp | 3338 case OP_WRSV: in visit()
|