Home
last modified time | relevance | path

Searched refs:s9 (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/external/llvm/test/CodeGen/AMDGPU/
Dprivate-element-size.ll13 ; HSA-ELT16-DAG: buffer_store_dwordx4 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen{{$}}
14 ; HSA-ELT16-DAG: buffer_store_dwordx4 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen offset:…
15 ; HSA-ELT16-DAG: buffer_load_dwordx4 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen{{$}}
17 ; HSA-ELT8-DAG: buffer_store_dwordx2 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen{{$}}
18 ; HSA-ELT8-DAG: buffer_store_dwordx2 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen offset:8
19 ; HSA-ELT8-DAG: buffer_store_dwordx2 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen offset:16
20 ; HSA-ELT8-DAG: buffer_store_dwordx2 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen offset:24
22 ; HSA-ELT8: buffer_load_dwordx2 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen
23 ; HSA-ELT8: buffer_load_dwordx2 {{v\[[0-9]+:[0-9]+\]}}, v{{[0-9]+}}, s[0:3], s9 offen
26 ; HSA-ELT4-DAG: buffer_store_dword {{v[0-9]+}}, v{{[0-9]+}}, s[0:3], s9 offen{{$}}
[all …]
/external/XNNPACK/src/f32-gemm/
D4x4-minmax-aarch32-vfp-ld64.S194 VCMPE.F32 s9, s16
197 VCMPE.F32 s9, s17
198 VMOVMI.F32 s16, s9
200 VCMPE.F32 s9, s18
201 VMOVMI.F32 s17, s9
203 VCMPE.F32 s9, s19
204 VMOVMI.F32 s18, s9
206 VCMPE.F32 s9, s20
207 VMOVMI.F32 s19, s9
209 VCMPE.F32 s9, s21
[all …]
/external/llvm/test/MC/ARM/
Dvpush-vpop.s7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 vpush.16 {s8, s9, s10, s11, s12}
14 vpop.64 {s8, s9, s10, s11, s12}
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
[all …]
/external/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
181 load_4x4((const int16_t *)src, src_stride, &s7, &s8, &s9, &s10); in vpx_highbd_convolve8_horiz_neon()
182 transpose_s16_4x4d(&s7, &s8, &s9, &s10); in vpx_highbd_convolve8_horiz_neon()
186 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters); in vpx_highbd_convolve8_horiz_neon()
187 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters); in vpx_highbd_convolve8_horiz_neon()
205 s5 = s9; in vpx_highbd_convolve8_horiz_neon()
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
222 load_8x8((const int16_t *)(src + 7), src_stride, &s7, &s8, &s9, &s10, in vpx_highbd_convolve8_horiz_neon()
233 transpose_s16_8x8(&s7, &s8, &s9, &s10, &t4, &t5, &t6, &t7); in vpx_highbd_convolve8_horiz_neon()
245 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max); in vpx_highbd_convolve8_horiz_neon()
[all …]
Dvpx_convolve8_neon.c275 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_vert_neon() local
299 s9 = vdup_n_u8(0); in vpx_convolve8_vert_neon()
310 transpose_concat_4x4(s6, s7, s8, s9, &s6789, tran_concat_tbl); in vpx_convolve8_vert_neon()
313 load_u8_8x4(src, src_stride, &s7, &s8, &s9, &s10); in vpx_convolve8_vert_neon()
315 transpose_concat_4x4(s7, s8, s9, s10, &s78910, tran_concat_tbl); in vpx_convolve8_vert_neon()
365 s9 = vdup_n_u8(0); in vpx_convolve8_vert_neon()
382 transpose_concat_8x4(s6, s7, s8, s9, &s6789_lo, &s6789_hi, in vpx_convolve8_vert_neon()
386 load_u8_8x4(s, src_stride, &s7, &s8, &s9, &s10); in vpx_convolve8_vert_neon()
388 transpose_concat_8x4(s7, s8, s9, s10, &s78910_lo, &s78910_hi, in vpx_convolve8_vert_neon()
444 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_vert_neon() local
[all …]
/external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
Dts.conf3 s9=TOP SECRET
4 s9=T O P S E C R E T
5 s9=T O P S E C R E T
6 s9=TS
/external/capstone/suite/MC/ARM/
Dvpush-vpop.s.cs3 0x05,0x4a,0x2d,0xed = vpush {s8, s9, s10, s11, s12}
5 0x05,0x4a,0xbd,0xec = vpop {s8, s9, s10, s11, s12}
7 0x05,0x4a,0x2d,0xed = vpush {s8, s9, s10, s11, s12}
9 0x05,0x4a,0xbd,0xec = vpop {s8, s9, s10, s11, s12}
Dvpush-vpop-thumb.s.cs3 0x2d,0xed,0x05,0x4a = vpush {s8, s9, s10, s11, s12}
5 0xbd,0xec,0x05,0x4a = vpop {s8, s9, s10, s11, s12}
7 0x2d,0xed,0x05,0x4a = vpush {s8, s9, s10, s11, s12}
9 0xbd,0xec,0x05,0x4a = vpop {s8, s9, s10, s11, s12}
/external/selinux/mcstrans/share/examples/urcsts/
Dsetrans.conf22 s9=TOP SECRET
23 s9=T O P S E C R E T
24 s9=T O P S E C R E T
25 s9=TS
Durcsts.test22 TOP SECRET==s9
23 T O P S E C R E T=s9
24 T O P S E C R E T=s9
25 TS=s9
/external/selinux/mcstrans/share/examples/urcsts-via-include/
Durcsts.test22 TOP SECRET==s9
23 T O P S E C R E T=s9
24 T O P S E C R E T=s9
25 TS=s9
/external/rust/crates/ring/crypto/curve25519/
Dcurve25519.c965 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in x25519_sc_reduce() local
1014 s9 += s21 * 666643; in x25519_sc_reduce()
1023 s9 += s20 * 470296; in x25519_sc_reduce()
1032 s9 += s19 * 654183; in x25519_sc_reduce()
1041 s9 -= s18 * 997805; in x25519_sc_reduce()
1050 s9 += carry8; in x25519_sc_reduce()
1068 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
1070 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1085 s9 += s17 * 136657; in x25519_sc_reduce()
1094 s9 -= s16 * 683901; in x25519_sc_reduce()
[all …]
/external/clang/test/CXX/except/except.spec/
Dp5-pointers.cpp34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
68 void (*t10)(void (*)() throw(B1)) = &s9; // valid in fnptrs()
69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}} in fnptrs()
70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}} in fnptrs()
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/
Dcurve25519.c1067 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in x25519_sc_reduce() local
1116 s9 += s21 * 666643; in x25519_sc_reduce()
1125 s9 += s20 * 470296; in x25519_sc_reduce()
1134 s9 += s19 * 654183; in x25519_sc_reduce()
1143 s9 -= s18 * 997805; in x25519_sc_reduce()
1152 s9 += carry8; in x25519_sc_reduce()
1170 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
1172 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1187 s9 += s17 * 136657; in x25519_sc_reduce()
1196 s9 -= s16 * 683901; in x25519_sc_reduce()
[all …]
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c1060 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in x25519_sc_reduce() local
1109 s9 += s21 * 666643; in x25519_sc_reduce()
1118 s9 += s20 * 470296; in x25519_sc_reduce()
1127 s9 += s19 * 654183; in x25519_sc_reduce()
1136 s9 -= s18 * 997805; in x25519_sc_reduce()
1145 s9 += carry8; in x25519_sc_reduce()
1163 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
1165 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1180 s9 += s17 * 136657; in x25519_sc_reduce()
1189 s9 -= s16 * 683901; in x25519_sc_reduce()
[all …]
/external/cronet/third_party/boringssl/src/crypto/curve25519/
Dcurve25519.c1060 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in x25519_sc_reduce() local
1109 s9 += s21 * 666643; in x25519_sc_reduce()
1118 s9 += s20 * 470296; in x25519_sc_reduce()
1127 s9 += s19 * 654183; in x25519_sc_reduce()
1136 s9 -= s18 * 997805; in x25519_sc_reduce()
1145 s9 += carry8; in x25519_sc_reduce()
1163 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
1165 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
1180 s9 += s17 * 136657; in x25519_sc_reduce()
1189 s9 -= s16 * 683901; in x25519_sc_reduce()
[all …]
/external/libaom/av1/common/arm/
Dconvolve_neon.c165 const int16x4_t s9, const int16x4_t s10, const int16x4_t s11, in convolve12_vert_4x4_s32() argument
182 sum = vmlal_lane_s16(sum, s9, y_filter_8_11, 1); in convolve12_vert_4x4_s32()
197 const int16x8_t s9, const int16x8_t s10, const int16x8_t s11, in convolve12_vert_8x4_s32() argument
215 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s9), y_filter_8_11, 1); in convolve12_vert_8x4_s32()
228 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s9), y_filter_8_11, 1); in convolve12_vert_8x4_s32()
597 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in av1_convolve_x_sr_neon() local
627 s9 = vget_low_s16(vreinterpretq_s16_u16(vmovl_u8(t2))); in av1_convolve_x_sr_neon()
634 d2 = convolve8_4x4(s2, s3, s4, s5, s6, s7, s8, s9, x_filter); in av1_convolve_x_sr_neon()
636 d3 = convolve8_4x4(s3, s4, s5, s6, s7, s8, s9, s10, x_filter); in av1_convolve_x_sr_neon()
674 s5 = s9; in av1_convolve_x_sr_neon()
[all …]
Djnt_convolve_neon.c496 int16x4_t s8, s9, s10, d1, d2, d3; in dist_wtd_convolve_2d_horiz_neon() local
535 s9 = vget_low_s16(tt2); in dist_wtd_convolve_2d_horiz_neon()
542 d2 = convolve8_4x4_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter, in dist_wtd_convolve_2d_horiz_neon()
544 d3 = convolve8_4x4_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter, in dist_wtd_convolve_2d_horiz_neon()
597 int16x8_t s8, s9, s10, s11, s12, s13, s14; in dist_wtd_convolve_2d_horiz_neon() local
634 s9 = vreinterpretq_s16_u16(vmovl_u8(t2)); in dist_wtd_convolve_2d_horiz_neon()
645 res2 = convolve8_8x8_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter, in dist_wtd_convolve_2d_horiz_neon()
647 res3 = convolve8_8x8_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter, in dist_wtd_convolve_2d_horiz_neon()
649 res4 = convolve8_8x8_s16(s4, s5, s6, s7, s8, s9, s10, s11, x_filter, in dist_wtd_convolve_2d_horiz_neon()
651 res5 = convolve8_8x8_s16(s5, s6, s7, s8, s9, s10, s11, s12, x_filter, in dist_wtd_convolve_2d_horiz_neon()
[all …]
/external/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2], s8[2], s9[2], in highbd_iadst16_4col_sse4_1() local
67 highbd_iadst_butterfly_sse4_1(io[7], io[8], cospi_17_64, cospi_15_64, s8, s9); in highbd_iadst16_4col_sse4_1()
77 x1[0] = _mm_add_epi64(s1[0], s9[0]); in highbd_iadst16_4col_sse4_1()
78 x1[1] = _mm_add_epi64(s1[1], s9[1]); in highbd_iadst16_4col_sse4_1()
93 x9[0] = _mm_sub_epi64(s1[0], s9[0]); in highbd_iadst16_4col_sse4_1()
94 x9[1] = _mm_sub_epi64(s1[1], s9[1]); in highbd_iadst16_4col_sse4_1()
175 highbd_iadst_butterfly_sse4_1(x8[0], x9[0], cospi_4_64, cospi_28_64, s8, s9); in highbd_iadst16_4col_sse4_1()
185 x9[0] = _mm_add_epi64(s9[0], s13[0]); in highbd_iadst16_4col_sse4_1()
186 x9[1] = _mm_add_epi64(s9[1], s13[1]); in highbd_iadst16_4col_sse4_1()
193 x13[0] = _mm_sub_epi64(s9[0], s13[0]); in highbd_iadst16_4col_sse4_1()
[all …]
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp115 struct s9 { s9_0 a; s9_1 b; }; argument
116 s9 f9() { return s9(); } in f9()
/external/vixl/test/aarch64/
Dtest-disasm-fp-aarch64.cc80 COMPARE(fsqrt(s8, s9), "fsqrt s8, s9"); in TEST()
145 COMPARE(fmul(s7, s8, s9), "fmul s7, s8, s9"); in TEST()
148 COMPARE(fnmul(s7, s8, s9), "fnmul s7, s8, s9"); in TEST()
173 COMPARE(fmadd(s7, s8, s9, s10), "fmadd s7, s8, s9, s10"); in TEST()
176 COMPARE(fmsub(s7, s8, s9, s10), "fmsub s7, s8, s9, s10"); in TEST()
180 COMPARE(fnmadd(s7, s8, s9, s10), "fnmadd s7, s8, s9, s10"); in TEST()
183 COMPARE(fnmsub(s7, s8, s9, s10), "fnmsub s7, s8, s9, s10"); in TEST()
276 COMPARE(fcvtau(w8, s9), "fcvtau w8, s9"); in TEST()
284 COMPARE(fcvtnu(w8, s9), "fcvtnu w8, s9"); in TEST()
336 COMPARE(ucvtf(s9, x10, 16), "ucvtf s9, x10, #16"); in TEST()
[all …]
/external/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c40 int32x4_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in vpx_iadst16x16_256_add_half1d() local
139 iadst_butterfly_lane_0_1_neon(x[8], x[9], c_17_15_21_11, s8, s9); in vpx_iadst16x16_256_add_half1d()
145 x[1] = add_dct_const_round_shift_low_8(s1, s9); in vpx_iadst16x16_256_add_half1d()
153 x[9] = sub_dct_const_round_shift_low_8(s1, s9); in vpx_iadst16x16_256_add_half1d()
170 iadst_butterfly_lane_0_1_neon(x[8], x[9], c_4_28_20_12, s8, s9); in vpx_iadst16x16_256_add_half1d()
184 x[9] = add_dct_const_round_shift_low_8(s9, s13); in vpx_iadst16x16_256_add_half1d()
188 x[13] = sub_dct_const_round_shift_low_8(s9, s13); in vpx_iadst16x16_256_add_half1d()
/external/clang/test/Sema/
Dpragma-align-mac68k.c78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1]; argument
84 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
/external/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
1098 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16_dspr2()
1107 x1 = dct_const_round_shift(s1 + s9); in iadst16_dspr2()
1115 x9 = dct_const_round_shift(s1 - s9); in iadst16_dspr2()
1133 s9 = x8 * cospi_28_64 - x9 * cospi_4_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()
1168 s9 = x9; in iadst16_dspr2()
1185 x9 = s9 + s11; in iadst16_dspr2()
1187 x11 = s9 - s11; in iadst16_dspr2()
/external/clang/test/CodeGen/
Dregparm-struct.c117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b); argument
125 struct s9 x = {41, 42, 43}; in g13()

12345678910>>...13