OSDN Git Service

[mips] Define register class FGRH32 for the high half of the 64-bit floating
authorAkira Hatanaka <ahatanaka@mips.com>
Tue, 20 Aug 2013 22:58:56 +0000 (22:58 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Tue, 20 Aug 2013 22:58:56 +0000 (22:58 +0000)
commit3531db14c61957e7ad00ce972e9685864c3887da
tree2a687704f457441cc8e5b22d42318e8863c80a9a
parent5f560af5411fe4e9f62d4563a74f836b1dae3eae
[mips] Define register class FGRH32 for the high half of the 64-bit floating
point registers. We will need this register class later when we add
definitions for instructions mfhc1 and mthc1. Also, remove sub-register indices
sub_fpeven and sub_fpodd and use sub_lo and sub_hi instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188842 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEInstrInfo.cpp