diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2013-08-28 00:55:15 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-08-28 00:55:15 +0000 |
commit | a796d90c0ed7ebd5d58fced43c60afc2e9bf6225 (patch) | |
tree | a65b85efb4cbecf44cf92e7a1d0a2c7cee637cd5 /test/MC/Disassembler/Mips/mips64.txt | |
parent | bf19dba2d4c7927832d3037c15e0101afb730415 (diff) | |
download | external_llvm-a796d90c0ed7ebd5d58fced43c60afc2e9bf6225.zip external_llvm-a796d90c0ed7ebd5d58fced43c60afc2e9bf6225.tar.gz external_llvm-a796d90c0ed7ebd5d58fced43c60afc2e9bf6225.tar.bz2 |
[mips] Use ptr_rc to simplify definitions of base+index load/store instructions.
Also, fix predicates.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/Mips/mips64.txt')
-rw-r--r-- | test/MC/Disassembler/Mips/mips64.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/mips64.txt b/test/MC/Disassembler/Mips/mips64.txt index b887473..2ccef83 100644 --- a/test/MC/Disassembler/Mips/mips64.txt +++ b/test/MC/Disassembler/Mips/mips64.txt @@ -64,3 +64,21 @@ # CHECK: sd $6, 17767($zero) 0xfc 0x06 0x45 0x67 + +# CHECK: luxc1 $f0, $6($5) +0x4c 0xa6 0x00 0x05 + +# CHECK: lwxc1 $f20, $12($14) +0x4d 0xcc 0x05 0x00 + +# CHECK: suxc1 $f4, $24($5) +0x4c 0xb8 0x20 0x0d + +# CHECK: swxc1 $f26, $18($22) +0x4e 0xd2 0xd0 0x08 + +# CHECK: ldxc1 $f2, $2($10) +0x4d 0x42 0x00 0x81 + +# CHECK: sdxc1 $f8, $4($25) +0x4f 0x24 0x40 0x09 |