mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 10:42:36 +00:00
most simple arm instructions match correctly now,
it looks like we're not handling [] operands though llvm-svn: 117607
This commit is contained in:
parent
bd838d16e5
commit
1917294eb5
@ -11,3 +11,8 @@
|
||||
@ CHECK: bx lr
|
||||
@ CHECK: encoding: [0x1e,0xff,0x2f,0xe1]
|
||||
bx lr
|
||||
|
||||
@ CHECK: vqdmull.s32 q8, d17, d16
|
||||
@ CHECK: encoding: [0xa0,0x0d,0xe1,0xf2]
|
||||
vqdmull.s32 q8, d17, d16
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user