Home
last modified time | relevance | path

Searched refs:mkClobber (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h90 void mkClobber(DataFile file, uint32_t regMask, int regUnitLog2);
Dnv50_ir_build_util.cpp322 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit) in mkClobber() function in nv50_ir::BuildUtil
Dnv50_ir_lowering_nvc0.cpp61 bld.mkClobber(FILE_GPR, (i->op == OP_DIV) ? 0xe : 0xd, 2); in handleDIV()
62 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0); in handleDIV()