Lines Matching refs:N
37 # define N (MEM_LAT + 4) macro
38 # define Nrot ((N + 7) & ~7)
73 mov ar.ec=N
92 .rotr val[N]
93 .rotp p[N]
101 (p[N-1])st8 [dst]=val[N-1],8
174 # undef N
176 # define N (MEM_LAT + 5) /* number of stages */ macro
177 # define Nrot ((N+1 + 2 + 7) & ~7) /* number of rotating regs */
227 mov ar.ec=N
234 .rotr val[N+1], w[2]
235 .rotp p[N]
287 ld8 val[N-1]=[src_end]; /* load last word (may be same as val[N]) */ \
289 shrp t0=val[N-1],val[N-index],shift; \