diff options
author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-14 07:35:41 +0000 |
---|---|---|
committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-09-14 07:35:41 +0000 |
commit | dcc425c6301c088b4c0598696de50c01fbca5733 (patch) | |
tree | 049ea5c99e7573d0bd464fc3a2bb032c65f5c90a /test/MC/Disassembler/Mips/micromips_le.txt | |
parent | ab48d10effb223de0c9516ccae616a80fef27df8 (diff) | |
download | external_llvm-dcc425c6301c088b4c0598696de50c01fbca5733.zip external_llvm-dcc425c6301c088b4c0598696de50c01fbca5733.tar.gz external_llvm-dcc425c6301c088b4c0598696de50c01fbca5733.tar.bz2 |
Fixed bug when generating Load Upper Immediate microMIPS instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190746 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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/micromips_le.txt b/test/MC/Disassembler/Mips/micromips_le.txt index 253223c..ff77de5 100644 --- a/test/MC/Disassembler/Mips/micromips_le.txt +++ b/test/MC/Disassembler/Mips/micromips_le.txt @@ -49,6 +49,9 @@ # CHECK: sltu $3, $3, $5 0xa3 0x00 0x90 0x1b +# CHECK: lui $9, 17767 +0xa9 0x41 0x67 0x45 + # CHECK: and $9, $6, $7 0xe6 0x00 0x50 0x4a |