Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/asm/
Darmv8-mont.pl279 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("x$_",(19..26));
330 mov $acc3,xzr
378 adcs $acc3,$acc3,$t2
392 adcs $acc3,$acc3,$t0
405 adds $acc3,$acc3,$t2
417 stp $acc2,$acc3,[$tp],#8*2 // t[2..3]
464 adc $acc3,xzr,xzr // t[11]
471 adc $acc3,$acc3,$t3
478 adcs $acc3,$acc3,$t2
483 adcs $acc3,$acc3,$t0
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/asm/
Dp256-x86_64-asm.pl151 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15));
216 mov %rdx, $acc3
218 add %rax, $acc3
245 sub %rax, $acc3
249 add $acc0, $acc3
270 add $t1, $acc3
272 add %rax, $acc3
296 sub $acc1, $acc3
304 adc %rdx, $acc3
327 add $t1, $acc3
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h5037 int32x4_t acc3;
5042 acc3 = adjusted_bias_data;
5047 acc3 = vdotq_s32(acc3, filter_reg_0_a, left_bank_3_reg);
5061 acc3 = vdotq_s32(acc3, filter_reg_1_a, left_bank_4_reg);
5062 acc3 = vdotq_s32(acc3, filter_reg_2_a, left_bank_5_reg);
5074 acc3 = vqrdmulhq_n_s32(acc3, output_multiplier);
5075 acc3 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run(
5076 acc3, -output_shift);
5081 vcombine_s16(vqmovn_s32(acc2), vqmovn_s32(acc3));
5138 acc3 = adjusted_bias_data;
[all …]
Ddepthwiseconv_uint8_transitional.h3062 int32x4_t acc3;
3067 acc3 = adjusted_bias_data;
3072 acc3 = vdotq_s32(acc3, filter_reg_0_a, left_bank_3_reg);
3086 acc3 = vdotq_s32(acc3, filter_reg_1_a, left_bank_4_reg);
3087 acc3 = vdotq_s32(acc3, filter_reg_2_a, left_bank_5_reg);
3099 acc3 = vqrdmulhq_n_s32(acc3, output_multiplier);
3100 acc3 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run(
3101 acc3, -output_shift);
3106 vcombine_s16(vqmovn_s32(acc2), vqmovn_s32(acc3));
3163 acc3 = adjusted_bias_data;
[all …]
Doptimized_ops.h847 int32x4_t acc3 = acc0; in FullyConnectedAsGEMVWorkerImpl() local
902 acc3 = vmlal_s16(acc3, vget_low_s16(filter_val_3_0), in FullyConnectedAsGEMVWorkerImpl()
910 acc3 = vmlal_s16(acc3, vget_low_s16(filter_val_3_1), in FullyConnectedAsGEMVWorkerImpl()
918 acc3 = vmlal_s16(acc3, vget_high_s16(filter_val_3_0), in FullyConnectedAsGEMVWorkerImpl()
926 acc3 = vmlal_s16(acc3, vget_high_s16(filter_val_3_1), in FullyConnectedAsGEMVWorkerImpl()
955 acc3 = in FullyConnectedAsGEMVWorkerImpl()
956 vmlal_s16(acc3, vget_low_s16(filter_val_3), vget_low_s16(input_val)); in FullyConnectedAsGEMVWorkerImpl()
963 acc3 = vmlal_s16(acc3, vget_high_s16(filter_val_3), in FullyConnectedAsGEMVWorkerImpl()
971 vst1q_s32(buf + 12, acc3); in FullyConnectedAsGEMVWorkerImpl()
984 acc3 = vld1q_s32(buf + 12); in FullyConnectedAsGEMVWorkerImpl()
[all …]
/external/libaom/libaom/av1/encoder/mips/msa/
Dtemporal_filter_msa.c31 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_8size_msa() local
47 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa()
87 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_8size_msa()
96 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa()
133 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_8size_msa()
157 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_16size_msa() local
173 LD_SW2(acc, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
211 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_16size_msa()
220 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
258 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_16size_msa()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c27 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_16size_msa() local
42 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
74 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_16size_msa()
80 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
113 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_16size_msa()
140 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_8size_msa() local
158 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa()
195 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_8size_msa()
202 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa()
235 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w, in temporal_filter_apply_8size_msa()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dframe-20.ll83 %acc3 = fsub double %l3, %acc2
84 %acc4 = fsub double %l4, %acc3
115 store volatile double %acc3, double *%ptr
212 %acc3 = fsub double %l3, %acc2
213 %acc4 = fsub double %l4, %acc3
243 store volatile double %acc3, double *%ptr
314 %acc3 = fsub double %l3, %acc2
315 %acc4 = fsub double %l4, %acc3
339 store volatile double %acc3, double *%ptr
399 %acc3 = fsub double %l3, %acc2
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dframe-20.ll83 %acc3 = fsub double %l3, %acc2
84 %acc4 = fsub double %l4, %acc3
115 store volatile double %acc3, double *%ptr
212 %acc3 = fsub double %l3, %acc2
213 %acc4 = fsub double %l4, %acc3
243 store volatile double %acc3, double *%ptr
314 %acc3 = fsub double %l3, %acc2
315 %acc4 = fsub double %l4, %acc3
339 store volatile double %acc3, double *%ptr
399 %acc3 = fsub double %l3, %acc2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dacle-intrinsics-v5.ll60 %acc3 = call i32 @llvm.arm.smlatb(i32 %a, i32 %b, i32 %acc2)
61 %acc4 = call i32 @llvm.arm.smlatt(i32 %a, i32 %b, i32 %acc3)
/external/pdfium/testing/resources/
Dbug_555784.in48 … /acb7 /acb8 /acb9 /acba /acbb /acbc /acbd /acbe /acbf /acc0 /acc1 /acc2 /acc3 /acc4 /acc5 /acc6 /…
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc3086 Output acc3 = fun(s.WithOpName("acc3"), {c1, c2, z}); in TEST_F() local
3091 {acc0, acc1, acc2, acc3, acc4, acc5, acc6}); in TEST_F()
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym3558 acc3 5 285 21