Searched refs:Nregs (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | entry.S | 886 # define Nregs 10 macro 888 # define Nregs 14 macro 890 alloc loc0=ar.pfs,2,Nregs-2,2,0 902 alloc loc0=ar.pfs,2,Nregs-2,2,0 903 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 904 add out0=-Nregs*8,in0 929 alloc loc0=ar.pfs,2,Nregs-2,2,0 930 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 931 add out0=-Nregs*8,in0
|