diff options
author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-14 06:49:25 +0000 |
---|---|---|
committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-14 06:49:25 +0000 |
commit | 47b33528d1b4298bf8cc5dcca8b531dfd0e704bb (patch) | |
tree | 3b09b82495b8592175ac7663257fb9ca965b9f6b /test/MC/Disassembler/Mips/micromips_le.txt | |
parent | 58b90b1e38ec6f5d6f11afae1cf3097dc8fb49aa (diff) | |
download | external_llvm-47b33528d1b4298bf8cc5dcca8b531dfd0e704bb.zip external_llvm-47b33528d1b4298bf8cc5dcca8b531dfd0e704bb.tar.gz external_llvm-47b33528d1b4298bf8cc5dcca8b531dfd0e704bb.tar.bz2 |
Support for misc microMIPS instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/Mips/micromips_le.txt')
-rw-r--r-- | test/MC/Disassembler/Mips/micromips_le.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/micromips_le.txt b/test/MC/Disassembler/Mips/micromips_le.txt index 9630c17..ef08158 100644 --- a/test/MC/Disassembler/Mips/micromips_le.txt +++ b/test/MC/Disassembler/Mips/micromips_le.txt @@ -183,3 +183,24 @@ # CHECK: msubu $4, $5 0xa4 0x00 0x3c 0xfb + +# CHECK: clz $9, $6 +0x26 0x01 0x3c 0x5b + +# CHECK: clo $9, $6 +0x26 0x01 0x3c 0x4b + +# CHECK: seb $9, $6 +0x26 0x01 0x3c 0x2b + +# CHECK: seh $9, $6 +0x26 0x01 0x3c 0x3b + +# CHECK: wsbh $9, $6 +0x26 0x01 0x3c 0x7b + +# CHECK: ext $9, $6, 3, 7 +0x26 0x01 0xec 0x30 + +# CHECK: ins $9, $6, 3, 7 +0x26 0x01 0xcc 0x48 |