Home
last modified time | relevance | path

Searched refs:acc0 (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/bn/asm/
Darmv8-mont.pl272 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("x$_",(19..26));
320 mov $acc0,xzr
381 stp $acc0,$acc1,[$tp],#8*2 // t[0..1]
382 adc $acc0,xzr,xzr // t[8]
395 adc $acc0,$acc0,$t1
408 adcs $acc0,$acc0,$t3
420 adcs $acc0,$acc0,$t0
431 adcs $acc0,$acc0,$t1
441 adcs $acc0,$acc0,$t1
450 adcs $acc0,$acc0,$t1
[all …]
Dx86-mont.pl107 $acc0="mm0"; # mmx register bank layout
136 &movq ($acc0,$mul1); # I wish movd worked for
137 &pand ($acc0,$mask); # inter-register transfers
142 &paddq ($car1,$acc0);
145 &movd ($acc0,&DWP(4,$ap)); # ap[1]
152 &pmuludq($acc0,$mul0); # ap[j]*bp[0]
154 &paddq ($car0,$acc0); # +=c0
157 &movq ($acc0,$car0);
158 &pand ($acc0,$mask);
160 &paddq ($car1,$acc0); # +=ap[j]*bp[0];
[all …]
/external/boringssl/src/crypto/aes/asm/
Daes-x86_64.pl53 $acc0="%esi"; $mask80="%rsi";
96 movzb `&lo("$s0")`,$acc0
99 mov 0($sbox,$acc0,8),$t0
103 movzb `&hi("$s1")`,$acc0
106 xor 3($sbox,$acc0,8),$t0
110 movzb `&hi("$s3")`,$acc0
113 xor 3($sbox,$acc0,8),$t2
121 movzb `&lo("$s2")`,$acc0
124 xor 2($sbox,$acc0,8),$t0
128 movzb `&hi("$s3")`,$acc0
[all …]
/external/boringssl/src/crypto/ec/asm/
Dp256-x86_64-asm.pl180 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15));
257 mov %rax, $acc0
276 mov $acc0, %rax
290 mov $acc0, $t1
291 shl \$32, $acc0
294 add $acc0, $acc1 # +=acc[0]<<96
300 xor $acc0, $acc0
333 adc \$0, $acc0
346 adc \$0, $acc0
379 adc %rdx, $acc0
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c184 EAS_I32 acc0; in WT_Interpolate() local
220 acc0 = samp2 - samp1; in WT_Interpolate()
221 acc0 = acc0 * phaseFrac; in WT_Interpolate()
223 acc0 = samp1 + (acc0 >> NUM_PHASE_FRAC_BITS); in WT_Interpolate()
227 *pOutputBuffer++ = (EAS_I16)(acc0 >> 2); in WT_Interpolate()
232 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS; in WT_Interpolate()
235 if (acc0 > 0) { in WT_Interpolate()
238 pSamples += acc0; in WT_Interpolate()
242 acc0 = (EAS_I32) (pSamples - loopEnd); in WT_Interpolate()
243 if (acc0 >= 0) in WT_Interpolate()
[all …]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_temporal_filter_msa.c32 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_8size_msa() local
47 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa()
88 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_8size_msa()
96 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa()
134 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_8size_msa()
161 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_16size_msa() local
176 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa()
215 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_16size_msa()
223 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa()
262 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_16size_msa()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c31 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_16size_msa() local
46 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa()
79 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_16size_msa()
84 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa()
118 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_16size_msa()
149 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_8size_msa() local
167 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa()
205 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_8size_msa()
211 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa()
245 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, in temporal_filter_apply_8size_msa()
/external/llvm/test/CodeGen/SystemZ/
Dframe-20.ll80 %acc0 = fsub double %l0, %l0
81 %acc1 = fsub double %l1, %acc0
112 store volatile double %acc0, double *%ptr
209 %acc0 = fsub double %l0, %l0
210 %acc1 = fsub double %l1, %acc0
240 store volatile double %acc0, double *%ptr
311 %acc0 = fsub double %l0, %l0
312 %acc1 = fsub double %l1, %acc0
336 store volatile double %acc0, double *%ptr
396 %acc0 = fsub double %l0, %l0
[all …]
/external/pdfium/testing/resources/
Dbug_555784.in48 … /acb4 /acb5 /acb6 /acb7 /acb8 /acb9 /acba /acbb /acbc /acbd /acbe /acbf /acc0 /acc1 /acc2 /acc3 /…
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym5207 1acc0 8 530 6
13480 2acc0 e 1552 82
22880 FUNC 3acc0 64 0 testing::internal::GTestMutexLock::~GTestMutexLock
22881 3acc0 2 1898 87
33378 FUNC 4acc0 29c 0 google_breakpad::UTF16ToUTF8
33379 4acc0 a 234 73
44148 5acc0 6 223 223
61044 STACK CFI INIT 3acc0 64 .cfa: sp 0 + .ra: lr
63363 STACK CFI INIT 4acc0 29c .cfa: sp 0 + .ra: lr
/external/google-breakpad/src/processor/testdata/
Dmodule0.out17779 1acc0 2 106 4251
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym17779 1acc0 2 106 4251
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym39218 7acc0 c 108 168
72311 STACK CFI 5acc0 .cfa: sp 96 + .ra: .cfa -88 + ^ x29: .cfa -96 + ^