aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/X86/x86_instructions.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/X86/x86_instructions.s')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index b2ac5ad..4731a08 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -421,6 +421,16 @@ fstcw (%rsp)
// CHECK: wait
// CHECK: fnstcw (%rsp)
+// PR8259
+fstcw (%rsp)
+// CHECK: wait
+// CHECK: fnstcw (%rsp)
+
+// PR8258
+finit
+// CHECK: wait
+// CHECK: fninit
+
// rdar://8456382 - cvtsd2si support.
cvtsd2si %xmm1, %rax