HomeSort by relevance Sort by last modified time
    Searched refs:acc0 (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 61 $acc0="%o3";
113 and $car0,$mask,$acc0
117 mulx $n0,$acc0,$mul1 ! "t[0]"*n0
123 add $acc0,$car1,$car1
126 mov $tmp0,$acc0 !prologue!
131 add $acc0,$car0,$car0
133 and $car0,$mask,$acc0
137 add $acc0,$car1,$car1
139 mov $tmp0,$acc0
150 add $acc0,$car0,$car
    [all...]
x86-mont.pl 108 $acc0="mm0"; # mmx register bank layout
137 &movq ($acc0,$mul1); # I wish movd worked for
138 &pand ($acc0,$mask); # inter-register transfers
143 &paddq ($car1,$acc0);
146 &movd ($acc0,&DWP(4,$ap)); # ap[1]
153 &pmuludq($acc0,$mul0); # ap[j]*bp[0]
155 &paddq ($car0,$acc0); # +=c0
158 &movq ($acc0,$car0);
159 &pand ($acc0,$mask);
161 &paddq ($car1,$acc0); # +=ap[j]*bp[0]
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 176 EAS_I32 acc0; local
207 acc0 = samp2 - samp1;
208 acc0 = acc0 * phaseFrac;
210 acc0 = samp1 + (acc0 >> NUM_PHASE_FRAC_BITS);
214 *pOutputBuffer++ = (EAS_I16)(acc0 >> 2);
219 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
222 if (acc0 > 0) {
225 pSamples += acc0;
270 EAS_I32 acc0; local
360 EAS_I32 acc0; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 176 EAS_I32 acc0; local
207 acc0 = samp2 - samp1;
208 acc0 = acc0 * phaseFrac;
210 acc0 = samp1 + (acc0 >> NUM_PHASE_FRAC_BITS);
214 *pOutputBuffer++ = (EAS_I16)(acc0 >> 2);
219 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
222 if (acc0 > 0) {
225 pSamples += acc0;
270 EAS_I32 acc0; local
360 EAS_I32 acc0; local
    [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 51 $acc0="%esi"; $mask80="%rsi";
94 movzb `&lo("$s0")`,$acc0
97 mov 0($sbox,$acc0,8),$t0
101 movzb `&hi("$s1")`,$acc0
104 xor 3($sbox,$acc0,8),$t0
108 movzb `&hi("$s3")`,$acc0
111 xor 3($sbox,$acc0,8),$t2
119 movzb `&lo("$s2")`,$acc0
122 xor 2($sbox,$acc0,8),$t0
126 movzb `&hi("$s3")`,$acc0
    [all...]
aes-parisc.pl 57 ($acc0, $acc1, $acc2, $acc3, $acc4, $acc5, $acc6, $acc7,
125 _srm $s0,24,$acc0
127 stb $acc0,0($out)
136 _srm $s2,24,$acc0
143 stb $acc0,8($out)
195 _srm $s0,24,$acc0
206 ldwx,s $acc0($tbl),$acc0
239 xor $acc0,$t0,$t0
268 _srm $t0,24,$acc0
    [all...]
aes-sparcv9.pl 39 $acc0="%l0";
200 srl $s0,21,$acc0
208 and $acc0,2040,$acc0
214 ldx [$tbl+$acc0],$acc0
266 xor $acc0,$t0,$t0
297 srl $t0,21,$acc0
302 and $acc0,2040,$acc0 !
    [all...]

Completed in 213 milliseconds