Searched refs:PIPE_DEPTH (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/ia64/lib/ |
D | copy_page.S | 22 #define PIPE_DEPTH 3 macro 23 #define EPI p[PIPE_DEPTH-1] 37 #define Nrot ((8*PIPE_DEPTH+7)&~7) 44 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \ 45 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 46 .rotp p[PIPE_DEPTH] 50 mov ar.ec=PIPE_DEPTH 72 (EPI) st8 [tgt1]=t1[PIPE_DEPTH-1],16 74 (EPI) st8 [tgt2]=t2[PIPE_DEPTH-1],16 78 (EPI) st8 [tgt1]=t3[PIPE_DEPTH-1],16 [all …]
|
D | copy_user.S | 40 #define PIPE_DEPTH 21 // pipe depth macro 42 #define EPI p[PIPE_DEPTH-1] 78 alloc saved_pfs=ar.pfs,3,((2*PIPE_DEPTH+7)&~7),0,((2*PIPE_DEPTH+7)&~7) 80 .rotr val1[PIPE_DEPTH],val2[PIPE_DEPTH] 81 .rotp p[PIPE_DEPTH] 100 mov ar.ec=PIPE_DEPTH 116 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 192 mov ar.ec=PIPE_DEPTH 198 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1) 219 mov ar.ec=PIPE_DEPTH [all …]
|
D | do_csum.S | 121 #define PIPE_DEPTH (LOAD_LATENCY+2) macro 132 .rotp p[PIPE_DEPTH], pC1[2], pC2[2] 219 mov ar.ec=PIPE_DEPTH
|