Searched refs:Nregs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/ia64/kernel/ |
D | entry.S | 1052 # define Nregs 10 macro 1054 # define Nregs 14 macro 1056 alloc loc0=ar.pfs,2,Nregs-2,2,0 1069 alloc loc0=ar.pfs,2,Nregs-2,2,0 1070 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1071 add out0=-Nregs*8,in0 1096 alloc loc0=ar.pfs,2,Nregs-2,2,0 1097 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1098 add out0=-Nregs*8,in0
|