summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86-16.s
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2014-01-22 15:08:49 +0000
committerDavid Woodhouse <dwmw2@infradead.org>2014-01-22 15:08:49 +0000
commitaf588b9f0eb5b113e459918737a855be8782e112 (patch)
treefc79dc80389ba2bf1b08299346cb88649368db0b /test/MC/X86/x86-16.s
parent51cd16cbd592d1b8da3888d6a4f9c684ed50a02a (diff)
downloadllvm-af588b9f0eb5b113e459918737a855be8782e112.tar.gz
llvm-af588b9f0eb5b113e459918737a855be8782e112.tar.bz2
llvm-af588b9f0eb5b113e459918737a855be8782e112.tar.xz
[x86] Allow segment and address-size overrides for OUTS[BWLQ] (PR9385)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199808 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 ae700fa771..a147cddb85 100644
--- a/test/MC/X86/x86-16.s
+++ b/test/MC/X86/x86-16.s
@@ -789,21 +789,21 @@ pshufw $90, %mm4, %mm0
// CHECK: encoding: [0xe0,A]
loopnz 0
-// CHECK: outsb # encoding: [0x6e]
+// CHECK: outsb (%si), %dx # encoding: [0x6e]
// CHECK: outsb
// CHECK: outsb
outsb
outsb %ds:(%si), %dx
outsb (%si), %dx
-// CHECK: outsw # encoding: [0x6f]
+// CHECK: outsw (%si), %dx # encoding: [0x6f]
// CHECK: outsw
// CHECK: outsw
outsw
outsw %ds:(%si), %dx
outsw (%si), %dx
-// CHECK: outsl # encoding: [0x66,0x6f]
+// CHECK: outsl (%si), %dx # encoding: [0x66,0x6f]
// CHECK: outsl
outsl
outsl %ds:(%si), %dx