mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
SparcV8 int regs are not only 32-bits in width, but they are 32-bit aligned!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16526 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56bc894d06
commit
f90a656a9f
@ -23,7 +23,7 @@ include "../SparcRegisterInfo.td"
|
|||||||
// FIXME: the register order should be defined in terms of the preferred
|
// FIXME: the register order should be defined in terms of the preferred
|
||||||
// allocation order...
|
// allocation order...
|
||||||
//
|
//
|
||||||
def IntRegs : RegisterClass<i32, 64, [L0, L1, L2, L3, L4, L5, L6, L7,
|
def IntRegs : RegisterClass<i32, 32, [L0, L1, L2, L3, L4, L5, L6, L7,
|
||||||
I0, I1, I2, I3, I4, I5,
|
I0, I1, I2, I3, I4, I5,
|
||||||
G1, G2, G3, G4, G5, G6, G7,
|
G1, G2, G3, G4, G5, G6, G7,
|
||||||
O0, O1, O2, O3, O4, O5, O7,
|
O0, O1, O2, O3, O4, O5, O7,
|
||||||
|
@ -23,7 +23,7 @@ include "../SparcRegisterInfo.td"
|
|||||||
// FIXME: the register order should be defined in terms of the preferred
|
// FIXME: the register order should be defined in terms of the preferred
|
||||||
// allocation order...
|
// allocation order...
|
||||||
//
|
//
|
||||||
def IntRegs : RegisterClass<i32, 64, [L0, L1, L2, L3, L4, L5, L6, L7,
|
def IntRegs : RegisterClass<i32, 32, [L0, L1, L2, L3, L4, L5, L6, L7,
|
||||||
I0, I1, I2, I3, I4, I5,
|
I0, I1, I2, I3, I4, I5,
|
||||||
G1, G2, G3, G4, G5, G6, G7,
|
G1, G2, G3, G4, G5, G6, G7,
|
||||||
O0, O1, O2, O3, O4, O5, O7,
|
O0, O1, O2, O3, O4, O5, O7,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user