Home
last modified time | relevance | path

Searched refs:s20 (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_vfp.S45 vldmiage r1!, {s20-s23}
52 vmulge.f32 s28, s20, s28
106 vldmdb SRC1!, {s20}
108 vmls.f s24, s16, s20
109 vmla.f s8, s0, s20
121 vldmdb SRC1!, {s20}
125 vmls.f s24, s16, s20
127 vmla.f s8, s0, s20
145 vldmdb SRC1!, {s20}
153 vmls.f s24, s16, s20
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dfft_vfp.S102 vsub.f s20, s8, s12 @ vector op
109 vadd.f s4, s20, s23
110 vsub.f s6, s20, s23
111 vsub.f s20, s24, s28 @ vector op
120 vmul.f s20, s20, s0 @ vector x scalar op
129 vadd.f s4, s21, s20
130 vsub.f s5, s21, s20
195 vadd.f s16, s20, s24 @ vector op
200 vsub.f s20, s20, s24 @ vector op
208 vadd.f s2, s20, s23
[all …]
Dmdct_vfp.S54 vldr d10, [TSIN, #trig_lo*4] @ s20,s21
61 vmul.f s12, s0, s20 @ vector operation
65 vmls.f s8, s4, s20 @ vector operation
92 vldmia TSIN!, {s20,s21}
98 vmul.f s12, s0, s20 @ vector operation
103 vmls.f s8, s4, s20 @ vector operation
131 TCOS_D0_HEAD .req d10 @ s20,s21
137 TCOS_S0_TAIL .req s20
316 postrotation_innerloop_rolled , head, s20, s21, s22, s23,, 0
320 postrotation_innerloop_rolled tail, head, s20, s21, s22, s23, s24, 0, -16
[all …]
Dfmtconvert_vfp.S59 vcvt.f32.s32 s20, s20
78 vstmia a2!, {s20-s23}
100 vcvt.f32.s32 s20, s20
121 vstmia a2!, {s20-s23}
Dsynth_filter_vfp.S55 SBUF_DAT_ALT0 .req s20
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegistersARM32.def57 X(Reg_s20, 20, "s20", 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, REGLIST3(RegARM32, s20, d10, q5)) \
82 X(Reg_d10, 10, "d10", 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, REGLIST4(RegARM32, d10, q5, s20, s21)) \
112 …X(Reg_q5, 5, "q5", 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, REGLIST7(RegARM32, q5, d10, d11, s20, s21, s22…
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c4637 int64_t s20 = kBottom21Bits & (load_4(s + 52) >> 4); in x25519_sc_reduce() local
4683 s8 += s20 * 666643; in x25519_sc_reduce()
4684 s9 += s20 * 470296; in x25519_sc_reduce()
4685 s10 += s20 * 654183; in x25519_sc_reduce()
4686 s11 -= s20 * 997805; in x25519_sc_reduce()
4687 s12 += s20 * 136657; in x25519_sc_reduce()
4688 s13 -= s20 * 683901; in x25519_sc_reduce()
4689 s20 = 0; in x25519_sc_reduce()
5018 int64_t s20; in sc_muladd() local
5066 s20 = a9 * b11 + a10 * b10 + a11 * b9; in sc_muladd()
[all …]
/third_party/openssl/crypto/ec/
Dcurve25519.c4647 int64_t s20 = kBottom21Bits & (load_4(s + 52) >> 4); in x25519_sc_reduce() local
4693 s8 += s20 * 666643; in x25519_sc_reduce()
4694 s9 += s20 * 470296; in x25519_sc_reduce()
4695 s10 += s20 * 654183; in x25519_sc_reduce()
4696 s11 -= s20 * 997805; in x25519_sc_reduce()
4697 s12 += s20 * 136657; in x25519_sc_reduce()
4698 s13 -= s20 * 683901; in x25519_sc_reduce()
4699 s20 = 0; in x25519_sc_reduce()
5028 int64_t s20; in sc_muladd() local
5076 s20 = a9 * b11 + a10 * b10 + a11 * b9; in sc_muladd()
[all …]
/third_party/openh264/codec/processing/src/arm64/
Dvaa_calc_aarch64_neon.S135 uaddlv s20, v2.4h
287 addv s20, v20.4s
295 uaddlv s20, v2.4h
418 uaddlv s20, v2.4h
519 uaddlv s20, v2.4h
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc56 StringPiece s20(hello); in TEST() local
57 EXPECT_TRUE(s20.data() == hello); in TEST()
58 EXPECT_EQ(5, s20.length()); in TEST()
/third_party/python/Tools/stringbench/
Dstringbench.py666 s20=STR('TNJHZQAGBU')
669 s11+s12+s13+s14+s15+s16+s17+s18+s19+s20)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc91 absl::string_view s20(hello); in TEST() local
92 EXPECT_TRUE(s20.data() == hello); in TEST()
93 EXPECT_EQ(5, s20.length()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterInfo.td110 def S20 : ARMFReg<20, "s20">; def S21 : ARMFReg<21, "s21">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td338 def S20 : AArch64Reg<20, "s20", [H20]>, DwarfRegAlias<B20>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc445 return 105; // "s20"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc810 return 173; // "s20"