mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Add acc[01] as src operands.
This commit is contained in:
committed by
Damien Lespiau
parent
edc82a045c
commit
2a0f135784
+4
-1
@@ -507,8 +507,11 @@ imm32reg: imm32 srcimmtype
|
||||
}
|
||||
;
|
||||
|
||||
/* XXX: accreg regtype */
|
||||
directsrcaccoperand: directsrcoperand
|
||||
| accreg regtype
|
||||
{
|
||||
set_src_operand(&$$, &$1, $2);
|
||||
}
|
||||
;
|
||||
|
||||
/* Returns a source operand in the src0 fields of an instruction. */
|
||||
|
||||
Reference in New Issue
Block a user