Home
last modified time | relevance | path

Searched refs:mkBMov (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_gv100.cpp161 bld.mkBMov(i->getDef(0), bld.mkTSVal(TS_MACTIVE)); in handleQUADON()
162 Instruction *b = bld.mkBMov(bld.mkTSVal(TS_PQUAD_MACTIVE), i->getDef(0)); in handleQUADON()
170 Instruction *b = bld.mkBMov(bld.mkTSVal(TS_MACTIVE), i->getSrc(0)); in handleQUADPOP()
Dnv50_ir_build_util.h69 inline Instruction *mkBMov(Value *, Value *);
310 BuildUtil::mkBMov(Value *dst, Value *src) in mkBMov() function