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

  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv8-mont.pl 279 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
    [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));
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/
depthwiseconv_uint8_3x3_filter.h 5037 int32x4_t acc3; local
6005 int32x4_t acc3; local
    [all...]
depthwiseconv_uint8_transitional.h 3062 int32x4_t acc3; local
4032 int32x4_t acc3; local
    [all...]
optimized_ops.h 847 int32x4_t acc3 = acc0; local
    [all...]
  /external/libaom/libaom/av1/encoder/mips/msa/
temporal_filter_msa.c 31 v4i32 acc0, acc1, acc2, acc3; local
47 LD_SW2(acc + 8, 4, acc2, acc3);
87 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
96 LD_SW2(acc + 8, 4, acc2, acc3);
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
173 LD_SW2(acc, 4, acc2, acc3);
211 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
220 LD_SW2(acc + 8, 4, acc2, acc3);
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
42 LD_SW2(acc + 8, 4, acc2, acc3);
74 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
80 LD_SW2(acc + 8, 4, acc2, acc3);
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
158 LD_SW2(acc + 8, 4, acc2, acc3);
195 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w,
202 LD_SW2(acc + 8, 4, acc2, acc3);
235 ADD4(mod0_w, acc0, mod1_w, acc1, mod2_w, acc2, mod3_w, acc3, mod0_w, mod1_w
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 3086 Output acc3 = fun(s.WithOpName("acc3"), {c1, c2, z}); local
    [all...]

Completed in 1087 milliseconds