mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
Add a test for wait instruction (not yet implemented).
This commit is contained in:
parent
d1b8791928
commit
055be60abf
1
assembler/test/.gitignore
vendored
1
assembler/test/.gitignore
vendored
@ -12,4 +12,5 @@ jmpi
|
||||
if
|
||||
iff
|
||||
while
|
||||
wait
|
||||
immediate
|
||||
|
@ -14,6 +14,7 @@ TESTS = \
|
||||
if \
|
||||
iff \
|
||||
while \
|
||||
wait \
|
||||
immediate
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
@ -47,6 +48,8 @@ TESTDATA = \
|
||||
iff.g4a \
|
||||
while.expected \
|
||||
while.g4a \
|
||||
wait.expected \
|
||||
wait.g4a \
|
||||
immediate.g4a \
|
||||
immediate.expected
|
||||
|
||||
|
1
assembler/test/wait.expected
Normal file
1
assembler/test/wait.expected
Normal file
@ -0,0 +1 @@
|
||||
{ 0x00000030, 0x20000000, 0x00001200, 0x00010000 },
|
1
assembler/test/wait.g4a
Normal file
1
assembler/test/wait.g4a
Normal file
@ -0,0 +1 @@
|
||||
wait n0;
|
Loading…
x
Reference in New Issue
Block a user