commit | f9a02500b662551804e4f2d27311e2ec7ec9031c | [log] [tgz] |
---|---|---|
author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | Thu Nov 27 18:28:59 2014 +0000 |
committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | Thu Nov 27 18:28:59 2014 +0000 |
tree | 81fb8711417fcd113b963c71b3acb6f04484ccf6 | |
parent | 56a6a7d3bde9c4e38eb3f50a15f2ebc598dc03bc [diff] [blame] |
[mips][microMIPS] Implement SWM16 and LWM16 instructions Differential Revision: http://reviews.llvm.org/D5579 llvm-svn: 222901
diff --git a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp index ab6b225..e836629 100644 --- a/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp +++ b/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
@@ -233,6 +233,8 @@ break; case Mips::SWM32_MM: case Mips::LWM32_MM: + case Mips::SWM16_MM: + case Mips::LWM16_MM: opNum = MI->getNumOperands() - 2; break; }