summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
diff options
context:
space:
mode:
authorJack Carter <jack.carter@imgtec.com>2013-08-15 12:24:57 +0000
committerJack Carter <jack.carter@imgtec.com>2013-08-15 12:24:57 +0000
commite2a9376b1bd2204ea6f56a35b762e28e0ef4e35a (patch)
treeb6c7bd299df4286fc2e0d42078c1a54fd38e9327 /lib/Target/Mips/MipsInstrInfo.td
parentd36e1efa4b674b6b224995657e04a1c6145f70db (diff)
downloadllvm-e2a9376b1bd2204ea6f56a35b762e28e0ef4e35a.tar.gz
llvm-e2a9376b1bd2204ea6f56a35b762e28e0ef4e35a.tar.bz2
llvm-e2a9376b1bd2204ea6f56a35b762e28e0ef4e35a.tar.xz
[Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)
Includes: add_a, adds_[asu], addv, addvi, andi.b, asub_[su].[bhwd], aver?_[su]_[bhwd], bclr, bclri, bins[lr], bins[lr]i, bmnzi, bmzi, bneg, bnegi, bseli, bset, bseti, c(eq|ne), c(eq|ne)i, cl[et]_[su], cl[et]i_[su], copy_[su].[bhw], div_[su], dotp_[su], dpadd_[su], dpsub_[su], ilvev, ilvl, ilvod, ilvr, insv, insve, ldi Patch by Daniel Sanders git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.td')
-rw-r--r--lib/Target/Mips/MipsInstrInfo.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td
index 81dbd421f5..1753207420 100644
--- a/lib/Target/Mips/MipsInstrInfo.td
+++ b/lib/Target/Mips/MipsInstrInfo.td
@@ -264,6 +264,10 @@ def simm16_64 : Operand<i64>;
def shamt : Operand<i32>;
// Unsigned Operand
+def uimm5 : Operand<i32> {
+ let PrintMethod = "printUnsignedImm";
+}
+
def uimm16 : Operand<i32> {
let PrintMethod = "printUnsignedImm";
}