Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Offsets

44 // With the SVR4 ABI, callee-saved registers have fixed offsets on the stack.
64 // Note that the offsets here overlap, but this is fixed up in
67 static const SpillSlot Offsets[] = {
68 // Floating-point register save area offsets.
88 // General register save area offsets.
132 // Floating-point register save area offsets.
152 // General register save area offsets.
194 NumEntries = array_lengthof(Offsets);
196 return Offsets;