mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
Add support for negate and abs to source operands.
This commit is contained in:
committed by
Damien Lespiau
parent
0d929b430b
commit
dc96c56d9e
@@ -64,6 +64,8 @@ int saved_state = INITIAL;
|
||||
"}" { return RCURLY; }
|
||||
"," { return COMMA; }
|
||||
"." { return DOT; }
|
||||
"-" { return MINUS; }
|
||||
"(abs)" { return ABS; }
|
||||
|
||||
/* XXX: this lexing of register files is shady */
|
||||
"acc" {
|
||||
|
||||
Reference in New Issue
Block a user