diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-07-10 06:38:33 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-07-10 06:38:33 +0000 |
commit | 97a0c6bc91bf31fa701dda478d9616c2de6b2393 (patch) | |
tree | 3edb99bfc5e5def25f227688c377901bf9574579 /test/MC/Disassembler | |
parent | e585e75612ef5fd32e2bb2c9f635496791a20f8b (diff) | |
download | external_llvm-97a0c6bc91bf31fa701dda478d9616c2de6b2393.zip external_llvm-97a0c6bc91bf31fa701dda478d9616c2de6b2393.tar.gz external_llvm-97a0c6bc91bf31fa701dda478d9616c2de6b2393.tar.bz2 |
Reverse assembler/disassembler operand order for gather instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler')
-rw-r--r-- | test/MC/Disassembler/X86/simple-tests.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt index 712c95a..15e046f 100644 --- a/test/MC/Disassembler/X86/simple-tests.txt +++ b/test/MC/Disassembler/X86/simple-tests.txt @@ -726,28 +726,28 @@ 0xc4 0xe3 0xe1 0x48 0x40 0x04 0x21 # CHECK: vgatherdpd %xmm0, (%rdi,%xmm1,2), %xmm2 -0xc4 0xe2 0xe9 0x92 0x04 0x4f +0xc4 0xe2 0xf9 0x92 0x14 0x4f # CHECK: vgatherdpd %ymm0, (%rdi,%xmm1,2), %ymm2 -0xc4 0xe2 0xed 0x92 0x04 0x4f +0xc4 0xe2 0xfd 0x92 0x14 0x4f # CHECK: vgatherqps %xmm8, (%r15,%xmm9,2), %xmm10 -0xc4 0x02 0x29 0x93 0x04 0x4f +0xc4 0x02 0x39 0x93 0x14 0x4f # CHECK: vgatherqps %xmm8, (%r15,%ymm9,2), %xmm10 -0xc4 0x02 0x2d 0x93 0x04 0x4f +0xc4 0x02 0x3d 0x93 0x14 0x4f # CHECK: vpgatherdq %xmm0, (%rdi,%xmm1,2), %xmm2 -0xc4 0xe2 0xe9 0x90 0x04 0x4f +0xc4 0xe2 0xf9 0x90 0x14 0x4f # CHECK: vpgatherdq %ymm0, (%rdi,%xmm1,2), %ymm2 -0xc4 0xe2 0xed 0x90 0x04 0x4f +0xc4 0xe2 0xfd 0x90 0x14 0x4f # CHECK: vpgatherqd %xmm8, (%r15,%xmm9,2), %xmm10 -0xc4 0x02 0x29 0x91 0x04 0x4f +0xc4 0x02 0x39 0x91 0x14 0x4f # CHECK: vpgatherqd %xmm8, (%r15,%ymm9,2), %xmm10 -0xc4 0x02 0x2d 0x91 0x04 0x4f +0xc4 0x02 0x3d 0x91 0x14 0x4f # rdar://8812056 lldb doesn't print the x86 lock prefix when disassembling # CHECK: lock |