Lines Matching refs:aptr
822 my $aptr="%rsi"; # const BN_ULONG *aptr,
866 # ensure that stack frame doesn't alias with $aptr modulo
873 sub $aptr,%r11
877 sub %r11,%rbp # align with $aptr
1108 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1117 mulx 0*8($aptr),$mi,%rax # a[0]*b[0]
1118 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0]
1121 mulx 2*8($aptr),%r12,%r13 # ...
1129 mulx 3*8($aptr),%rax,%r14
1131 lea 4*8($aptr),$aptr
1159 mulx 0*8($aptr),%r10,%rax # a[4]*b[0]
1161 mulx 1*8($aptr),%r11,%r14 # a[5]*b[0]
1163 mulx 2*8($aptr),%r12,%rax # ...
1165 mulx 3*8($aptr),%r13,%r14
1170 lea 4*8($aptr),$aptr
1208 sub $num,$aptr # rewind $aptr
1213 mulx 0*8($aptr),$mi,%r11 # a[0]*b[i]
1216 mulx 1*8($aptr),%r14,%r12 # a[1]*b[i]
1219 mulx 2*8($aptr),%r15,%r13 # ...
1231 mulx 3*8($aptr),%rax,%r14
1236 lea 4*8($aptr),$aptr
1262 mulx 0*8($aptr),%r10,%rax # a[4]*b[i]
1265 mulx 1*8($aptr),%r11,%r14 # a[5]*b[i]
1268 mulx 2*8($aptr),%r12,%rax # ...
1271 mulx 3*8($aptr),%r13,%r14
1277 lea 4*8($aptr),$aptr