mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 17:00:13 +01:00
gm107/ir: add dnz emission for fmul
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "10.3" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit d58037ccf5)
This commit is contained in:
parent
745a0bfd62
commit
e3e68a36db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue