summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-02-10 06:55:41 +0000
committerCraig Topper <craig.topper@gmail.com>2014-02-10 06:55:41 +0000
commitced275628057b8ed3679ff7df25a61dfcc04a645 (patch)
treea9261a3b219dfd81852d6ae4e9b6dea01cc25309 /test
parent70ff3e91f75bd89ade80242f4bab13226e7831bc (diff)
downloadllvm-ced275628057b8ed3679ff7df25a61dfcc04a645.tar.gz
llvm-ced275628057b8ed3679ff7df25a61dfcc04a645.tar.bz2
llvm-ced275628057b8ed3679ff7df25a61dfcc04a645.tar.xz
Recommit r201059 and r201060 with hopefully a fix for its original failure.
Original commits messages: Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' field of modrm byte as a don't care value. Will allow for simplification of disassembler code. Simplify a bunch of code by removing the need for the x86 disassembler table builder to know about extended opcodes. The modrm forms are sufficient to convey the information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/X86/x86-64.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/X86/x86-64.s b/test/MC/X86/x86-64.s
index bb81d2a002..2781ef486c 100644
--- a/test/MC/X86/x86-64.s
+++ b/test/MC/X86/x86-64.s
@@ -1388,3 +1388,7 @@ movq %xmm0, %rax
vmovd %xmm0, %eax
vmovd %xmm0, %rax
vmovq %xmm0, %rax
+
+// CHECK: seto 3735928559(%r10,%r9,8)
+// CHECK: encoding: [0x43,0x0f,0x90,0x84,0xca,0xef,0xbe,0xad,0xde]
+ seto 0xdeadbeef(%r10,%r9,8)