Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_gv100.cpp180 Instruction *xsetp; in handleSET() local
190 xsetp = bld.mkCmp(i->op, i->asCmp()->setCond, TYPE_U8, pred, i->sType, in handleSET()
192 xsetp->src(0).mod = i->src(0).mod; in handleSET()
193 xsetp->src(1).mod = i->src(1).mod; in handleSET()
194 xsetp->setSrc(2, src2); in handleSET()
195 xsetp->ftz = i->ftz; in handleSET()