Home | History | Annotate | Download | only in Sparc

Lines Matching refs:ArgRegs

495   // Store remaining ArgRegs to the stack if this is a varargs function.
497 static const MCPhysReg ArgRegs[] = {
500 unsigned NumAllocated = CCInfo.getFirstUnallocated(ArgRegs, 6);
501 const MCPhysReg *CurArgReg = ArgRegs+NumAllocated, *ArgRegEnd = ArgRegs+6;