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

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 184 EAS_I32 acc0; local
220 acc0 = samp2 - samp1;
221 acc0 = acc0 * phaseFrac;
223 acc0 = samp1 + (acc0 >> NUM_PHASE_FRAC_BITS);
227 *pOutputBuffer++ = (EAS_I16)(acc0 >> 2);
232 acc0 = phaseFrac >> NUM_PHASE_FRAC_BITS;
235 if (acc0 > 0) {
238 pSamples += acc0;
283 EAS_I32 acc0; local
378 EAS_I32 acc0; local
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8_3x3_filter.h 5034 int32x4_t acc0; local
5646 int32x4_t acc0; local
5789 int32x4_t acc0; local
6002 int32x4_t acc0; local
6624 int32x4_t acc0; local
6834 int32x4_t acc0; local
    [all...]
depthwiseconv_uint8_transitional.h 3059 int32x4_t acc0; local
3672 int32x4_t acc0; local
3815 int32x4_t acc0; local
4029 int32x4_t acc0; local
4652 int32x4_t acc0; local
4862 int32x4_t acc0; local
    [all...]
depthwiseconv_uint8.h 1868 int32x4_t acc0 = vld1q_s32(acc_buffer + i); local
    [all...]
optimized_ops.h 844 int32x4_t acc0 = vdupq_n_s32(0); local
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86-mont.pl 142 $acc0="mm0"; # mmx register bank layout
171 &movq ($acc0,$mul1); # I wish movd worked for
172 &pand ($acc0,$mask); # inter-register transfers
177 &paddq ($car1,$acc0);
180 &movd ($acc0,&DWP(4,$ap)); # ap[1]
187 &pmuludq($acc0,$mul0); # ap[j]*bp[0]
189 &paddq ($car0,$acc0); # +=c0
192 &movq ($acc0,$car0);
193 &pand ($acc0,$mask);
195 &paddq ($car1,$acc0); # +=ap[j]*bp[0]
    [all...]
armv8-mont.pl 279 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("x$_",(19..26));
327 mov $acc0,xzr
388 stp $acc0,$acc1,[$tp],#8*2 // t[0..1]
389 adc $acc0,xzr,xzr // t[8]
402 adc $acc0,$acc0,$t1
415 adcs $acc0,$acc0,$t3
427 adcs $acc0,$acc0,$t
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl 151 my ($acc0,$acc1,$acc2,$acc3,$acc4,$acc5,$acc6,$acc7)=map("%r$_",(8..15));
198 mov %rax, $acc0
213 mov $acc0, $acc5
214 imulq %r15,$acc0
219 mov $acc0, %rax
225 mov $acc0, $t1
227 mov $acc0, %rax
231 sub $acc0, $acc2
232 sbb \$0, $acc0 # can't borrow
241 adc \$0, $acc0 # can't overflo
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aes-x86_64.pl 60 $acc0="%esi"; $mask80="%rsi";
103 movzb `&lo("$s0")`,$acc0
106 mov 0($sbox,$acc0,8),$t0
110 movzb `&hi("$s1")`,$acc0
113 xor 3($sbox,$acc0,8),$t0
117 movzb `&hi("$s3")`,$acc0
120 xor 3($sbox,$acc0,8),$t2
128 movzb `&lo("$s2")`,$acc0
131 xor 2($sbox,$acc0,8),$t0
135 movzb `&hi("$s3")`,$acc0
    [all...]
  /external/boringssl/src/crypto/cipher_extra/asm/
chacha20_poly1305_x86_64.pl 85 my ($acc0,$acc1,$acc2)=map("%r$_",(10..12));
132 $code.="add $src, $acc0
140 mul $acc0
153 mul $acc0
156 mov %rdx, $acc0
165 add $acc0, $t2
170 $code.="mov $t0, $acc0
179 add $t0, $acc0
182 add $t2, $acc0
377 xor $acc0, $acc
    [all...]
  /external/libaom/libaom/av1/encoder/mips/msa/
temporal_filter_msa.c 31 v4i32 acc0, acc1, acc2, acc3; local
46 LD_SW2(acc, 4, acc0, acc1);
87 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
95 LD_SW2(acc, 4, acc0, acc1);
133 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
157 v4i32 acc0, acc1, acc2, acc3; local
172 LD_SW2(acc, 4, acc0, acc1);
211 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
219 LD_SW2(acc, 4, acc0, acc1);
258 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 27 v4i32 acc0, acc1, acc2, acc3; local
41 LD_SW2(acc, 4, acc0, acc1);
74 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
79 LD_SW2(acc, 4, acc0, acc1);
113 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
140 v4i32 acc0, acc1, acc2, acc3; local
157 LD_SW2(acc, 4, acc0, acc1);
195 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
201 LD_SW2(acc, 4, acc0, acc1);
235 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w
    [all...]
  /external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/
recurrent_test.py 162 acc0, final0 = array_ops.stack(out), s.h
163 loss0 = math_ops.reduce_sum(acc0) + math_ops.reduce_sum(final0)
181 (acc0, acc1, final0, final1, dw0, dw1, db0, db1, dh0, dh1, di0,
183 [acc0, acc1, final0, final1, dw0, dw1, db0, db1, dh0, dh1, di0, di1])
184 self.assertAllClose(acc0, acc1)
  /external/mesa3d/src/intel/compiler/
test_eu_validate.cpp 136 #define acc0 brw_acc_reg(8) macro
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 3083 Output acc0 = fun(s.WithOpName("acc0"), {c1, c2, c3}); local
    [all...]

Completed in 7781 milliseconds