summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-03-01 09:28:18 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2014-03-01 09:28:18 +0000
commit9314308db1c11de8e13014ac74b1d5e2fd442f57 (patch)
treef20a2583706ab743ba7eb395b8d363751c5ded94 /lib/Target/Sparc/SparcInstrInfo.td
parente56ffb951f76424cd6e9cc795bfc3b2e8033798f (diff)
downloadllvm-9314308db1c11de8e13014ac74b1d5e2fd442f57.tar.gz
llvm-9314308db1c11de8e13014ac74b1d5e2fd442f57.tar.bz2
llvm-9314308db1c11de8e13014ac74b1d5e2fd442f57.tar.xz
[Sparc] Add support to decode unimp instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.td')
-rw-r--r--lib/Target/Sparc/SparcInstrInfo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td
index 0a45b371b1..c990741b6b 100644
--- a/lib/Target/Sparc/SparcInstrInfo.td
+++ b/lib/Target/Sparc/SparcInstrInfo.td
@@ -321,8 +321,8 @@ let isBarrier = 1, isTerminator = 1, rd = 0b1000, rs1 = 0, simm13 = 5 in
def TA5 : F3_2<0b10, 0b111010, (outs), (ins), "ta 5", [(trap)]>;
let rd = 0 in
- def UNIMP : F2_1<0b000, (outs), (ins i32imm:$val),
- "unimp $val", []>;
+ def UNIMP : F2_1<0b000, (outs), (ins i32imm:$imm22),
+ "unimp $imm22", []>;
// SELECT_CC_* - Used to implement the SELECT_CC DAG operation. Expanded after
// instruction selection into a branch sequence. This has to handle all