OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mkclobber
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h
86
void
mkClobber
(DataFile file, uint32_t regMask, int regUnitLog2);
nv50_ir_build_util.cpp
319
BuildUtil::
mkClobber
(DataFile f, uint32_t rMask, int unit)
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp
74
bld.
mkClobber
(FILE_GPR, (i->op == OP_DIV) ? 0xe : 0xd, 2);
75
bld.
mkClobber
(FILE_PREDICATE, (i->dType == TYPE_S32) ? 0xf : 0x3, 0);
[
all
...]
Completed in 98 milliseconds