Searched refs:Nregs (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/ia64/kernel/ |
D | entry.S | 1013 # define Nregs 10 macro 1015 # define Nregs 14 macro 1017 alloc loc0=ar.pfs,2,Nregs-2,2,0 1030 alloc loc0=ar.pfs,2,Nregs-2,2,0 1031 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1032 add out0=-Nregs*8,in0 1057 alloc loc0=ar.pfs,2,Nregs-2,2,0 1058 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1059 add out0=-Nregs*8,in0
|