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