Lines Matching refs:aptr
825 my $aptr="%rsi"; # const BN_ULONG *aptr,
869 # ensure that stack frame doesn't alias with $aptr modulo
876 sub $aptr,%r11
880 sub %r11,%rbp # align with $aptr
1112 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)=
1121 mulx 0*8($aptr),$mi,%rax # a[0]*b[0]
1122 mulx 1*8($aptr),%r11,%r14 # a[1]*b[0]
1125 mulx 2*8($aptr),%r12,%r13 # ...
1133 mulx 3*8($aptr),%rax,%r14
1135 lea 4*8($aptr),$aptr
1163 mulx 0*8($aptr),%r10,%rax # a[4]*b[0]
1165 mulx 1*8($aptr),%r11,%r14 # a[5]*b[0]
1167 mulx 2*8($aptr),%r12,%rax # ...
1169 mulx 3*8($aptr),%r13,%r14
1174 lea 4*8($aptr),$aptr
1212 sub $num,$aptr # rewind $aptr
1217 mulx 0*8($aptr),$mi,%r11 # a[0]*b[i]
1220 mulx 1*8($aptr),%r14,%r12 # a[1]*b[i]
1223 mulx 2*8($aptr),%r15,%r13 # ...
1235 mulx 3*8($aptr),%rax,%r14
1240 lea 4*8($aptr),$aptr
1266 mulx 0*8($aptr),%r10,%rax # a[4]*b[i]
1269 mulx 1*8($aptr),%r11,%r14 # a[5]*b[i]
1272 mulx 2*8($aptr),%r12,%rax # ...
1275 mulx 3*8($aptr),%r13,%r14
1281 lea 4*8($aptr),$aptr