diff options
author | Reed Kotler <rkotler@mips.com> | 2013-02-02 04:07:35 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-02-02 04:07:35 +0000 |
commit | 63f331235513a6f562ab4b2809b497c518b132e9 (patch) | |
tree | 6650d7fccd3fcff321a2e2d445c3f4476953564d /lib/Target/Mips/MipsInstrInfo.td | |
parent | a0bbe40380d085b51b7b44b3eb60cc12bc619dbb (diff) |
Start static relocation implementation for mips16.
This checkin makes hello world work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.td')
-rw-r--r-- | lib/Target/Mips/MipsInstrInfo.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td index 162ffb016d..ac99a13590 100644 --- a/lib/Target/Mips/MipsInstrInfo.td +++ b/lib/Target/Mips/MipsInstrInfo.td @@ -232,6 +232,10 @@ def calltarget64: Operand<i64>; def simm16 : Operand<i32> { let DecoderMethod= "DecodeSimm16"; } + +def simm20 : Operand<i32> { +} + def simm16_64 : Operand<i64>; def shamt : Operand<i32>; |