Searched refs:a0 (Results 26 - 29 of 29) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc64-mont.pl97 $a0="r15"; # ap[0]
226 ld $a0,0($ap) ; pull ap[0] value
236 mulld $t7,$a0,$t3 ; ap[0]*bp[0]
570 mulld $t7,$a0,$t3 ; ap[0]*bp[i]
/barrelfish-2018-10-04/lib/gdtoa/
H A Dmisc.c869 char *b = (char*)b1, *a0 = a; local
872 return a0;
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dlocale.cpp109 make(A0 a0) argument
112 ::new (&buf) T(a0);
119 make(A0 a0, A1 a1) argument
122 ::new (&buf) T(a0, a1);
129 make(A0 a0, A1 a1, A2 a2) argument
132 ::new (&buf) T(a0, a1, a2);
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.tex3156 combinations of mp\_rshd() and mp\_mod\_2d() function calls. At this point $a = a2 \cdot \beta^2 + a1 \cdot \beta + a0$ and similiarly

Completed in 235 milliseconds

12