summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-16.s
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2014-01-22 15:08:21 +0000
committerDavid Woodhouse <dwmw2@infradead.org>2014-01-22 15:08:21 +0000
commitccbfd5b18a79a07229f11af478843eae16ac9b26 (patch)
tree066cfdd534b8461087353f7b9beff9c3493571ad /test/MC/X86/x86-16.s
parentdb9fa461d7d9643a1b25f13df73638be9c36cafb (diff)
downloadllvm-ccbfd5b18a79a07229f11af478843eae16ac9b26.tar.gz
llvm-ccbfd5b18a79a07229f11af478843eae16ac9b26.tar.bz2
llvm-ccbfd5b18a79a07229f11af478843eae16ac9b26.tar.xz
[x86] Allow address-size overrides for STOS[BWLQ] (PR9385)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/X86/x86-16.s')
-rw-r--r--test/MC/X86/x86-16.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/X86/x86-16.s b/test/MC/X86/x86-16.s
index 4b54a027a8..41b5f51dbc 100644
--- a/test/MC/X86/x86-16.s
+++ b/test/MC/X86/x86-16.s
@@ -878,21 +878,21 @@ pshufw $90, %mm4, %mm0
lods %ds:(%si), %eax
lods (%si), %eax
-// CHECK: stosb # encoding: [0xaa]
+// CHECK: stosb %al, %es:(%di) # encoding: [0xaa]
// CHECK: stosb
// CHECK: stosb
stosb
stosb %al, %es:(%di)
stos %al, %es:(%di)
-// CHECK: stosw # encoding: [0xab]
+// CHECK: stosw %ax, %es:(%di) # encoding: [0xab]
// CHECK: stosw
// CHECK: stosw
stosw
stosw %ax, %es:(%di)
stos %ax, %es:(%di)
-// CHECK: stosl # encoding: [0x66,0xab]
+// CHECK: stosl %eax, %es:(%di) # encoding: [0x66,0xab]
// CHECK: stosl
// CHECK: stosl
stosl