llvm-6502/lib/Target/Mips
Akira Hatanaka 95a091a0b6 Define a new sub-register index sub_32 for accessing the 32-bit sub-register of
a 64-bit integer register. Move the subreg index definitions to the beginning
of the file.





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140319 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-22 17:57:32 +00:00
..
InstPrinter These do not need to be conditional on the presence of CommentStream, as they have a fallback path now. 2011-09-21 17:58:45 +00:00
MCTargetDesc Add a base class for Mips TargetMachines and add Mips64 TargetMachines. 2011-09-21 03:00:58 +00:00
TargetInfo Add a base class for Mips TargetMachines and add Mips64 TargetMachines. 2011-09-21 03:00:58 +00:00
CMakeLists.txt
Makefile
Mips.h
Mips.td Initial Mips64 support. Patch by Liu with some modifications. 2011-09-20 20:28:08 +00:00
MipsAsmPrinter.cpp Add enums and functions for symbols Mips64 uses. 2011-09-22 03:09:07 +00:00
MipsAsmPrinter.h
MipsCallingConv.td
MipsCodeEmitter.cpp
MipsDelaySlotFiller.cpp
MipsEmitGPRestore.cpp
MipsExpandPseudo.cpp
MipsFrameLowering.cpp
MipsFrameLowering.h Mips64 aligns stack on 16-byte boundary. 2011-09-22 02:53:37 +00:00
MipsInstrFormats.td
MipsInstrFPU.td
MipsInstrInfo.cpp
MipsInstrInfo.h Add enums and functions for symbols Mips64 uses. 2011-09-22 03:09:07 +00:00
MipsInstrInfo.td Change the names of functions isMips* to hasMips*. 2011-09-20 23:53:09 +00:00
MipsISelDAGToDAG.cpp Change the names of functions isMips* to hasMips*. 2011-09-20 23:53:09 +00:00
MipsISelLowering.cpp Remove unnecessary condition check. 2011-09-22 02:41:29 +00:00
MipsISelLowering.h
MipsJITInfo.cpp
MipsJITInfo.h
MipsMachineFunction.h
MipsMCInstLower.cpp Add enums and functions for symbols Mips64 uses. 2011-09-22 03:09:07 +00:00
MipsMCInstLower.h
MipsMCSymbolRefExpr.cpp Print three closing parentheses when Kind is either VK_Mips_GPOFF_HI or 2011-09-22 17:44:37 +00:00
MipsMCSymbolRefExpr.h Add enums and functions for symbols Mips64 uses. 2011-09-22 03:09:07 +00:00
MipsRegisterInfo.cpp Add F31 to the set of callee-saved registers. 2011-09-22 17:35:03 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td Define a new sub-register index sub_32 for accessing the 32-bit sub-register of 2011-09-22 17:57:32 +00:00
MipsRelocations.h
MipsSchedule.td Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality. 2011-04-15 21:51:11 +00:00
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSubtarget.cpp Undo a change made in r140254. 2011-09-21 17:31:45 +00:00
MipsSubtarget.h Set ABI if it hasn't been set on the command line. 2011-09-21 02:45:29 +00:00
MipsTargetMachine.cpp Add a base class for Mips TargetMachines and add Mips64 TargetMachines. 2011-09-21 03:00:58 +00:00
MipsTargetMachine.h Fix typo. 2011-09-22 17:26:58 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h