summaryrefslogtreecommitdiffstats
path: root/src/intel/tools/tests/gen9/halt.asm
diff options
context:
space:
mode:
authorSagar Ghuge <[email protected]>2019-03-22 19:13:54 -0700
committerMatt Turner <[email protected]>2019-05-07 14:33:48 -0700
commit4e828bb48abf12d43c2b4a373b4b2125c90ea152 (patch)
tree71d021ec2939a0d9dcdb78a35ff3419ecfb8f78c /src/intel/tools/tests/gen9/halt.asm
parent1fb5ce0a11ccb8a0f8d41d0499f8a16b1dfef379 (diff)
intel/tools: Add unit tests for assembler
v1: Pass executable object from meson to test(Dylan Baker) v2: Ignore generated output files from git status(Matt Turner) Signed-off-by: Sagar Ghuge <[email protected]> Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/intel/tools/tests/gen9/halt.asm')
-rw-r--r--src/intel/tools/tests/gen9/halt.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/tools/tests/gen9/halt.asm b/src/intel/tools/tests/gen9/halt.asm
new file mode 100644
index 00000000000..d84432603ea
--- /dev/null
+++ b/src/intel/tools/tests/gen9/halt.asm
@@ -0,0 +1,4 @@
+(-f0.1.any4h) halt(8) JIP: 176 UIP: 192 { align1 1Q };
+halt(8) JIP: 16 UIP: 16 { align1 1Q };
+(-f0.1.any4h) halt(16) JIP: 176 UIP: 192 { align1 1H };
+halt(16) JIP: 16 UIP: 16 { align1 1H };