Searched refs:Nrot (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/lib/ |
D | memcpy.S | 38 # define Nrot ((N + 7) & ~7) macro 49 alloc saved_pfs=ar.pfs,3,Nrot,0,Nrot 175 # undef Nrot 177 # define Nrot ((N+1 + 2 + 7) & ~7) /* number of rotating regs */ macro 182 alloc t3=ar.pfs,3,Nrot,0,Nrot // resize register frame
|
D | copy_page.S | 35 #define Nrot ((8*PIPE_DEPTH+7)&~7) macro 40 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot
|
D | copy_page_mck.S | 98 #define Nrot ((N + 7) & ~7) macro 102 alloc r8 = ar.pfs, 2, Nrot-2, 0, Nrot
|
D | memcpy_mck.S | 66 #define Nrot ((N + 7) & ~7) macro 110 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot
|