Searched refs:mkClobber (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.h | 90 void mkClobber(DataFile file, uint32_t regMask, int regUnitLog2);
|
D | nv50_ir_build_util.cpp | 322 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit) in mkClobber() function in nv50_ir::BuildUtil
|
D | nv50_ir_lowering_nvc0.cpp | 77 bld.mkClobber(FILE_GPR, (i->op == OP_DIV) ? 0xe : 0xd, 2); in handleDIV() 78 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0); in handleDIV() 106 bld.mkClobber(FILE_GPR, 0x3fc, 2); in handleRCPRSQLib() 107 bld.mkClobber(FILE_PREDICATE, i->op == OP_RSQ ? 0x3 : 0x1, 0); in handleRCPRSQLib()
|