Searched refs:PIPE_DEPTH (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/lib/ |
D | copy_page.S | 20 #define PIPE_DEPTH 3 macro 21 #define EPI p[PIPE_DEPTH-1] 35 #define Nrot ((8*PIPE_DEPTH+7)&~7) 42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \ 43 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 44 .rotp p[PIPE_DEPTH] 48 mov ar.ec=PIPE_DEPTH 70 (EPI) st8 [tgt1]=t1[PIPE_DEPTH-1],16 72 (EPI) st8 [tgt2]=t2[PIPE_DEPTH-1],16 76 (EPI) st8 [tgt1]=t3[PIPE_DEPTH-1],16 [all …]
|
D | copy_user.S | 38 #define PIPE_DEPTH 21 // pipe depth macro 40 #define EPI p[PIPE_DEPTH-1] 76 alloc saved_pfs=ar.pfs,3,((2*PIPE_DEPTH+7)&~7),0,((2*PIPE_DEPTH+7)&~7) 78 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH] 79 .rotp p[PIPE_DEPTH] 98 mov ar.ec=PIPE_DEPTH 114 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 190 mov ar.ec=PIPE_DEPTH 196 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 217 mov ar.ec=PIPE_DEPTH [all …]
|
D | do_csum.S | 120 #define PIPE_DEPTH (LOAD_LATENCY+2) macro 131 .rotp p[PIPE_DEPTH], pC1[2], pC2[2] 218 mov ar.ec=PIPE_DEPTH
|