mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 02:07:16 +00:00
Basic sanity checks to ensure that 2- and 3-byte
VEX prefixes are working for triadic AVX instructions. This concludes the patch set to enable AVX support for the X86 disassebler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f88896b2a9
commit
9a9d8b9732
@ -66,3 +66,9 @@
|
||||
|
||||
# CHECK: movw $47416, -66(%rbp)
|
||||
0x66 0xc7 0x45 0xbe 0x38 0xb9
|
||||
|
||||
# CHECK: vaddpd %ymm13, %ymm1, %ymm0
|
||||
0xc4 0xc1 0x75 0x58 0xc5
|
||||
|
||||
# CHECK: vaddps %ymm3, %ymm1, %ymm0
|
||||
0xc5 0xf4 0x58 0xc3
|
||||
|
Loading…
Reference in New Issue
Block a user