summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i386/prefetchwt1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/i386/prefetchwt1.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/i386/prefetchwt1.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/i386/prefetchwt1.s b/binutils-2.25/gas/testsuite/gas/i386/prefetchwt1.s
new file mode 100644
index 00000000..ae1b01a3
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/i386/prefetchwt1.s
@@ -0,0 +1,13 @@
+# Check 32bit AVX512PF instructions
+
+ .allow_index_reg
+ .text
+_start:
+
+ prefetchwt1 (%ecx)
+ prefetchwt1 -123456(%esp,%esi,8)
+
+ .intel_syntax noprefix
+
+ prefetchwt1 BYTE PTR [ecx]
+ prefetchwt1 BYTE PTR [esp+esi*8-123456]