diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2011-11-11 04:03:54 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2011-11-11 04:03:54 +0000 |
commit | 642b1097131ec8c700318f01fe2504d8d5ef4adc (patch) | |
tree | 0eaeecb0437eb8467034de3e345d6ee268c42efd /lib/Target/Mips/MipsInstrInfo.td | |
parent | a1fa08f66a5e92ccf5bc0b565c045be14108dae4 (diff) | |
download | external_llvm-642b1097131ec8c700318f01fe2504d8d5ef4adc.zip external_llvm-642b1097131ec8c700318f01fe2504d8d5ef4adc.tar.gz external_llvm-642b1097131ec8c700318f01fe2504d8d5ef4adc.tar.bz2 |
64-bit versions of jal, jalr and bal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.td')
-rw-r--r-- | lib/Target/Mips/MipsInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td index 1cc3841..61e6bf3 100644 --- a/lib/Target/Mips/MipsInstrInfo.td +++ b/lib/Target/Mips/MipsInstrInfo.td @@ -140,6 +140,7 @@ def NotN64 : Predicate<"!Subtarget.isABI_N64()">; // Instruction operand types def brtarget : Operand<OtherVT>; def calltarget : Operand<i32>; +def calltarget64: Operand<i64>; def simm16 : Operand<i32>; def simm16_64 : Operand<i64>; def shamt : Operand<i32>; |