mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
nv50/ir/gk110: presin/preex2 take their source at bit 23
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
48a9ba63f5
commit
72310869f0
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ CodeEmitterGK110::emitShift(const Instruction *i)
|
|||
void
|
||||
CodeEmitterGK110::emitPreOp(const Instruction *i)
|
||||
{
|
||||
emitForm_21(i, 0x248, -1);
|
||||
emitForm_C(i, 0x248, 0x2);
|
||||
|
||||
if (i->op == OP_PREEX2)
|
||||
code[1] |= 1 << 10;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue