[PATCH] D15155: Adding test for fnstsw

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 04:03:45 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL255007: dding test for fnstsw (authored by mzuckerm).

Changed prior to commit:
  http://reviews.llvm.org/D15155?vs=41637&id=42159#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15155

Files:
  llvm/trunk/test/MC/X86/intel-syntax.s

Index: llvm/trunk/test/MC/X86/intel-syntax.s
===================================================================
--- llvm/trunk/test/MC/X86/intel-syntax.s
+++ llvm/trunk/test/MC/X86/intel-syntax.s
@@ -489,10 +489,12 @@
 // CHECK: fnstsw %ax
 // CHECK: fnstsw %ax
 // CHECK: fnstsw %ax
+// CHECK: fnstsw (%eax)
 fnstsw
 fnstsw AX
 fnstsw EAX
 fnstsw AL
+fnstsw WORD PTR [EAX]
 
 // CHECK: faddp %st(1)
 // CHECK: fmulp %st(1)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15155.42159.patch
Type: text/x-patch
Size: 425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151208/68205f30/attachment.bin>


More information about the llvm-commits mailing list