/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | armv8-mont.pl | 279 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("x$_",(19..26)); 329 mov $acc2,xzr 376 adcs $acc2,$acc2,$t1 390 adds $acc2,$acc2,$t3 // t[2]+lo(a[1]*a[0]) 417 stp $acc2,$acc3,[$tp],#8*2 // t[2..3] 443 adc $acc2,xzr,xzr // t[10] 452 adc $acc2,$acc2,$t3 461 adcs $acc2,$acc2,$t3 469 adcs $acc2,$acc2,$t2 476 adcs $acc2,$acc2,$t1 [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-x86_64-asm.pl | 151 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15)); 206 mov %rdx, $acc2 209 add %rax, $acc2 231 sub $acc0, $acc2 239 adc %rdx, $acc2 262 add $t1, $acc2 264 add %rax, $acc2 300 add $t0, $acc2 302 add %rax, $acc2 321 add %rax, $acc2 [all …]
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aes-x86_64.pl | 62 $acc2="%ebp"; $mask1b="%rbp"; 105 movzb `&lo("$s2")`,$acc2 108 mov 0($sbox,$acc2,8),$t2 112 movzb `&lo("$s3")`,$acc2 115 mov 0($sbox,$acc2,8),$t3 119 movzb `&hi("$s0")`,$acc2 122 xor 3($sbox,$acc2,8),$t3 130 movzb `&lo("$s0")`,$acc2 133 xor 2($sbox,$acc2,8),$t2 137 movzb `&lo("$s1")`,$acc2 [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorUInt128.h | 167 uint64_t acc2 = acc + c * h; variable 168 if (acc2 < acc) { 171 acc = acc2 + d * g; 172 if (acc < acc2) { 179 acc2 = (acc >> 32LL) | (carry << 32LL); 182 acc = acc2 + b * h; 183 if (acc < acc2) { 186 acc2 = acc + c * g; 187 if (acc2 < acc) { 190 acc = acc2 + d * f; [all …]
|
/external/libopus/silk/fixed/x86/ |
D | vector_ops_FIX_sse4_1.c | 51 __m128i inVec2_76543210, acc2; in silk_inner_prod16_aligned_64_sse4_1() local 57 acc2 = _mm_setzero_si128(); in silk_inner_prod16_aligned_64_sse4_1() 72 acc2 = _mm_add_epi64( acc2, inVec1_76543210 ); in silk_inner_prod16_aligned_64_sse4_1() 75 acc1 = _mm_add_epi64( acc1, acc2 ); in silk_inner_prod16_aligned_64_sse4_1() 78 acc2 = _mm_shuffle_epi32( acc1, _MM_SHUFFLE( 0, 0, 3, 2 ) ); in silk_inner_prod16_aligned_64_sse4_1() 79 acc1 = _mm_add_epi64( acc1, acc2 ); in silk_inner_prod16_aligned_64_sse4_1()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 5036 int32x4_t acc2; 5041 acc2 = adjusted_bias_data; 5046 acc2 = vdotq_s32(acc2, filter_reg_0_a, left_bank_2_reg); 5059 acc2 = vdotq_s32(acc2, filter_reg_1_a, left_bank_3_reg); 5060 acc2 = vdotq_s32(acc2, filter_reg_2_a, left_bank_4_reg); 5071 acc2 = vqrdmulhq_n_s32(acc2, output_multiplier); 5072 acc2 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( 5073 acc2, -output_shift); 5081 vcombine_s16(vqmovn_s32(acc2), vqmovn_s32(acc3)); 5137 acc2 = adjusted_bias_data; [all …]
|
D | depthwiseconv_uint8_transitional.h | 3061 int32x4_t acc2; 3066 acc2 = adjusted_bias_data; 3071 acc2 = vdotq_s32(acc2, filter_reg_0_a, left_bank_2_reg); 3084 acc2 = vdotq_s32(acc2, filter_reg_1_a, left_bank_3_reg); 3085 acc2 = vdotq_s32(acc2, filter_reg_2_a, left_bank_4_reg); 3096 acc2 = vqrdmulhq_n_s32(acc2, output_multiplier); 3097 acc2 = DivideByPOT<DepthwiseConvOutputRounding::kUpward>::Run( 3098 acc2, -output_shift); 3106 vcombine_s16(vqmovn_s32(acc2), vqmovn_s32(acc3)); 3162 acc2 = adjusted_bias_data; [all …]
|
D | optimized_ops.h | 846 int32x4_t acc2 = acc0; in FullyConnectedAsGEMVWorkerImpl() local 900 acc2 = vmlal_s16(acc2, vget_low_s16(filter_val_2_0), in FullyConnectedAsGEMVWorkerImpl() 908 acc2 = vmlal_s16(acc2, vget_low_s16(filter_val_2_1), in FullyConnectedAsGEMVWorkerImpl() 916 acc2 = vmlal_s16(acc2, vget_high_s16(filter_val_2_0), in FullyConnectedAsGEMVWorkerImpl() 924 acc2 = vmlal_s16(acc2, vget_high_s16(filter_val_2_1), in FullyConnectedAsGEMVWorkerImpl() 953 acc2 = in FullyConnectedAsGEMVWorkerImpl() 954 vmlal_s16(acc2, vget_low_s16(filter_val_2), vget_low_s16(input_val)); in FullyConnectedAsGEMVWorkerImpl() 961 acc2 = vmlal_s16(acc2, vget_high_s16(filter_val_2), in FullyConnectedAsGEMVWorkerImpl() 970 vst1q_s32(buf + 8, acc2); in FullyConnectedAsGEMVWorkerImpl() 983 acc2 = vld1q_s32(buf + 8); in FullyConnectedAsGEMVWorkerImpl() [all …]
|
/external/libopus/celt/x86/ |
D | pitch_sse2.c | 49 __m128i inVec2_76543210, inVec2_FEDCBA98, acc2; in celt_inner_prod_sse2() local 55 acc2 = _mm_setzero_si128(); in celt_inner_prod_sse2() 69 acc2 = _mm_add_epi32(acc2, inVec1_FEDCBA98); in celt_inner_prod_sse2() 72 acc1 = _mm_add_epi32( acc1, acc2 ); in celt_inner_prod_sse2()
|
D | pitch_sse4_1.c | 51 __m128i inVec2_76543210, inVec2_FEDCBA98, acc2; in celt_inner_prod_sse4_1() local 58 acc2 = _mm_setzero_si128(); in celt_inner_prod_sse4_1() 71 acc2 = _mm_add_epi32(acc2, inVec1_FEDCBA98); in celt_inner_prod_sse4_1() 74 acc1 = _mm_add_epi32(acc1, acc2); in celt_inner_prod_sse4_1()
|
/external/libldac/src/ |
D | sigana_fixp_ldac.c | 196 INT64 acc1, acc2; in calc_mdct_pseudo_spectrum_ldac() local 202 acc2 = (INT64)y2 * (INT64)y2; in calc_mdct_pseudo_spectrum_ldac() 203 acc1 = acc1 + acc2; in calc_mdct_pseudo_spectrum_ldac() 215 acc2 = (INT64)(y0-y2) * (INT64)(y0-y2); in calc_mdct_pseudo_spectrum_ldac() 216 acc1 = acc1 + acc2; in calc_mdct_pseudo_spectrum_ldac() 228 acc2 = (INT64)(y0-y2) * (INT64)(y0-y2); in calc_mdct_pseudo_spectrum_ldac() 229 acc1 = acc1 + acc2; in calc_mdct_pseudo_spectrum_ldac() 237 acc2 = (INT64)y2 * (INT64)y2; in calc_mdct_pseudo_spectrum_ldac() 238 acc1 = acc1 + acc2; in calc_mdct_pseudo_spectrum_ldac()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fdot2.ll | 38 %acc2 = fadd half %mul1, %acc1 39 store half %acc2, half addrspace(1)* %dst, align 2 79 %acc2 = fadd float %mul1, %acc1 80 store float %acc2, float addrspace(1)* %dst, align 4 118 %acc2 = fadd float %mul1, %acc1 119 store float %acc2, float addrspace(1)* %dst, align 4 155 %acc2 = fadd float %mul1, %acc1 156 store float %acc2, float addrspace(1)* %dst, align 4 192 %acc2 = fadd float %mul1, %acc1 193 store float %acc2, float addrspace(1)* %dst, align 4 [all …]
|
/external/libaom/libaom/av1/encoder/mips/msa/ |
D | temporal_filter_msa.c | 31 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/ |
D | temporal_filter_msa.c | 27 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/boringssl/src/crypto/cipher_extra/asm/ |
D | chacha20_poly1305_x86_64.pl | 85 my ($acc0,$acc1,$acc2)=map("%r$_",(10..12)); 134 adc \$1, $acc2\n"; 145 imulq $acc2, $t2 164 $code.="imulq $acc2, $t3 172 mov $t2, $acc2 173 and \$3, $acc2 181 adc \$0, $acc2 184 adc \$0, $acc2\n"; 379 xor $acc2, $acc2 387 mov \$1, $acc2\n"; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | frame-20.ll | 82 %acc2 = fsub double %l2, %acc1 83 %acc3 = fsub double %l3, %acc2 114 store volatile double %acc2, double *%ptr 211 %acc2 = fsub double %l2, %acc1 212 %acc3 = fsub double %l3, %acc2 242 store volatile double %acc2, double *%ptr 313 %acc2 = fsub double %l2, %acc1 314 %acc3 = fsub double %l3, %acc2 338 store volatile double %acc2, double *%ptr 398 %acc2 = fsub double %l2, %acc1 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-20.ll | 82 %acc2 = fsub double %l2, %acc1 83 %acc3 = fsub double %l3, %acc2 114 store volatile double %acc2, double *%ptr 211 %acc2 = fsub double %l2, %acc1 212 %acc3 = fsub double %l3, %acc2 242 store volatile double %acc2, double *%ptr 313 %acc2 = fsub double %l2, %acc1 314 %acc3 = fsub double %l3, %acc2 338 store volatile double %acc2, double *%ptr 398 %acc2 = fsub double %l2, %acc1 [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | fmacs.ll | 57 define void @t4(float %acc1, float %a, float %b, float %acc2, float %c, float* %P1, float* %P2) { 76 %3 = fadd float %acc2, %2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | fmacs.ll | 57 define void @t4(float %acc1, float %a, float %b, float %acc2, float %c, float* %P1, float* %P2) { 76 %3 = fadd float %acc2, %2
|
D | acle-intrinsics-v5.ll | 59 %acc2 = call i32 @llvm.arm.smlabt(i32 %a, i32 %b, i32 %acc1) 60 %acc3 = call i32 @llvm.arm.smlatb(i32 %a, i32 %b, i32 %acc2)
|
/external/llvm/test/CodeGen/ARM/ |
D | fmacs.ll | 57 define void @t4(float %acc1, float %a, float %b, float %acc2, float %c, float* %P1, float* %P2) { 76 %3 = fadd float %acc2, %2
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | tensor_array_ops_test.py | 1046 _, acc2 = control_flow_ops.while_loop(lambda i, acc: i < num_steps, fn, 1049 r = acc2.stack()
|
/external/pdfium/testing/resources/ |
D | bug_555784.in | 48 … /acb6 /acb7 /acb8 /acb9 /acba /acbb /acbc /acbd /acbe /acbf /acc0 /acc1 /acc2 /acc3 /acc4 /acc5 /…
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 3085 Output acc2 = fun(s.WithOpName("acc2"), {c1, x, y}); in TEST_F() local 3091 {acc0, acc1, acc2, acc3, acc4, acc5, acc6}); in TEST_F()
|
/external/tensorflow/tensorflow/examples/tutorials/deepdream/ |
D | deepdream.ipynb | 1098 "outputId": "3725acc2-51cc-4894-e726-87bfe5727342",
|