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/mips-dsp.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/mips-dsp.txt')
-rw-r--r-- | test/MC/Disassembler/Mips/mips-dsp.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/mips-dsp.txt b/test/MC/Disassembler/Mips/mips-dsp.txt index d10e62c..3f60ae1 100644 --- a/test/MC/Disassembler/Mips/mips-dsp.txt +++ b/test/MC/Disassembler/Mips/mips-dsp.txt @@ -11,3 +11,12 @@ # CHECK: mtlo $21, $ac3 0x13 0x18 0xa0 0x02 + +# CHECK: lbux $10, $20($26) +0x8a 0x51 0x54 0x7f + +# CHECK: lhx $11, $21($27) +0x0a 0x59 0x75 0x7f + +# CHECK: lwx $12, $22($gp) +0x0a 0x60 0x96 0x7f |