HomeSort by relevance Sort by last modified time
    Searched refs:mkClobber (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.h 90 void mkClobber(DataFile file, uint32_t regMask, int regUnitLog2);
nv50_ir_build_util.cpp 322 BuildUtil::mkClobber(DataFile f, uint32_t rMask, int unit)
nv50_ir_lowering_nvc0.cpp 61 bld.mkClobber(FILE_GPR, (i->op == OP_DIV) ? 0xe : 0xd, 2);
62 bld.mkClobber(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
    [all...]

Completed in 47 milliseconds