diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-29 00:27:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-29 00:27:31 +0000 |
commit | 14b93851cc7611ae6c2000f1c162592ead954420 (patch) | |
tree | 96e7bc2e5f48768d5e5e4bcbd4625111a3aee0f3 /test/MC | |
parent | 7b78824fdb85d129860790da308fb876959b4076 (diff) |
add simple support for addrmode5 operands, allowing
vldr.64 to work. I have no idea if this is fully right, but
it is in the right direction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/ARM/arm_instructions.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/ARM/arm_instructions.s b/test/MC/ARM/arm_instructions.s index d53859430e..18a8cfa90e 100644 --- a/test/MC/ARM/arm_instructions.s +++ b/test/MC/ARM/arm_instructions.s @@ -16,3 +16,7 @@ bx lr @ CHECK: encoding: [0xa0,0x0d,0xe1,0xf2] vqdmull.s32 q8, d17, d16 +@ CHECK: vldr.64 d17, [r0] +@ CHECK: encoding: [0x00,0x0b,0x10,0xed] +vldr.64 d17, [r0] + |