Searched refs:Nrot (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/ia64/lib/ |
D | memcpy.S | 40 # define Nrot ((N + 7) & ~7) macro 51 alloc saved_pfs=ar.pfs,3,Nrot,0,Nrot 177 # undef Nrot 179 # define Nrot ((N+1 + 2 + 7) & ~7) /* number of rotating regs */ macro 184 alloc t3=ar.pfs,3,Nrot,0,Nrot // resize register frame
|
D | copy_page.S | 37 #define Nrot ((8*PIPE_DEPTH+7)&~7) macro 42 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot
|
D | copy_page_mck.S | 100 #define Nrot ((N + 7) & ~7) macro 104 alloc r8 = ar.pfs, 2, Nrot-2, 0, Nrot
|
D | memcpy_mck.S | 68 #define Nrot ((N + 7) & ~7) macro 113 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot
|