2011-05-09 18:16:46 +00:00
|
|
|
//===- MipsInstrInfo.td - Target Description for Mips Target -*- tablegen -*-=//
|
2007-06-06 07:42:06 +00:00
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
2007-12-29 20:36:04 +00:00
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
2007-06-06 07:42:06 +00:00
|
|
|
//
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2011-05-09 18:16:46 +00:00
|
|
|
//
|
|
|
|
// This file contains the Mips implementation of the TargetInstrInfo class.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
// Instruction format superclass
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
include "MipsInstrFormats.td"
|
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
// Mips profiles and nodes
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
def SDT_MipsRet : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
|
|
|
|
def SDT_MipsJmpLink : SDTypeProfile<0, 1, [SDTCisVT<0, iPTR>]>;
|
2010-11-09 17:25:34 +00:00
|
|
|
def SDT_MipsCMov : SDTypeProfile<1, 4, [SDTCisSameAs<0, 1>,
|
2011-04-15 21:00:26 +00:00
|
|
|
SDTCisSameAs<1, 2>,
|
|
|
|
SDTCisSameAs<3, 4>,
|
|
|
|
SDTCisInt<4>]>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
def SDT_MipsCallSeqStart : SDCallSeqStart<[SDTCisVT<0, i32>]>;
|
|
|
|
def SDT_MipsCallSeqEnd : SDCallSeqEnd<[SDTCisVT<0, i32>, SDTCisVT<1, i32>]>;
|
2011-03-04 17:51:39 +00:00
|
|
|
def SDT_MipsMAddMSub : SDTypeProfile<0, 4,
|
2011-01-18 19:29:17 +00:00
|
|
|
[SDTCisVT<0, i32>, SDTCisSameAs<0, 1>,
|
2011-03-04 17:51:39 +00:00
|
|
|
SDTCisSameAs<1, 2>,
|
2011-01-18 19:29:17 +00:00
|
|
|
SDTCisSameAs<2, 3>]>;
|
2011-03-04 21:03:24 +00:00
|
|
|
def SDT_MipsDivRem : SDTypeProfile<0, 2,
|
|
|
|
[SDTCisVT<0, i32>,
|
|
|
|
SDTCisSameAs<0, 1>]>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
2011-05-31 02:53:58 +00:00
|
|
|
def SDT_MipsThreadPointer : SDTypeProfile<1, 0, [SDTCisPtrTy<0>]>;
|
|
|
|
|
2011-06-21 00:40:49 +00:00
|
|
|
def SDT_MipsDynAlloc : SDTypeProfile<1, 1, [SDTCisVT<0, i32>,
|
|
|
|
SDTCisVT<1, iPTR>]>;
|
2011-07-19 23:30:50 +00:00
|
|
|
def SDT_Sync : SDTypeProfile<0, 1, [SDTCisVT<0, i32>]>;
|
2011-06-21 00:40:49 +00:00
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
// Call
|
2010-11-09 17:25:34 +00:00
|
|
|
def MipsJmpLink : SDNode<"MipsISD::JmpLink",SDT_MipsJmpLink,
|
2010-12-23 18:28:41 +00:00
|
|
|
[SDNPHasChain, SDNPOutGlue, SDNPOptInGlue,
|
2010-03-19 05:33:51 +00:00
|
|
|
SDNPVariadic]>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2010-11-09 17:25:34 +00:00
|
|
|
// Hi and Lo nodes are used to handle global addresses. Used on
|
|
|
|
// MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
|
2007-11-05 03:02:32 +00:00
|
|
|
// static model. (nothing to do with Mips Registers Hi and Lo)
|
2008-07-21 18:52:34 +00:00
|
|
|
def MipsHi : SDNode<"MipsISD::Hi", SDTIntUnaryOp>;
|
|
|
|
def MipsLo : SDNode<"MipsISD::Lo", SDTIntUnaryOp>;
|
|
|
|
def MipsGPRel : SDNode<"MipsISD::GPRel", SDTIntUnaryOp>;
|
2007-10-09 02:55:31 +00:00
|
|
|
|
2011-05-31 02:53:58 +00:00
|
|
|
// TlsGd node is used to handle General Dynamic TLS
|
|
|
|
def MipsTlsGd : SDNode<"MipsISD::TlsGd", SDTIntUnaryOp>;
|
|
|
|
|
|
|
|
// TprelHi and TprelLo nodes are used to handle Local Exec TLS
|
|
|
|
def MipsTprelHi : SDNode<"MipsISD::TprelHi", SDTIntUnaryOp>;
|
|
|
|
def MipsTprelLo : SDNode<"MipsISD::TprelLo", SDTIntUnaryOp>;
|
|
|
|
|
|
|
|
// Thread pointer
|
|
|
|
def MipsThreadPointer: SDNode<"MipsISD::ThreadPointer", SDT_MipsThreadPointer>;
|
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// Return
|
2010-11-09 17:25:34 +00:00
|
|
|
def MipsRet : SDNode<"MipsISD::Ret", SDT_MipsRet, [SDNPHasChain,
|
2010-12-23 18:28:41 +00:00
|
|
|
SDNPOptInGlue]>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// These are target-independent nodes, but have target-specific formats.
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
|
2010-12-23 18:28:41 +00:00
|
|
|
[SDNPHasChain, SDNPOutGlue]>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd,
|
2010-12-23 18:28:41 +00:00
|
|
|
[SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
|
2007-11-13 00:44:25 +00:00
|
|
|
|
2011-01-18 19:29:17 +00:00
|
|
|
// MAdd*/MSub* nodes
|
|
|
|
def MipsMAdd : SDNode<"MipsISD::MAdd", SDT_MipsMAddMSub,
|
|
|
|
[SDNPOptInGlue, SDNPOutGlue]>;
|
|
|
|
def MipsMAddu : SDNode<"MipsISD::MAddu", SDT_MipsMAddMSub,
|
|
|
|
[SDNPOptInGlue, SDNPOutGlue]>;
|
|
|
|
def MipsMSub : SDNode<"MipsISD::MSub", SDT_MipsMAddMSub,
|
|
|
|
[SDNPOptInGlue, SDNPOutGlue]>;
|
|
|
|
def MipsMSubu : SDNode<"MipsISD::MSubu", SDT_MipsMAddMSub,
|
|
|
|
[SDNPOptInGlue, SDNPOutGlue]>;
|
|
|
|
|
2011-03-04 21:03:24 +00:00
|
|
|
// DivRem(u) nodes
|
|
|
|
def MipsDivRem : SDNode<"MipsISD::DivRem", SDT_MipsDivRem,
|
|
|
|
[SDNPOutGlue]>;
|
|
|
|
def MipsDivRemU : SDNode<"MipsISD::DivRemU", SDT_MipsDivRem,
|
|
|
|
[SDNPOutGlue]>;
|
|
|
|
|
2011-06-07 18:00:14 +00:00
|
|
|
// Target constant nodes that are not part of any isel patterns and remain
|
|
|
|
// unchanged can cause instructions with illegal operands to be emitted.
|
|
|
|
// Wrapper node patterns give the instruction selector a chance to replace
|
|
|
|
// target constant nodes that would otherwise remain unchanged with ADDiu
|
|
|
|
// nodes. Without these wrapper node patterns, the following conditional move
|
|
|
|
// instrucion is emitted when function cmov2 in test/CodeGen/Mips/cmov.ll is
|
|
|
|
// compiled:
|
|
|
|
// movn %got(d)($gp), %got(c)($gp), $4
|
|
|
|
// This instruction is illegal since movn can take only register operands.
|
|
|
|
|
2011-05-28 01:07:07 +00:00
|
|
|
def MipsWrapperPIC : SDNode<"MipsISD::WrapperPIC", SDTIntUnaryOp>;
|
|
|
|
|
2011-06-21 00:40:49 +00:00
|
|
|
// Pointer to dynamically allocated stack area.
|
|
|
|
def MipsDynAlloc : SDNode<"MipsISD::DynAlloc", SDT_MipsDynAlloc,
|
|
|
|
[SDNPHasChain, SDNPInGlue]>;
|
|
|
|
|
2011-07-19 23:30:50 +00:00
|
|
|
def MipsSync : SDNode<"MipsISD::Sync", SDT_Sync, [SDNPHasChain]>;
|
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-10-09 02:55:31 +00:00
|
|
|
// Mips Instruction Predicate Definitions.
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2008-08-08 06:16:31 +00:00
|
|
|
def HasSEInReg : Predicate<"Subtarget.hasSEInReg()">;
|
|
|
|
def HasBitCount : Predicate<"Subtarget.hasBitCount()">;
|
2008-08-13 07:13:40 +00:00
|
|
|
def HasSwap : Predicate<"Subtarget.hasSwap()">;
|
|
|
|
def HasCondMov : Predicate<"Subtarget.hasCondMov()">;
|
2010-11-12 00:38:32 +00:00
|
|
|
def IsMips32 : Predicate<"Subtarget.isMips32()">;
|
2010-12-09 17:32:30 +00:00
|
|
|
def IsMips32r2 : Predicate<"Subtarget.isMips32r2()">;
|
2007-10-09 02:55:31 +00:00
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-10-09 02:55:31 +00:00
|
|
|
// Mips Operand, Complex Patterns and Transformations Definitions.
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-10-09 02:55:31 +00:00
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
// Instruction operand types
|
|
|
|
def brtarget : Operand<OtherVT>;
|
|
|
|
def calltarget : Operand<i32>;
|
|
|
|
def simm16 : Operand<i32>;
|
2007-10-26 04:00:13 +00:00
|
|
|
def shamt : Operand<i32>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-08-13 07:13:40 +00:00
|
|
|
// Unsigned Operand
|
|
|
|
def uimm16 : Operand<i32> {
|
|
|
|
let PrintMethod = "printUnsignedImm";
|
|
|
|
}
|
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
// Address operand
|
|
|
|
def mem : Operand<i32> {
|
|
|
|
let PrintMethod = "printMemOperand";
|
2011-07-07 18:57:00 +00:00
|
|
|
let MIOperandInfo = (ops CPURegs, simm16);
|
2007-06-06 07:42:06 +00:00
|
|
|
}
|
|
|
|
|
2011-07-07 20:54:20 +00:00
|
|
|
def mem_ea : Operand<i32> {
|
|
|
|
let PrintMethod = "printMemOperandEA";
|
|
|
|
let MIOperandInfo = (ops CPURegs, simm16);
|
|
|
|
}
|
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
// Transformation Function - get the lower 16 bits.
|
|
|
|
def LO16 : SDNodeXForm<imm, [{
|
2008-09-12 16:56:44 +00:00
|
|
|
return getI32Imm((unsigned)N->getZExtValue() & 0xFFFF);
|
2007-06-06 07:42:06 +00:00
|
|
|
}]>;
|
|
|
|
|
|
|
|
// Transformation Function - get the higher 16 bits.
|
|
|
|
def HI16 : SDNodeXForm<imm, [{
|
2008-09-12 16:56:44 +00:00
|
|
|
return getI32Imm((unsigned)N->getZExtValue() >> 16);
|
2007-06-06 07:42:06 +00:00
|
|
|
}]>;
|
|
|
|
|
|
|
|
// Node immediate fits as 16-bit sign extended on target immediate.
|
|
|
|
// e.g. addi, andi
|
2010-08-18 23:56:46 +00:00
|
|
|
def immSExt16 : PatLeaf<(imm), [{ return isInt<16>(N->getSExtValue()); }]>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Node immediate fits as 16-bit zero extended on target immediate.
|
|
|
|
// The LO16 param means that only the lower 16 bits of the node
|
|
|
|
// immediate are caught.
|
|
|
|
// e.g. addiu, sltiu
|
|
|
|
def immZExt16 : PatLeaf<(imm), [{
|
2009-08-11 20:47:22 +00:00
|
|
|
if (N->getValueType(0) == MVT::i32)
|
2008-09-12 16:56:44 +00:00
|
|
|
return (uint32_t)N->getZExtValue() == (unsigned short)N->getZExtValue();
|
2007-10-26 04:00:13 +00:00
|
|
|
else
|
2008-09-12 16:56:44 +00:00
|
|
|
return (uint64_t)N->getZExtValue() == (unsigned short)N->getZExtValue();
|
2007-06-06 07:42:06 +00:00
|
|
|
}], LO16>;
|
|
|
|
|
|
|
|
// shamt field must fit in 5 bits.
|
|
|
|
def immZExt5 : PatLeaf<(imm), [{
|
2008-09-12 16:56:44 +00:00
|
|
|
return N->getZExtValue() == ((N->getZExtValue()) & 0x1f) ;
|
2007-06-06 07:42:06 +00:00
|
|
|
}]>;
|
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// Mips Address Mode! SDNode frameindex could possibily be a match
|
2007-06-06 07:42:06 +00:00
|
|
|
// since load and store instructions from stack used it.
|
2010-02-14 21:53:19 +00:00
|
|
|
def addr : ComplexPattern<iPTR, 2, "SelectAddr", [frameindex], []>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
// Instructions specific format
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Arithmetic 3 register operands
|
2007-08-18 02:37:46 +00:00
|
|
|
class ArithR<bits<6> op, bits<6> func, string instr_asm, SDNode OpNode,
|
2011-05-12 17:42:08 +00:00
|
|
|
InstrItinClass itin, bit isComm = 0>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<op, func, (outs CPURegs:$dst), (ins CPURegs:$b, CPURegs:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
2011-05-12 17:42:08 +00:00
|
|
|
[(set CPURegs:$dst, (OpNode CPURegs:$b, CPURegs:$c))], itin> {
|
|
|
|
let isCommutable = isComm;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-05-25 17:32:06 +00:00
|
|
|
class ArithOverflowR<bits<6> op, bits<6> func, string instr_asm,
|
|
|
|
bit isComm = 0>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<op, func, (outs CPURegs:$dst), (ins CPURegs:$b, CPURegs:$c),
|
2011-05-12 17:42:08 +00:00
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"), [], IIAlu> {
|
|
|
|
let isCommutable = isComm;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Arithmetic 2 register operands
|
2007-10-26 04:00:13 +00:00
|
|
|
class ArithI<bits<6> op, string instr_asm, SDNode OpNode,
|
|
|
|
Operand Od, PatLeaf imm_type> :
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs CPURegs:$dst), (ins CPURegs:$b, Od:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
|
|
|
[(set CPURegs:$dst, (OpNode CPURegs:$b, imm_type:$c))], IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-08-13 07:13:40 +00:00
|
|
|
class ArithOverflowI<bits<6> op, string instr_asm, SDNode OpNode,
|
|
|
|
Operand Od, PatLeaf imm_type> :
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs CPURegs:$dst), (ins CPURegs:$b, Od:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"), [], IIAlu>;
|
2008-08-13 07:13:40 +00:00
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
// Arithmetic Multiply ADD/SUB
|
2011-01-18 19:29:17 +00:00
|
|
|
let rd = 0, shamt = 0, Defs = [HI, LO], Uses = [HI, LO] in
|
2011-05-12 17:42:08 +00:00
|
|
|
class MArithR<bits<6> func, string instr_asm, SDNode op, bit isComm = 0> :
|
2011-01-18 19:29:17 +00:00
|
|
|
FR<0x1c, func, (outs), (ins CPURegs:$rs, CPURegs:$rt),
|
2011-03-04 17:51:39 +00:00
|
|
|
!strconcat(instr_asm, "\t$rs, $rt"),
|
2011-05-12 17:42:08 +00:00
|
|
|
[(op CPURegs:$rs, CPURegs:$rt, LO, HI)], IIImul> {
|
|
|
|
let isCommutable = isComm;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Logical
|
2011-05-12 17:42:08 +00:00
|
|
|
let isCommutable = 1 in
|
2007-06-06 07:42:06 +00:00
|
|
|
class LogicR<bits<6> func, string instr_asm, SDNode OpNode>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x00, func, (outs CPURegs:$dst), (ins CPURegs:$b, CPURegs:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
|
|
|
[(set CPURegs:$dst, (OpNode CPURegs:$b, CPURegs:$c))], IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
class LogicI<bits<6> op, string instr_asm, SDNode OpNode>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs CPURegs:$dst), (ins CPURegs:$b, uimm16:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
|
|
|
[(set CPURegs:$dst, (OpNode CPURegs:$b, immZExt16:$c))], IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-05-12 17:42:08 +00:00
|
|
|
let isCommutable = 1 in
|
2007-06-06 07:42:06 +00:00
|
|
|
class LogicNOR<bits<6> op, bits<6> func, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<op, func, (outs CPURegs:$dst), (ins CPURegs:$b, CPURegs:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
|
|
|
[(set CPURegs:$dst, (not (or CPURegs:$b, CPURegs:$c)))], IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Shifts
|
2011-03-04 17:51:39 +00:00
|
|
|
class LogicR_shift_rotate_imm<bits<6> func, bits<5> _rs, string instr_asm,
|
2010-12-09 17:32:30 +00:00
|
|
|
SDNode OpNode>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x00, func, (outs CPURegs:$dst), (ins CPURegs:$b, shamt:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
2010-12-09 17:32:30 +00:00
|
|
|
[(set CPURegs:$dst, (OpNode CPURegs:$b, immZExt5:$c))], IIAlu> {
|
|
|
|
let rs = _rs;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-03-04 17:51:39 +00:00
|
|
|
class LogicR_shift_rotate_reg<bits<6> func, bits<5> _shamt, string instr_asm,
|
2010-12-09 17:32:30 +00:00
|
|
|
SDNode OpNode>:
|
|
|
|
FR<0x00, func, (outs CPURegs:$dst), (ins CPURegs:$c, CPURegs:$b),
|
2010-11-09 17:25:34 +00:00
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
2010-12-09 17:32:30 +00:00
|
|
|
[(set CPURegs:$dst, (OpNode CPURegs:$b, CPURegs:$c))], IIAlu> {
|
|
|
|
let shamt = _shamt;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Load Upper Imediate
|
|
|
|
class LoadUpper<bits<6> op, string instr_asm>:
|
|
|
|
FI< op,
|
Change instruction description to split OperandList into OutOperandList and
InOperandList. This gives one piece of important information: # of results
produced by an instruction.
An example of the change:
def ADD32rr : I<0x01, MRMDestReg, (ops GR32:$dst, GR32:$src1, GR32:$src2),
"add{l} {$src2, $dst|$dst, $src2}",
[(set GR32:$dst, (add GR32:$src1, GR32:$src2))]>;
=>
def ADD32rr : I<0x01, MRMDestReg, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2),
"add{l} {$src2, $dst|$dst, $src2}",
[(set GR32:$dst, (add GR32:$src1, GR32:$src2))]>;
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40033 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19 01:14:50 +00:00
|
|
|
(outs CPURegs:$dst),
|
|
|
|
(ins uimm16:$imm),
|
2008-07-14 14:42:54 +00:00
|
|
|
!strconcat(instr_asm, "\t$dst, $imm"),
|
2007-08-18 02:37:46 +00:00
|
|
|
[], IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// Memory Load/Store
|
2008-12-03 18:15:48 +00:00
|
|
|
let canFoldAsLoad = 1, hasDelaySlot = 1 in
|
2007-06-06 07:42:06 +00:00
|
|
|
class LoadM<bits<6> op, string instr_asm, PatFrag OpNode>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs CPURegs:$dst), (ins mem:$addr),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $addr"),
|
|
|
|
[(set CPURegs:$dst, (OpNode addr:$addr))], IILoad>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
class StoreM<bits<6> op, string instr_asm, PatFrag OpNode>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs), (ins CPURegs:$dst, mem:$addr),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $addr"),
|
|
|
|
[(OpNode CPURegs:$dst, addr:$addr)], IIStore>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Conditional Branch
|
2007-08-18 02:37:46 +00:00
|
|
|
let isBranch = 1, isTerminator=1, hasDelaySlot = 1 in {
|
2007-06-06 07:42:06 +00:00
|
|
|
class CBranch<bits<6> op, string instr_asm, PatFrag cond_op>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs), (ins CPURegs:$a, CPURegs:$b, brtarget:$offset),
|
|
|
|
!strconcat(instr_asm, "\t$a, $b, $offset"),
|
|
|
|
[(brcond (cond_op CPURegs:$a, CPURegs:$b), bb:$offset)],
|
|
|
|
IIBranch>;
|
2007-08-18 02:37:46 +00:00
|
|
|
|
|
|
|
class CBranchZero<bits<6> op, string instr_asm, PatFrag cond_op>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs), (ins CPURegs:$src, brtarget:$offset),
|
|
|
|
!strconcat(instr_asm, "\t$src, $offset"),
|
|
|
|
[(brcond (cond_op CPURegs:$src, 0), bb:$offset)],
|
|
|
|
IIBranch>;
|
2007-10-26 04:00:13 +00:00
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// SetCC
|
2007-06-06 07:42:06 +00:00
|
|
|
class SetCC_R<bits<6> op, bits<6> func, string instr_asm,
|
|
|
|
PatFrag cond_op>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<op, func, (outs CPURegs:$dst), (ins CPURegs:$b, CPURegs:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
|
|
|
[(set CPURegs:$dst, (cond_op CPURegs:$b, CPURegs:$c))],
|
|
|
|
IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
class SetCC_I<bits<6> op, string instr_asm, PatFrag cond_op,
|
|
|
|
Operand Od, PatLeaf imm_type>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<op, (outs CPURegs:$dst), (ins CPURegs:$b, Od:$c),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $b, $c"),
|
|
|
|
[(set CPURegs:$dst, (cond_op CPURegs:$b, imm_type:$c))],
|
|
|
|
IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Unconditional branch
|
2007-08-18 02:37:46 +00:00
|
|
|
let isBranch=1, isTerminator=1, isBarrier=1, hasDelaySlot = 1 in
|
2007-06-06 07:42:06 +00:00
|
|
|
class JumpFJ<bits<6> op, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FJ<op, (outs), (ins brtarget:$target),
|
|
|
|
!strconcat(instr_asm, "\t$target"), [(br bb:$target)], IIBranch>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-08-18 02:37:46 +00:00
|
|
|
let isBranch=1, isTerminator=1, isBarrier=1, rd=0, hasDelaySlot = 1 in
|
2007-06-06 07:42:06 +00:00
|
|
|
class JumpFR<bits<6> op, bits<6> func, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<op, func, (outs), (ins CPURegs:$target),
|
|
|
|
!strconcat(instr_asm, "\t$target"), [(brind CPURegs:$target)], IIBranch>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Jump and Link (Call)
|
2007-10-26 04:00:13 +00:00
|
|
|
let isCall=1, hasDelaySlot=1,
|
2007-08-18 02:37:46 +00:00
|
|
|
// All calls clobber the non-callee saved registers...
|
2010-02-17 20:18:50 +00:00
|
|
|
Defs = [AT, V0, V1, A0, A1, A2, A3, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9,
|
|
|
|
K0, K1, D0, D1, D2, D3, D4, D5, D6, D7, D8, D9], Uses = [GP] in {
|
2007-10-26 04:00:13 +00:00
|
|
|
class JumpLink<bits<6> op, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FJ<op, (outs), (ins calltarget:$target, variable_ops),
|
|
|
|
!strconcat(instr_asm, "\t$target"), [(MipsJmpLink imm:$target)],
|
|
|
|
IIBranch>;
|
2007-08-18 02:37:46 +00:00
|
|
|
|
|
|
|
let rd=31 in
|
|
|
|
class JumpLinkReg<bits<6> op, bits<6> func, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<op, func, (outs), (ins CPURegs:$rs, variable_ops),
|
|
|
|
!strconcat(instr_asm, "\t$rs"), [(MipsJmpLink CPURegs:$rs)], IIBranch>;
|
2007-08-18 02:37:46 +00:00
|
|
|
|
|
|
|
class BranchLink<string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FI<0x1, (outs), (ins CPURegs:$rs, brtarget:$target, variable_ops),
|
|
|
|
!strconcat(instr_asm, "\t$rs, $target"), [], IIBranch>;
|
2007-08-18 02:37:46 +00:00
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// Mul, Div
|
2011-03-04 21:03:24 +00:00
|
|
|
let Defs = [HI, LO] in {
|
2011-05-12 17:42:08 +00:00
|
|
|
let isCommutable = 1 in
|
2011-03-04 21:03:24 +00:00
|
|
|
class Mul<bits<6> func, string instr_asm, InstrItinClass itin>:
|
|
|
|
FR<0x00, func, (outs), (ins CPURegs:$a, CPURegs:$b),
|
|
|
|
!strconcat(instr_asm, "\t$a, $b"), [], itin>;
|
|
|
|
|
|
|
|
class Div<SDNode op, bits<6> func, string instr_asm, InstrItinClass itin>:
|
|
|
|
FR<0x00, func, (outs), (ins CPURegs:$a, CPURegs:$b),
|
|
|
|
!strconcat(instr_asm, "\t$$zero, $a, $b"),
|
|
|
|
[(op CPURegs:$a, CPURegs:$b)], itin>;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// Move from Hi/Lo
|
2008-08-02 19:42:36 +00:00
|
|
|
class MoveFromLOHI<bits<6> func, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x00, func, (outs CPURegs:$dst), (ins),
|
|
|
|
!strconcat(instr_asm, "\t$dst"), [], IIHiLo>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-08-02 19:42:36 +00:00
|
|
|
class MoveToLOHI<bits<6> func, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x00, func, (outs), (ins CPURegs:$src),
|
|
|
|
!strconcat(instr_asm, "\t$src"), [], IIHiLo>;
|
2008-08-02 19:42:36 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
class EffectiveAddress<string instr_asm> :
|
2011-07-07 20:54:20 +00:00
|
|
|
FI<0x09, (outs CPURegs:$dst), (ins mem_ea:$addr),
|
2010-11-09 17:25:34 +00:00
|
|
|
instr_asm, [(set CPURegs:$dst, addr:$addr)], IIAlu>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-08-08 06:16:31 +00:00
|
|
|
// Count Leading Ones/Zeros in Word
|
2010-11-10 02:13:22 +00:00
|
|
|
class CountLeading<bits<6> func, string instr_asm, list<dag> pattern>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x1c, func, (outs CPURegs:$dst), (ins CPURegs:$src),
|
2010-11-10 02:13:22 +00:00
|
|
|
!strconcat(instr_asm, "\t$dst, $src"), pattern, IIAlu>,
|
|
|
|
Requires<[HasBitCount]> {
|
|
|
|
let shamt = 0;
|
|
|
|
let rt = rd;
|
|
|
|
}
|
2008-08-08 06:16:31 +00:00
|
|
|
|
|
|
|
// Sign Extend in Register.
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
class SignExtInReg<bits<6> func, string instr_asm, ValueType vt>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x3f, func, (outs CPURegs:$dst), (ins CPURegs:$src),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $src"),
|
|
|
|
[(set CPURegs:$dst, (sext_inreg CPURegs:$src, vt))], NoItinerary>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
2008-08-13 07:13:40 +00:00
|
|
|
// Byte Swap
|
|
|
|
class ByteSwap<bits<6> func, string instr_asm>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x1f, func, (outs CPURegs:$dst), (ins CPURegs:$src),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $src"),
|
|
|
|
[(set CPURegs:$dst, (bswap CPURegs:$src))], NoItinerary>;
|
2008-08-13 07:13:40 +00:00
|
|
|
|
|
|
|
// Conditional Move
|
|
|
|
class CondMov<bits<6> func, string instr_asm, PatLeaf MovCode>:
|
2010-11-09 17:25:34 +00:00
|
|
|
FR<0x00, func, (outs CPURegs:$dst), (ins CPURegs:$F, CPURegs:$T,
|
|
|
|
CPURegs:$cond), !strconcat(instr_asm, "\t$dst, $T, $cond"),
|
2010-12-07 19:04:14 +00:00
|
|
|
[], NoItinerary>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
2011-05-31 02:53:58 +00:00
|
|
|
// Read Hardware
|
|
|
|
class ReadHardware: FR<0x1f, 0x3b, (outs CPURegs:$dst), (ins HWRegs:$src),
|
|
|
|
"rdhwr\t$dst, $src", [], IIAlu> {
|
|
|
|
let rs = 0;
|
|
|
|
let shamt = 0;
|
|
|
|
}
|
|
|
|
|
2011-07-20 00:23:01 +00:00
|
|
|
// Atomic instructions with 2 source operands (ATOMIC_SWAP & ATOMIC_LOAD_*).
|
2011-07-20 00:53:09 +00:00
|
|
|
class Atomic2Ops<PatFrag Op, string Opstr> :
|
2011-07-20 00:23:01 +00:00
|
|
|
MipsPseudo<(outs CPURegs:$dst), (ins CPURegs:$ptr, CPURegs:$incr),
|
|
|
|
!strconcat("atomic_", Opstr, "\t$dst, $ptr, $incr"),
|
|
|
|
[(set CPURegs:$dst,
|
|
|
|
(Op CPURegs:$ptr, CPURegs:$incr))]>;
|
|
|
|
|
|
|
|
// Atomic Compare & Swap.
|
|
|
|
class AtomicCmpSwap<PatFrag Op, string Width> :
|
|
|
|
MipsPseudo<(outs CPURegs:$dst),
|
|
|
|
(ins CPURegs:$ptr, CPURegs:$cmp, CPURegs:$swap),
|
|
|
|
!strconcat("atomic_cmp_swap_", Width,
|
|
|
|
"\t$dst, $ptr, $cmp, $swap"),
|
|
|
|
[(set CPURegs:$dst,
|
|
|
|
(Op CPURegs:$ptr, CPURegs:$cmp, CPURegs:$swap))]>;
|
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
// Pseudo instructions
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// As stack alignment is always done with addiu, we need a 16-bit immediate
|
2007-09-11 19:55:27 +00:00
|
|
|
let Defs = [SP], Uses = [SP] in {
|
2008-06-06 00:58:26 +00:00
|
|
|
def ADJCALLSTACKDOWN : MipsPseudo<(outs), (ins uimm16:$amt),
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
"!ADJCALLSTACKDOWN $amt",
|
2008-10-11 22:08:30 +00:00
|
|
|
[(callseq_start timm:$amt)]>;
|
2008-06-06 00:58:26 +00:00
|
|
|
def ADJCALLSTACKUP : MipsPseudo<(outs), (ins uimm16:$amt1, uimm16:$amt2),
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
"!ADJCALLSTACKUP $amt1",
|
2008-10-11 22:08:30 +00:00
|
|
|
[(callseq_end timm:$amt1, timm:$amt2)]>;
|
2007-09-11 19:55:27 +00:00
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-07-14 14:42:54 +00:00
|
|
|
// Some assembly macros need to avoid pseudoinstructions and assembler
|
|
|
|
// automatic reodering, we should reorder ourselves.
|
|
|
|
def MACRO : MipsPseudo<(outs), (ins), ".set\tmacro", []>;
|
|
|
|
def REORDER : MipsPseudo<(outs), (ins), ".set\treorder", []>;
|
|
|
|
def NOMACRO : MipsPseudo<(outs), (ins), ".set\tnomacro", []>;
|
|
|
|
def NOREORDER : MipsPseudo<(outs), (ins), ".set\tnoreorder", []>;
|
|
|
|
|
2011-03-31 18:26:17 +00:00
|
|
|
// These macros are inserted to prevent GAS from complaining
|
2011-03-04 20:48:08 +00:00
|
|
|
// when using the AT register.
|
|
|
|
def NOAT : MipsPseudo<(outs), (ins), ".set\tnoat", []>;
|
|
|
|
def ATMACRO : MipsPseudo<(outs), (ins), ".set\tat", []>;
|
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// When handling PIC code the assembler needs .cpload and .cprestore
|
|
|
|
// directives. If the real instructions corresponding these directives
|
|
|
|
// are used, we have the same behavior, but get also a bunch of warnings
|
2007-10-09 02:55:31 +00:00
|
|
|
// from the assembler.
|
2008-07-14 14:42:54 +00:00
|
|
|
def CPLOAD : MipsPseudo<(outs), (ins CPURegs:$picreg), ".cpload\t$picreg", []>;
|
2011-07-07 22:06:18 +00:00
|
|
|
def CPRESTORE : MipsPseudo<(outs), (ins i32imm:$loc), ".cprestore\t$loc", []>;
|
2008-06-06 00:58:26 +00:00
|
|
|
|
2011-05-31 02:54:07 +00:00
|
|
|
let usesCustomInserter = 1 in {
|
2011-07-20 00:53:09 +00:00
|
|
|
def ATOMIC_LOAD_ADD_I8 : Atomic2Ops<atomic_load_add_8, "load_add_8">;
|
|
|
|
def ATOMIC_LOAD_ADD_I16 : Atomic2Ops<atomic_load_add_16, "load_add_16">;
|
|
|
|
def ATOMIC_LOAD_ADD_I32 : Atomic2Ops<atomic_load_add_32, "load_add_32">;
|
|
|
|
def ATOMIC_LOAD_SUB_I8 : Atomic2Ops<atomic_load_sub_8, "load_sub_8">;
|
|
|
|
def ATOMIC_LOAD_SUB_I16 : Atomic2Ops<atomic_load_sub_16, "load_sub_16">;
|
|
|
|
def ATOMIC_LOAD_SUB_I32 : Atomic2Ops<atomic_load_sub_32, "load_sub_32">;
|
|
|
|
def ATOMIC_LOAD_AND_I8 : Atomic2Ops<atomic_load_and_8, "load_and_8">;
|
|
|
|
def ATOMIC_LOAD_AND_I16 : Atomic2Ops<atomic_load_and_16, "load_and_16">;
|
|
|
|
def ATOMIC_LOAD_AND_I32 : Atomic2Ops<atomic_load_and_32, "load_and_32">;
|
|
|
|
def ATOMIC_LOAD_OR_I8 : Atomic2Ops<atomic_load_or_8, "load_or_8">;
|
|
|
|
def ATOMIC_LOAD_OR_I16 : Atomic2Ops<atomic_load_or_16, "load_or_16">;
|
|
|
|
def ATOMIC_LOAD_OR_I32 : Atomic2Ops<atomic_load_or_32, "load_or_32">;
|
|
|
|
def ATOMIC_LOAD_XOR_I8 : Atomic2Ops<atomic_load_xor_8, "load_xor_8">;
|
|
|
|
def ATOMIC_LOAD_XOR_I16 : Atomic2Ops<atomic_load_xor_16, "load_xor_16">;
|
|
|
|
def ATOMIC_LOAD_XOR_I32 : Atomic2Ops<atomic_load_xor_32, "load_xor_32">;
|
|
|
|
def ATOMIC_LOAD_NAND_I8 : Atomic2Ops<atomic_load_nand_8, "load_nand_8">;
|
|
|
|
def ATOMIC_LOAD_NAND_I16 : Atomic2Ops<atomic_load_nand_16, "load_nand_16">;
|
|
|
|
def ATOMIC_LOAD_NAND_I32 : Atomic2Ops<atomic_load_nand_32, "load_nand_32">;
|
|
|
|
|
|
|
|
def ATOMIC_SWAP_I8 : Atomic2Ops<atomic_swap_8, "swap_8">;
|
|
|
|
def ATOMIC_SWAP_I16 : Atomic2Ops<atomic_swap_16, "swap_16">;
|
|
|
|
def ATOMIC_SWAP_I32 : Atomic2Ops<atomic_swap_32, "swap_32">;
|
2011-07-20 00:23:01 +00:00
|
|
|
|
|
|
|
def ATOMIC_CMP_SWAP_I8 : AtomicCmpSwap<atomic_cmp_swap_8, "8">;
|
|
|
|
def ATOMIC_CMP_SWAP_I16 : AtomicCmpSwap<atomic_cmp_swap_16, "16">;
|
|
|
|
def ATOMIC_CMP_SWAP_I32 : AtomicCmpSwap<atomic_cmp_swap_32, "32">;
|
2011-05-31 02:54:07 +00:00
|
|
|
}
|
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
// Instruction definition
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-08-18 02:37:46 +00:00
|
|
|
// MipsI Instructions
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
/// Arithmetic Instructions (ALU Immediate)
|
2008-08-13 07:13:40 +00:00
|
|
|
def ADDiu : ArithI<0x09, "addiu", add, simm16, immSExt16>;
|
|
|
|
def ADDi : ArithOverflowI<0x08, "addi", add, simm16, immSExt16>;
|
2008-07-30 16:58:59 +00:00
|
|
|
def SLTi : SetCC_I<0x0a, "slti", setlt, simm16, immSExt16>;
|
2008-08-13 07:13:40 +00:00
|
|
|
def SLTiu : SetCC_I<0x0b, "sltiu", setult, simm16, immSExt16>;
|
2008-07-30 16:58:59 +00:00
|
|
|
def ANDi : LogicI<0x0c, "andi", and>;
|
|
|
|
def ORi : LogicI<0x0d, "ori", or>;
|
|
|
|
def XORi : LogicI<0x0e, "xori", xor>;
|
|
|
|
def LUi : LoadUpper<0x0f, "lui">;
|
|
|
|
|
|
|
|
/// Arithmetic Instructions (3-Operand, R-Type)
|
2011-05-12 17:42:08 +00:00
|
|
|
def ADDu : ArithR<0x00, 0x21, "addu", add, IIAlu, 1>;
|
2007-08-18 02:37:46 +00:00
|
|
|
def SUBu : ArithR<0x00, 0x23, "subu", sub, IIAlu>;
|
2011-05-12 17:42:08 +00:00
|
|
|
def ADD : ArithOverflowR<0x00, 0x20, "add", 1>;
|
2007-06-06 07:42:06 +00:00
|
|
|
def SUB : ArithOverflowR<0x00, 0x22, "sub">;
|
2008-07-30 16:58:59 +00:00
|
|
|
def SLT : SetCC_R<0x00, 0x2a, "slt", setlt>;
|
|
|
|
def SLTu : SetCC_R<0x00, 0x2b, "sltu", setult>;
|
2007-06-06 07:42:06 +00:00
|
|
|
def AND : LogicR<0x24, "and", and>;
|
|
|
|
def OR : LogicR<0x25, "or", or>;
|
|
|
|
def XOR : LogicR<0x26, "xor", xor>;
|
|
|
|
def NOR : LogicNOR<0x00, 0x27, "nor">;
|
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
/// Shift Instructions
|
2010-12-09 17:32:30 +00:00
|
|
|
def SLL : LogicR_shift_rotate_imm<0x00, 0x00, "sll", shl>;
|
|
|
|
def SRL : LogicR_shift_rotate_imm<0x02, 0x00, "srl", srl>;
|
|
|
|
def SRA : LogicR_shift_rotate_imm<0x03, 0x00, "sra", sra>;
|
|
|
|
def SLLV : LogicR_shift_rotate_reg<0x04, 0x00, "sllv", shl>;
|
|
|
|
def SRLV : LogicR_shift_rotate_reg<0x06, 0x00, "srlv", srl>;
|
|
|
|
def SRAV : LogicR_shift_rotate_reg<0x07, 0x00, "srav", sra>;
|
|
|
|
|
|
|
|
// Rotate Instructions
|
|
|
|
let Predicates = [IsMips32r2] in {
|
|
|
|
def ROTR : LogicR_shift_rotate_imm<0x02, 0x01, "rotr", rotr>;
|
|
|
|
def ROTRV : LogicR_shift_rotate_reg<0x06, 0x01, "rotrv", rotr>;
|
|
|
|
}
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
/// Load and Store Instructions
|
2007-06-06 07:42:06 +00:00
|
|
|
def LB : LoadM<0x20, "lb", sextloadi8>;
|
|
|
|
def LBu : LoadM<0x24, "lbu", zextloadi8>;
|
|
|
|
def LH : LoadM<0x21, "lh", sextloadi16>;
|
|
|
|
def LHu : LoadM<0x25, "lhu", zextloadi16>;
|
|
|
|
def LW : LoadM<0x23, "lw", load>;
|
|
|
|
def SB : StoreM<0x28, "sb", truncstorei8>;
|
|
|
|
def SH : StoreM<0x29, "sh", truncstorei16>;
|
|
|
|
def SW : StoreM<0x2b, "sw", store>;
|
|
|
|
|
2011-07-19 23:30:50 +00:00
|
|
|
let hasSideEffects = 1 in
|
|
|
|
def SYNC : MipsInst<(outs), (ins i32imm:$stype), "sync $stype",
|
|
|
|
[(MipsSync imm:$stype)], NoItinerary>
|
|
|
|
{
|
|
|
|
let opcode = 0;
|
|
|
|
let Inst{25-11} = 0;
|
|
|
|
let Inst{5-0} = 15;
|
|
|
|
}
|
|
|
|
|
2011-05-31 02:54:07 +00:00
|
|
|
/// Load-linked, Store-conditional
|
2011-07-18 18:52:12 +00:00
|
|
|
let mayLoad = 1, hasDelaySlot = 1 in
|
2011-05-31 02:54:07 +00:00
|
|
|
def LL : FI<0x30, (outs CPURegs:$dst), (ins mem:$addr),
|
|
|
|
"ll\t$dst, $addr", [], IILoad>;
|
2011-07-18 18:52:12 +00:00
|
|
|
let mayStore = 1, Constraints = "$src = $dst" in
|
2011-05-31 02:54:07 +00:00
|
|
|
def SC : FI<0x38, (outs CPURegs:$dst), (ins CPURegs:$src, mem:$addr),
|
|
|
|
"sc\t$src, $addr", [], IIStore>;
|
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
/// Jump and Branch Instructions
|
|
|
|
def J : JumpFJ<0x02, "j">;
|
2011-08-11 21:05:37 +00:00
|
|
|
let isIndirectBranch = 1 in
|
|
|
|
def JR : JumpFR<0x00, 0x08, "jr">;
|
2008-07-30 16:58:59 +00:00
|
|
|
def JAL : JumpLink<0x03, "jal">;
|
|
|
|
def JALR : JumpLinkReg<0x00, 0x09, "jalr">;
|
2007-06-06 07:42:06 +00:00
|
|
|
def BEQ : CBranch<0x04, "beq", seteq>;
|
|
|
|
def BNE : CBranch<0x05, "bne", setne>;
|
2007-08-18 02:37:46 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
let rt=1 in
|
2008-07-30 16:58:59 +00:00
|
|
|
def BGEZ : CBranchZero<0x01, "bgez", setge>;
|
2007-08-18 02:37:46 +00:00
|
|
|
|
|
|
|
let rt=0 in {
|
2008-07-30 16:58:59 +00:00
|
|
|
def BGTZ : CBranchZero<0x07, "bgtz", setgt>;
|
|
|
|
def BLEZ : CBranchZero<0x07, "blez", setle>;
|
|
|
|
def BLTZ : CBranchZero<0x01, "bltz", setlt>;
|
2007-08-18 02:37:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
def BGEZAL : BranchLink<"bgezal">;
|
|
|
|
def BLTZAL : BranchLink<"bltzal">;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
let isReturn=1, isTerminator=1, hasDelaySlot=1,
|
|
|
|
isBarrier=1, hasCtrlDep=1, rs=0, rt=0, shamt=0 in
|
|
|
|
def RET : FR <0x00, 0x02, (outs), (ins CPURegs:$target),
|
|
|
|
"jr\t$target", [(MipsRet CPURegs:$target)], IIBranch>;
|
|
|
|
|
2010-11-09 17:25:34 +00:00
|
|
|
/// Multiply and Divide Instructions.
|
2011-03-04 21:03:24 +00:00
|
|
|
def MULT : Mul<0x18, "mult", IIImul>;
|
|
|
|
def MULTu : Mul<0x19, "multu", IIImul>;
|
|
|
|
def SDIV : Div<MipsDivRem, 0x1a, "div", IIIdiv>;
|
|
|
|
def UDIV : Div<MipsDivRemU, 0x1b, "divu", IIIdiv>;
|
2008-08-02 19:42:36 +00:00
|
|
|
|
|
|
|
let Defs = [HI] in
|
|
|
|
def MTHI : MoveToLOHI<0x11, "mthi">;
|
|
|
|
let Defs = [LO] in
|
|
|
|
def MTLO : MoveToLOHI<0x13, "mtlo">;
|
|
|
|
|
|
|
|
let Uses = [HI] in
|
|
|
|
def MFHI : MoveFromLOHI<0x10, "mfhi">;
|
|
|
|
let Uses = [LO] in
|
|
|
|
def MFLO : MoveFromLOHI<0x12, "mflo">;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
/// Sign Ext In Register Instructions.
|
|
|
|
let Predicates = [HasSEInReg] in {
|
2009-05-27 17:23:44 +00:00
|
|
|
let shamt = 0x10, rs = 0 in
|
2008-07-30 16:58:59 +00:00
|
|
|
def SEB : SignExtInReg<0x21, "seb", i8>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2009-05-27 17:23:44 +00:00
|
|
|
let shamt = 0x18, rs = 0 in
|
2008-07-30 16:58:59 +00:00
|
|
|
def SEH : SignExtInReg<0x20, "seh", i16>;
|
2007-06-06 07:42:06 +00:00
|
|
|
}
|
|
|
|
|
2008-08-08 06:16:31 +00:00
|
|
|
/// Count Leading
|
2010-11-10 02:13:22 +00:00
|
|
|
def CLZ : CountLeading<0b100000, "clz",
|
|
|
|
[(set CPURegs:$dst, (ctlz CPURegs:$src))]>;
|
|
|
|
def CLO : CountLeading<0b100001, "clo",
|
|
|
|
[(set CPURegs:$dst, (ctlz (not CPURegs:$src)))]>;
|
2008-08-13 07:13:40 +00:00
|
|
|
|
|
|
|
/// Byte Swap
|
|
|
|
let Predicates = [HasSwap] in {
|
|
|
|
let shamt = 0x3, rs = 0 in
|
|
|
|
def WSBW : ByteSwap<0x20, "wsbw">;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// Conditional Move
|
|
|
|
def MIPS_CMOV_ZERO : PatLeaf<(i32 0)>;
|
|
|
|
def MIPS_CMOV_NZERO : PatLeaf<(i32 1)>;
|
|
|
|
|
2011-03-31 18:26:17 +00:00
|
|
|
// Conditional moves:
|
2011-04-15 21:00:26 +00:00
|
|
|
// These instructions are expanded in
|
|
|
|
// MipsISelLowering::EmitInstrWithCustomInserter if target does not have
|
|
|
|
// conditional move instructions.
|
2011-03-31 18:26:17 +00:00
|
|
|
// flag:int, data:int
|
|
|
|
let usesCustomInserter = 1, shamt = 0, Constraints = "$F = $dst" in
|
|
|
|
class CondMovIntInt<bits<6> funct, string instr_asm> :
|
|
|
|
FR<0, funct, (outs CPURegs:$dst),
|
|
|
|
(ins CPURegs:$T, CPURegs:$cond, CPURegs:$F),
|
|
|
|
!strconcat(instr_asm, "\t$dst, $T, $cond"), [], NoItinerary>;
|
|
|
|
|
|
|
|
def MOVZ_I : CondMovIntInt<0x0a, "movz">;
|
|
|
|
def MOVN_I : CondMovIntInt<0x0b, "movn">;
|
2008-08-08 06:16:31 +00:00
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
/// No operation
|
|
|
|
let addr=0 in
|
|
|
|
def NOP : FJ<0, (outs), (ins), "nop", [], IIAlu>;
|
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// FrameIndexes are legalized when they are operands from load/store
|
2007-09-24 20:15:11 +00:00
|
|
|
// instructions. The same not happens for stack address copies, so an
|
|
|
|
// add op with mem ComplexPattern is used and the stack address copy
|
|
|
|
// can be matched. It's similar to Sparc LEA_ADDRi
|
2011-07-07 20:54:20 +00:00
|
|
|
def LEA_ADDiu : EffectiveAddress<"addiu\t$dst, $addr">;
|
2007-09-24 20:15:11 +00:00
|
|
|
|
2011-06-21 00:40:49 +00:00
|
|
|
// DynAlloc node points to dynamically allocated stack space.
|
|
|
|
// $sp is added to the list of implicitly used registers to prevent dead code
|
|
|
|
// elimination from removing instructions that modify $sp.
|
|
|
|
let Uses = [SP] in
|
2011-07-07 20:54:20 +00:00
|
|
|
def DynAlloc : EffectiveAddress<"addiu\t$dst, $addr">;
|
2011-06-21 00:40:49 +00:00
|
|
|
|
2011-01-18 19:29:17 +00:00
|
|
|
// MADD*/MSUB*
|
2011-05-12 17:42:08 +00:00
|
|
|
def MADD : MArithR<0, "madd", MipsMAdd, 1>;
|
|
|
|
def MADDU : MArithR<1, "maddu", MipsMAddu, 1>;
|
2011-01-18 19:29:17 +00:00
|
|
|
def MSUB : MArithR<4, "msub", MipsMSub>;
|
|
|
|
def MSUBU : MArithR<5, "msubu", MipsMSubu>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
2008-07-30 16:58:59 +00:00
|
|
|
// MUL is a assembly macro in the current used ISAs. In recent ISA's
|
|
|
|
// it is a real instruction.
|
2011-05-12 17:42:08 +00:00
|
|
|
def MUL : ArithR<0x1c, 0x02, "mul", mul, IIImul, 1>, Requires<[IsMips32]>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
2011-05-31 02:53:58 +00:00
|
|
|
def RDHWR : ReadHardware;
|
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
// Arbitrary patterns that map to one or more instructions
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
2007-06-06 07:42:06 +00:00
|
|
|
|
|
|
|
// Small immediates
|
2007-10-26 04:00:13 +00:00
|
|
|
def : Pat<(i32 immSExt16:$in),
|
2007-07-11 22:47:02 +00:00
|
|
|
(ADDiu ZERO, imm:$in)>;
|
2007-10-26 04:00:13 +00:00
|
|
|
def : Pat<(i32 immZExt16:$in),
|
2007-06-06 07:42:06 +00:00
|
|
|
(ORi ZERO, imm:$in)>;
|
|
|
|
|
|
|
|
// Arbitrary immediates
|
|
|
|
def : Pat<(i32 imm:$imm),
|
|
|
|
(ORi (LUi (HI16 imm:$imm)), (LO16 imm:$imm))>;
|
|
|
|
|
2008-06-06 00:58:26 +00:00
|
|
|
// Carry patterns
|
|
|
|
def : Pat<(subc CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(SUBu CPURegs:$lhs, CPURegs:$rhs)>;
|
|
|
|
def : Pat<(addc CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(ADDu CPURegs:$lhs, CPURegs:$rhs)>;
|
2011-03-04 17:59:18 +00:00
|
|
|
def : Pat<(addc CPURegs:$src, immSExt16:$imm),
|
2008-06-06 00:58:26 +00:00
|
|
|
(ADDiu CPURegs:$src, imm:$imm)>;
|
|
|
|
|
2007-06-06 07:42:06 +00:00
|
|
|
// Call
|
|
|
|
def : Pat<(MipsJmpLink (i32 tglobaladdr:$dst)),
|
|
|
|
(JAL tglobaladdr:$dst)>;
|
|
|
|
def : Pat<(MipsJmpLink (i32 texternalsym:$dst)),
|
|
|
|
(JAL texternalsym:$dst)>;
|
2010-02-28 07:23:21 +00:00
|
|
|
//def : Pat<(MipsJmpLink CPURegs:$dst),
|
|
|
|
// (JALR CPURegs:$dst)>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2008-07-23 16:01:50 +00:00
|
|
|
// hi/lo relocs
|
2007-06-06 07:42:06 +00:00
|
|
|
def : Pat<(MipsHi tglobaladdr:$in), (LUi tglobaladdr:$in)>;
|
2011-04-25 17:10:45 +00:00
|
|
|
def : Pat<(MipsHi tblockaddress:$in), (LUi tblockaddress:$in)>;
|
2007-11-05 03:02:32 +00:00
|
|
|
def : Pat<(add CPURegs:$hi, (MipsLo tglobaladdr:$lo)),
|
2007-08-18 02:37:46 +00:00
|
|
|
(ADDiu CPURegs:$hi, tglobaladdr:$lo)>;
|
2011-03-04 20:01:52 +00:00
|
|
|
def : Pat<(add CPURegs:$hi, (MipsLo tblockaddress:$lo)),
|
|
|
|
(ADDiu CPURegs:$hi, tblockaddress:$lo)>;
|
2008-07-23 16:01:50 +00:00
|
|
|
|
2007-11-12 19:49:57 +00:00
|
|
|
def : Pat<(MipsHi tjumptable:$in), (LUi tjumptable:$in)>;
|
|
|
|
def : Pat<(add CPURegs:$hi, (MipsLo tjumptable:$lo)),
|
|
|
|
(ADDiu CPURegs:$hi, tjumptable:$lo)>;
|
2008-07-23 16:01:50 +00:00
|
|
|
|
|
|
|
def : Pat<(MipsHi tconstpool:$in), (LUi tconstpool:$in)>;
|
|
|
|
def : Pat<(add CPURegs:$hi, (MipsLo tconstpool:$lo)),
|
|
|
|
(ADDiu CPURegs:$hi, tconstpool:$lo)>;
|
|
|
|
|
|
|
|
// gp_rel relocs
|
2010-11-09 17:25:34 +00:00
|
|
|
def : Pat<(add CPURegs:$gp, (MipsGPRel tglobaladdr:$in)),
|
2008-07-21 18:52:34 +00:00
|
|
|
(ADDiu CPURegs:$gp, tglobaladdr:$in)>;
|
2010-11-09 17:25:34 +00:00
|
|
|
def : Pat<(add CPURegs:$gp, (MipsGPRel tconstpool:$in)),
|
2008-07-23 16:01:50 +00:00
|
|
|
(ADDiu CPURegs:$gp, tconstpool:$in)>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2011-05-31 02:53:58 +00:00
|
|
|
// tlsgd
|
|
|
|
def : Pat<(add CPURegs:$gp, (MipsTlsGd tglobaltlsaddr:$in)),
|
|
|
|
(ADDiu CPURegs:$gp, tglobaltlsaddr:$in)>;
|
|
|
|
|
|
|
|
// tprel hi/lo
|
|
|
|
def : Pat<(MipsTprelHi tglobaltlsaddr:$in), (LUi tglobaltlsaddr:$in)>;
|
|
|
|
def : Pat<(add CPURegs:$hi, (MipsTprelLo tglobaltlsaddr:$lo)),
|
|
|
|
(ADDiu CPURegs:$hi, tglobaltlsaddr:$lo)>;
|
|
|
|
|
2011-05-28 01:07:07 +00:00
|
|
|
// wrapper_pic
|
|
|
|
class WrapperPICPat<SDNode node>:
|
|
|
|
Pat<(MipsWrapperPIC node:$in),
|
|
|
|
(ADDiu GP, node:$in)>;
|
|
|
|
|
|
|
|
def : WrapperPICPat<tglobaladdr>;
|
|
|
|
def : WrapperPICPat<tconstpool>;
|
|
|
|
def : WrapperPICPat<texternalsym>;
|
|
|
|
def : WrapperPICPat<tblockaddress>;
|
|
|
|
def : WrapperPICPat<tjumptable>;
|
|
|
|
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
// Mips does not have "not", so we expand our way
|
2007-06-06 07:42:06 +00:00
|
|
|
def : Pat<(not CPURegs:$in),
|
2007-08-18 02:37:46 +00:00
|
|
|
(NOR CPURegs:$in, ZERO)>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-10-26 04:00:13 +00:00
|
|
|
// extended load and stores
|
2008-08-13 07:13:40 +00:00
|
|
|
def : Pat<(extloadi1 addr:$src), (LBu addr:$src)>;
|
|
|
|
def : Pat<(extloadi8 addr:$src), (LBu addr:$src)>;
|
|
|
|
def : Pat<(extloadi16 addr:$src), (LHu addr:$src)>;
|
2007-08-18 02:37:46 +00:00
|
|
|
|
2008-06-06 00:58:26 +00:00
|
|
|
// peepholes
|
2007-11-05 03:02:32 +00:00
|
|
|
def : Pat<(store (i32 0), addr:$dst), (SW ZERO, addr:$dst)>;
|
|
|
|
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
// brcond patterns
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(brcond (setne CPURegs:$lhs, 0), bb:$dst),
|
2007-07-11 22:47:02 +00:00
|
|
|
(BNE CPURegs:$lhs, ZERO, bb:$dst)>;
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(brcond (seteq CPURegs:$lhs, 0), bb:$dst),
|
|
|
|
(BEQ CPURegs:$lhs, ZERO, bb:$dst)>;
|
2007-07-11 22:47:02 +00:00
|
|
|
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(brcond (setge CPURegs:$lhs, CPURegs:$rhs), bb:$dst),
|
2008-08-13 07:13:40 +00:00
|
|
|
(BEQ (SLT CPURegs:$lhs, CPURegs:$rhs), ZERO, bb:$dst)>;
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(brcond (setuge CPURegs:$lhs, CPURegs:$rhs), bb:$dst),
|
2008-08-13 07:13:40 +00:00
|
|
|
(BEQ (SLTu CPURegs:$lhs, CPURegs:$rhs), ZERO, bb:$dst)>;
|
|
|
|
def : Pat<(brcond (setge CPURegs:$lhs, immSExt16:$rhs), bb:$dst),
|
|
|
|
(BEQ (SLTi CPURegs:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>;
|
|
|
|
def : Pat<(brcond (setuge CPURegs:$lhs, immSExt16:$rhs), bb:$dst),
|
|
|
|
(BEQ (SLTiu CPURegs:$lhs, immSExt16:$rhs), ZERO, bb:$dst)>;
|
2007-06-06 07:42:06 +00:00
|
|
|
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(brcond (setle CPURegs:$lhs, CPURegs:$rhs), bb:$dst),
|
2008-08-13 07:13:40 +00:00
|
|
|
(BEQ (SLT CPURegs:$rhs, CPURegs:$lhs), ZERO, bb:$dst)>;
|
2007-06-06 07:42:06 +00:00
|
|
|
def : Pat<(brcond (setule CPURegs:$lhs, CPURegs:$rhs), bb:$dst),
|
2008-08-13 07:13:40 +00:00
|
|
|
(BEQ (SLTu CPURegs:$rhs, CPURegs:$lhs), ZERO, bb:$dst)>;
|
|
|
|
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(brcond CPURegs:$cond, bb:$dst),
|
|
|
|
(BNE CPURegs:$cond, ZERO, bb:$dst)>;
|
|
|
|
|
2008-08-13 07:13:40 +00:00
|
|
|
// select patterns
|
2011-03-31 18:26:17 +00:00
|
|
|
multiclass MovzPats<RegisterClass RC, Instruction MOVZInst> {
|
|
|
|
def : Pat<(select (setge CPURegs:$lhs, CPURegs:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (SLT CPURegs:$lhs, CPURegs:$rhs), RC:$F)>;
|
|
|
|
def : Pat<(select (setuge CPURegs:$lhs, CPURegs:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (SLTu CPURegs:$lhs, CPURegs:$rhs), RC:$F)>;
|
|
|
|
def : Pat<(select (setge CPURegs:$lhs, immSExt16:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (SLTi CPURegs:$lhs, immSExt16:$rhs), RC:$F)>;
|
|
|
|
def : Pat<(select (setuge CPURegs:$lh, immSExt16:$rh), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (SLTiu CPURegs:$lh, immSExt16:$rh), RC:$F)>;
|
|
|
|
def : Pat<(select (setle CPURegs:$lhs, CPURegs:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (SLT CPURegs:$rhs, CPURegs:$lhs), RC:$F)>;
|
|
|
|
def : Pat<(select (setule CPURegs:$lhs, CPURegs:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (SLTu CPURegs:$rhs, CPURegs:$lhs), RC:$F)>;
|
|
|
|
def : Pat<(select (seteq CPURegs:$lhs, CPURegs:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, (XOR CPURegs:$lhs, CPURegs:$rhs), RC:$F)>;
|
|
|
|
def : Pat<(select (seteq CPURegs:$lhs, 0), RC:$T, RC:$F),
|
|
|
|
(MOVZInst RC:$T, CPURegs:$lhs, RC:$F)>;
|
|
|
|
}
|
|
|
|
|
|
|
|
multiclass MovnPats<RegisterClass RC, Instruction MOVNInst> {
|
|
|
|
def : Pat<(select (setne CPURegs:$lhs, CPURegs:$rhs), RC:$T, RC:$F),
|
|
|
|
(MOVNInst RC:$T, (XOR CPURegs:$lhs, CPURegs:$rhs), RC:$F)>;
|
|
|
|
def : Pat<(select CPURegs:$cond, RC:$T, RC:$F),
|
|
|
|
(MOVNInst RC:$T, CPURegs:$cond, RC:$F)>;
|
|
|
|
def : Pat<(select (setne CPURegs:$lhs, 0), RC:$T, RC:$F),
|
|
|
|
(MOVNInst RC:$T, CPURegs:$lhs, RC:$F)>;
|
|
|
|
}
|
|
|
|
|
|
|
|
defm : MovzPats<CPURegs, MOVZ_I>;
|
|
|
|
defm : MovnPats<CPURegs, MOVN_I>;
|
2008-08-13 07:13:40 +00:00
|
|
|
|
|
|
|
// setcc patterns
|
|
|
|
def : Pat<(seteq CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(SLTu (XOR CPURegs:$lhs, CPURegs:$rhs), 1)>;
|
|
|
|
def : Pat<(setne CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(SLTu ZERO, (XOR CPURegs:$lhs, CPURegs:$rhs))>;
|
|
|
|
|
2007-08-18 02:37:46 +00:00
|
|
|
def : Pat<(setle CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(XORi (SLT CPURegs:$rhs, CPURegs:$lhs), 1)>;
|
|
|
|
def : Pat<(setule CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(XORi (SLTu CPURegs:$rhs, CPURegs:$lhs), 1)>;
|
|
|
|
|
|
|
|
def : Pat<(setgt CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(SLT CPURegs:$rhs, CPURegs:$lhs)>;
|
|
|
|
def : Pat<(setugt CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(SLTu CPURegs:$rhs, CPURegs:$lhs)>;
|
|
|
|
|
|
|
|
def : Pat<(setge CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(XORi (SLT CPURegs:$lhs, CPURegs:$rhs), 1)>;
|
|
|
|
def : Pat<(setuge CPURegs:$lhs, CPURegs:$rhs),
|
|
|
|
(XORi (SLTu CPURegs:$lhs, CPURegs:$rhs), 1)>;
|
|
|
|
|
|
|
|
def : Pat<(setge CPURegs:$lhs, immSExt16:$rhs),
|
|
|
|
(XORi (SLTi CPURegs:$lhs, immSExt16:$rhs), 1)>;
|
2008-08-13 07:13:40 +00:00
|
|
|
def : Pat<(setuge CPURegs:$lhs, immSExt16:$rhs),
|
|
|
|
(XORi (SLTiu CPURegs:$lhs, immSExt16:$rhs), 1)>;
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
2011-06-21 00:40:49 +00:00
|
|
|
// select MipsDynAlloc
|
|
|
|
def : Pat<(MipsDynAlloc addr:$f), (DynAlloc addr:$f)>;
|
|
|
|
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
// Floating Point Support
|
2011-04-15 21:51:11 +00:00
|
|
|
//===----------------------------------------------------------------------===//
|
Several changes to Mips backend, experimental fp support being the most
important.
- Cleanup in the Subtarget info with addition of new features, not all support
yet, but they allow the future inclusion of features easier. Among new features,
we have : Arch family info (mips1, mips2, ...), ABI info (o32, eabi), 64-bit
integer
and float registers, allegrex vector FPU (VFPU), single float only support.
- TargetMachine now detects allegrex core.
- Added allegrex (Mips32r2) sext_inreg instructions.
- *Added Float Point Instructions*, handling single float only, and
aliased accesses for 32-bit FPUs.
- Some cleanup in FP instruction formats and FP register classes.
- Calling conventions improved to support mips 32-bit EABI.
- Added Asm Printer support for fp cond codes.
- Added support for sret copy to a return register.
- EABI support added into LowerCALL and FORMAL_ARGS.
- MipsFunctionInfo now keeps a virtual register per function to track the
sret on function entry until function ret.
- MipsInstrInfo FP support into methods (isMoveInstr, isLoadFromStackSlot, ...),
FP cond codes mapping and initial FP Branch Analysis.
- Two new Mips SDNode to handle fp branch and compare instructions : FPBrcond,
FPCmp
- MipsTargetLowering : handling different FP classes, Allegrex support, sret
return copy, no homing location within EABI, non 32-bit stack objects
arguments, and asm constraint for float.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53146 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-05 19:05:21 +00:00
|
|
|
|
|
|
|
include "MipsInstrFPU.td"
|
2011-04-15 21:51:11 +00:00
|
|
|
|