mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
Add support for more instruction options.
This commit is contained in:
committed by
Damien Lespiau
parent
6db54d7465
commit
908f37d92d
@@ -202,7 +202,15 @@ int saved_state = INITIAL;
|
||||
"sat" { return SATURATE; }
|
||||
"align1" { return ALIGN1; }
|
||||
"align16" { return ALIGN16; }
|
||||
"sechalf" { return SECHALF; }
|
||||
"compr" { return COMPR; }
|
||||
"switch" { return SWITCH; }
|
||||
"atomic" { return ATOMIC; }
|
||||
"noddchk" { return NODDCHK; }
|
||||
"noddclr" { return NODDCLR; }
|
||||
"mask_disable" { return MASK_DISABLE; }
|
||||
"nomask" { return MASK_DISABLE; }
|
||||
"breakpoint" { return BREAKPOINT; }
|
||||
"EOT" { return EOT; }
|
||||
|
||||
/* extended math functions */
|
||||
|
||||
Reference in New Issue
Block a user