diff options
author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-14 07:15:21 +0000 |
---|---|---|
committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-14 07:15:21 +0000 |
commit | ab48d10effb223de0c9516ccae616a80fef27df8 (patch) | |
tree | aa2b56981148360f1eeac03c65ddfd514e4f0a08 /test/MC/Disassembler/Mips/micromips_le.txt | |
parent | 47b33528d1b4298bf8cc5dcca8b531dfd0e704bb (diff) | |
download | external_llvm-ab48d10effb223de0c9516ccae616a80fef27df8.zip external_llvm-ab48d10effb223de0c9516ccae616a80fef27df8.tar.gz external_llvm-ab48d10effb223de0c9516ccae616a80fef27df8.tar.bz2 |
Support for microMIPS DIV instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190745 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/micromips_le.txt b/test/MC/Disassembler/Mips/micromips_le.txt index ef08158..253223c 100644 --- a/test/MC/Disassembler/Mips/micromips_le.txt +++ b/test/MC/Disassembler/Mips/micromips_le.txt @@ -88,6 +88,12 @@ # CHECK: multu $9, $7 0xe9 0x00 0x3c 0x9b +# CHECK: div $zero, $9, $7 +0xe9 0x00 0x3c 0xab + +# CHECK: divu $zero, $9, $7 +0xe9 0x00 0x3c 0xbb + # CHECK: sll $4, $3, 7 0x83 0x00 0x00 0x38 |