From ced275628057b8ed3679ff7df25a61dfcc04a645 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 10 Feb 2014 06:55:41 +0000 Subject: 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 --- test/MC/X86/x86-64.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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) -- cgit v1.2.3