Home | History | Annotate | Download | only in Sparc

Lines Matching refs:ArgRegs

302   // Store remaining ArgRegs to the stack if this is a varargs function.
304 static const uint16_t ArgRegs[] = {
307 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
308 const uint16_t *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;