Searched refs:Nregs (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/ia64/kernel/ |
D | entry.S | 1020 # define Nregs 10 macro 1022 # define Nregs 14 macro 1024 alloc loc0=ar.pfs,2,Nregs-2,2,0 1037 alloc loc0=ar.pfs,2,Nregs-2,2,0 1038 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1039 add out0=-Nregs*8,in0 1064 alloc loc0=ar.pfs,2,Nregs-2,2,0 1065 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1066 add out0=-Nregs*8,in0
|