mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +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
|
if
|
||||||
iff
|
iff
|
||||||
while
|
while
|
||||||
|
wait
|
||||||
immediate
|
immediate
|
||||||
|
@ -14,6 +14,7 @@ TESTS = \
|
|||||||
if \
|
if \
|
||||||
iff \
|
iff \
|
||||||
while \
|
while \
|
||||||
|
wait \
|
||||||
immediate
|
immediate
|
||||||
|
|
||||||
# Tests that are expected to fail because they contain some inccorect code.
|
# Tests that are expected to fail because they contain some inccorect code.
|
||||||
@ -47,6 +48,8 @@ TESTDATA = \
|
|||||||
iff.g4a \
|
iff.g4a \
|
||||||
while.expected \
|
while.expected \
|
||||||
while.g4a \
|
while.g4a \
|
||||||
|
wait.expected \
|
||||||
|
wait.g4a \
|
||||||
immediate.g4a \
|
immediate.g4a \
|
||||||
immediate.expected
|
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