mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
gm107/ir: fix DSET boolean float flag
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
727018bb0c
commit
dbf4a674b9
1 changed files with 1 additions and 0 deletions
|
|
@ -1060,6 +1060,7 @@ CodeEmitterGM107::emitDSET()
|
|||
|
||||
emitABS (0x36, insn->src(0));
|
||||
emitNEG (0x35, insn->src(1));
|
||||
emitField(0x34, 1, insn->dType == TYPE_F32);
|
||||
emitCond4(0x30, insn->setCond);
|
||||
emitCC (0x2f);
|
||||
emitABS (0x2c, insn->src(1));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue