summaryrefslogtreecommitdiff
path: root/test/times.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/times.asm')
-rw-r--r--test/times.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/times.asm b/test/times.asm
new file mode 100644
index 0000000..a8e3d58
--- /dev/null
+++ b/test/times.asm
@@ -0,0 +1,8 @@
+ bits 64
+
+; Broken per BR 3392278
+ times 4 paddd xmm8, xmm11
+
+; Broken per BR 3392279
+ bswap r12d
+ times 4 bswap r12d