Lines Matching refs:N
39 # define N (MEM_LAT + 4) macro
40 # define Nrot ((N + 7) & ~7)
75 mov ar.ec=N
94 .rotr val[N]
95 .rotp p[N]
103 (p[N-1])st8 [dst]=val[N-1],8
176 # undef N
178 # define N (MEM_LAT + 5) /* number of stages */ macro
179 # define Nrot ((N+1 + 2 + 7) & ~7) /* number of rotating regs */
229 mov ar.ec=N
236 .rotr val[N+1], w[2]
237 .rotp p[N]
289 ld8 val[N-1]=[src_end]; /* load last word (may be same as val[N]) */ \
291 shrp t0=val[N-1],val[N-index],shift; \