gm107/ir: add dnz emission for fmul
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "10.3" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
@@ -432,7 +432,7 @@ CodeEmitterGM107::emitNEG2(int pos, const ValueRef &a, const ValueRef &b)
|
||||
void
|
||||
CodeEmitterGM107::emitFMZ(int pos, int len)
|
||||
{
|
||||
emitField(pos, len, /*XXX: insn->dnz << 1 | */ insn->ftz);
|
||||
emitField(pos, len, insn->dnz << 1 | insn->ftz);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user