Home
last modified time | relevance | path

Searched refs:s13 (Results 1 – 25 of 68) sorted by relevance

123

/external/capstone/suite/MC/AArch64/
Dneon-scalar-cvt.s.cs2 0xb6,0xd9,0x21,0x5e = scvtf s22, s13
4 0xb6,0xd9,0x21,0x7e = ucvtf s22, s13
6 0xb6,0xe5,0x20,0x5f = scvtf s22, s13, #32
8 0xb6,0xe5,0x20,0x7f = ucvtf s22, s13, #32
15 0xac,0xc9,0x21,0x5e = fcvtas s12, s13
17 0xac,0xc9,0x21,0x7e = fcvtau s12, s13
19 0xb6,0xb9,0x21,0x5e = fcvtms s22, s13
21 0xac,0xb9,0x21,0x7e = fcvtmu s12, s13
23 0xb6,0xa9,0x21,0x5e = fcvtns s22, s13
25 0xac,0xa9,0x21,0x7e = fcvtnu s12, s13
[all …]
Dneon-scalar-recip.s.cs2 0x15,0xfe,0x2d,0x5e = frecps s21, s16, s13
10 0xb6,0xd9,0xa1,0x7e = frsqrte s22, s13
Dneon-scalar-mul.s.cs11 0xec,0xb2,0xad,0x5e = sqdmlsl d12, s23, s13
Dneon-scalar-by-elem-mul.s.cs11 0xad,0x9a,0xaa,0x7f = fmulx s13, s21, v10.s[3]
/external/llvm/test/MC/AArch64/
Dneon-scalar-cvt.s10 scvtf s22, s13
22 ucvtf s22, s13
34 scvtf s22, s13, #32
46 ucvtf s22, s13, #32
92 fcvtas s12, s13
105 fcvtau s12, s13
118 fcvtms s22, s13
131 fcvtmu s12, s13
144 fcvtns s22, s13
157 fcvtnu s12, s13
[all …]
Dneon-scalar-recip.s10 frecps s21, s16, s13
58 frsqrte s22, s13
Dneon-scalar-mul.s52 sqdmlsl d12, s23, s13
Dneon-scalar-by-elem-mul.s30 fmulx s13, s21, v10.s[3]
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go1076 s13 := a2*b11 + a3*b10 + a4*b9 + a5*b8 + a6*b7 + a7*b6 + a8*b5 + a9*b4 + a10*b3 + a11*b2
1107 s13 += carry[12]
1143 carry[13] = (s13 + (1 << 20)) >> 21
1145 s13 -= carry[13] << 21
1161 s13 += s23 * 654183
1170 s13 -= s22 * 997805
1179 s13 += s21 * 136657
1188 s13 -= s20 * 683901
1217 s13 += carry[12]
1235 carry[13] = (s13 + (1 << 20)) >> 21
[all …]
/external/valgrind/none/tests/arm/
Dvfpv4_fma.c109 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
110 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
122 TESTINSN_bin_f32("vfma.f32 s13, s24, s5", s13, s24, i32, f2u(874), s5, i32, f2u(1384.6)); in main()
128 TESTINSN_bin_f32("vfma.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); in main()
159 TESTINSN_bin_f32("vfms.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
160 TESTINSN_bin_f32("vfms.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
172 TESTINSN_bin_f32("vfms.f32 s13, s24, s5", s13, s24, i32, f2u(874), s5, i32, f2u(1384.6)); in main()
178 TESTINSN_bin_f32("vfms.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); in main()
209 TESTINSN_bin_f32("vfnma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
210 TESTINSN_bin_f32("vfnma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
[all …]
Dvfp.c1157 TESTINSN_bin_f32("vmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
1158 TESTINSN_bin_f32("vmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
1170 TESTINSN_bin_f32("vmla.f32 s13, s24, s5", s13, s24, i32, f2u(874), s5, i32, f2u(1384.6)); in main()
1176 TESTINSN_bin_f32("vmla.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); in main()
1207 TESTINSN_bin_f32("vnmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
1208 TESTINSN_bin_f32("vnmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
1220 TESTINSN_bin_f32("vnmla.f32 s13, s24, s5", s13, s24, i32, f2u(874), s5, i32, f2u(1384.6)); in main()
1226 TESTINSN_bin_f32("vnmla.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); in main()
1257 TESTINSN_bin_f32("vmls.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
1258 TESTINSN_bin_f32("vmls.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
[all …]
/external/libxcam/cl_kernel/
Dkernel_bayer_pipe.cl145 out_data.s13 = R_y[0].s12;
149 out_data.s13 = (R_y[0].s12 + R_y[1].s12) * 0.5f;
161 out_data.s13 = (B_z[0].s01 + B_z[0].s12 + B_z[1].s01 + B_z[1].s12) * 0.25f;
165 out_data.s13 = (B_z[1].s01 + B_z[1].s12) * 0.5f;
183 out_data.s13 = (Gr_x[0].s01 + Gr_x[0].s12 + Gb_w[0].s12 + Gb_w[1].s12) * 0.25f;
188 out_data.s13 = (Gb_w[1].s12 * 4.0f + Gr_x[0].s01 +
222 … out_data_r[0].s13 = dot_denoise_ee (R_y[1].s12, R_y[0].s12, R_y[1].s01, R_y[1].s23, R_y[2].s12,
248 …out_data_g[1].s13 = dot_ee(Gb_w1.s12, Gb_w0.s12, Gb_w1.s01, Gb_w1.s23, Gb_w2, de, ee_config, &egai…
276 out_data_r[1].s13 = de * egain[3];
286 out_data_g[0].s13 = de * egain[1];
[all …]
/external/compiler-rt/lib/builtins/arm/
Dmulsf3vfp.S23 vmul.f32 s13, s14, s15
24 vmov r0, s13 // move result back to r0
Ddivsf3vfp.S23 vdiv.f32 s13, s14, s15
24 vmov r0, s13 // move result back to r0
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_dspr2() local
1102 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16_dspr2()
1111 x5 = dct_const_round_shift(s5 + s13); in iadst16_dspr2()
1119 x13 = dct_const_round_shift(s5 - s13); in iadst16_dspr2()
1137 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in iadst16_dspr2()
1150 x9 = dct_const_round_shift(s9 + s13); in iadst16_dspr2()
1154 x13 = dct_const_round_shift(s9 - s13); in iadst16_dspr2()
1172 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in iadst16_dspr2()
1189 x13 = dct_const_round_shift(s13 + s15); in iadst16_dspr2()
1191 x15 = dct_const_round_shift(s13 - s15); in iadst16_dspr2()
/external/clang/test/CodeGen/
Dregparm-struct.c167 struct s13 { struct
172 __attribute__((regparm(3))) void f18(struct s13 a, int b, int c, int d); argument
175 struct s13 x = {{41}}; in g18()
Darm-arguments.c80 struct s13 { float f0; }; argument
81 struct s13 f13(void) {} in f13()
/external/clang/test/Analysis/
Dmalloc-overflow.c96 struct s13 struct
101 void * f13(struct s13 *s) in f13() argument
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; in fadst16() local
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in fadst16()
390 x5 = fdct_round_shift(s5 + s13); in fadst16()
398 x13 = fdct_round_shift(s5 - s13); in fadst16()
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64; in fadst16()
429 x9 = fdct_round_shift(s9 + s13); in fadst16()
433 x13 = fdct_round_shift(s9 - s13); in fadst16()
451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64; in fadst16()
468 x13 = fdct_round_shift(s13 + s15); in fadst16()
470 x15 = fdct_round_shift(s13 - s15); in fadst16()
/external/clang/test/Sema/
Dbitfield-layout_1.c136 } s13; variable
137 CHECK_SIZE(s13,12)
/external/boringssl/src/third_party/fiat/
Dcurve25519.c2151 int64_t s13 = 2097151 & (load_3(s + 34) >> 1); in x25519_sc_reduce() local
2182 s13 += s23 * 654183; in x25519_sc_reduce()
2191 s13 -= s22 * 997805; in x25519_sc_reduce()
2200 s13 += s21 * 136657; in x25519_sc_reduce()
2209 s13 -= s20 * 683901; in x25519_sc_reduce()
2238 s13 += carry12; in x25519_sc_reduce()
2256 carry13 = (s13 + (1 << 20)) >> 21; in x25519_sc_reduce()
2258 s13 -= carry13 << 21; in x25519_sc_reduce()
2295 s1 += s13 * 666643; in x25519_sc_reduce()
2296 s2 += s13 * 470296; in x25519_sc_reduce()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c272 int16x8_t s11, s12, s13, s14; in vpx_highbd_convolve8_horiz_neon() local
302 &s12, &s13, &s14); in vpx_highbd_convolve8_horiz_neon()
303 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14); in vpx_highbd_convolve8_horiz_neon()
317 d6 = highbd_convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, in vpx_highbd_convolve8_horiz_neon()
319 d7 = highbd_convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, in vpx_highbd_convolve8_horiz_neon()
330 s5 = s13; in vpx_highbd_convolve8_horiz_neon()
501 int16x8_t s11, s12, s13, s14; in vpx_highbd_convolve8_avg_horiz_neon() local
531 &s12, &s13, &s14); in vpx_highbd_convolve8_avg_horiz_neon()
532 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14); in vpx_highbd_convolve8_avg_horiz_neon()
546 d6 = highbd_convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, in vpx_highbd_convolve8_avg_horiz_neon()
[all …]
Dvpx_convolve8_neon.c224 int16x8_t s11, s12, s13, s14; in vpx_convolve8_horiz_neon() local
266 s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in vpx_convolve8_horiz_neon()
281 t6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, filter3, in vpx_convolve8_horiz_neon()
283 t7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters, in vpx_convolve8_horiz_neon()
294 s5 = s13; in vpx_convolve8_horiz_neon()
497 int16x8_t s11, s12, s13, s14; in vpx_convolve8_avg_horiz_neon() local
540 s13 = vreinterpretq_s16_u16(vmovl_u8(t6)); in vpx_convolve8_avg_horiz_neon()
555 t6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, filter3, in vpx_convolve8_avg_horiz_neon()
557 t7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters, in vpx_convolve8_avg_horiz_neon()
584 s5 = s13; in vpx_convolve8_avg_horiz_neon()
Dloopfilter_neon.c548 uint8x##w##_t *s11, uint8x##w##_t *s12, uint8x##w##_t *s13, \
576 *s13 = vld1##r##u8(s); \
755 const uint8x16_t s13, const uint8x16_t s14, in store_16x16() argument
783 vst1q_u8(s, s13); in store_16x16()
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_4_dual_neon() local
851 &s11, &s12, &s13, &s14, &s15); in vpx_lpf_vertical_4_dual_neon()
852 transpose_u8_8x16(s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, in vpx_lpf_vertical_4_dual_neon()
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_8_dual_neon() local
930 &s11, &s12, &s13, &s14, &s15); in vpx_lpf_vertical_8_dual_neon()
931 transpose_u8_8x16(s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, in vpx_lpf_vertical_8_dual_neon()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceRegistersARM32.def50 X(Reg_s13, 13, "s13", 14, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, REGLIST3(RegARM32, s13, d6, q3)) \
78 X(Reg_d6, 6, "d6", 7, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, REGLIST4(RegARM32, d6, q3, s12, s13)) \
110 …X(Reg_q3, 3, "q3", 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, REGLIST7(RegARM32, q3, d6, d7, s12, s13, s14, …

123