aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Disassembler/Mips/micromips.txt
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-09-14 07:35:41 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-09-14 07:35:41 +0000
commitdcc425c6301c088b4c0598696de50c01fbca5733 (patch)
tree049ea5c99e7573d0bd464fc3a2bb032c65f5c90a /test/MC/Disassembler/Mips/micromips.txt
parentab48d10effb223de0c9516ccae616a80fef27df8 (diff)
downloadexternal_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.txt')
-rw-r--r--test/MC/Disassembler/Mips/micromips.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/Mips/micromips.txt b/test/MC/Disassembler/Mips/micromips.txt
index a6a3575..30e2b57 100644
--- a/test/MC/Disassembler/Mips/micromips.txt
+++ b/test/MC/Disassembler/Mips/micromips.txt
@@ -49,6 +49,9 @@
# CHECK: sltu $3, $3, $5
0x00 0xa3 0x1b 0x90
+# CHECK: lui $9, 17767
+0x41 0xa9 0x45 0x67
+
# CHECK: and $9, $6, $7
0x00 0xe6 0x4a 0x50