Searched defs:s7 (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/Sema/
H A Dpragma-align-mac68k.c64 struct s7 { struct
68 extern int a7_0[sizeof(struct s7) == 2 ? 1 : -1];
69 extern int a7_1[__alignof(struct s7) == 2 ? 1 : -1];
H A Dbitfield-layout_1.c80 } s7; variable in typeref:struct:__anon3149
81 CHECK_SIZE(s7,8)
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.h32 uint8x8_t *const s6, uint8x8_t *const s7) {
47 *s7 = vld1_u8(s);
54 uint8x16_t *const s6, uint8x16_t *const s7) {
69 *s7 = vld1q_u8(s);
75 const int16x4_t s6, const int16x4_t s7,
88 sum = vmla_lane_s16(sum, s7, filters_hi, 3);
97 const int16x8_t s6, const int16x8_t s7,
110 sum = vmlaq_lane_s16(sum, s7, filters_hi, 3);
28 load_u8_8x8(const uint8_t *s, const ptrdiff_t p, uint8x8_t *const s0, uint8x8_t *const s1, uint8x8_t *const s2, uint8x8_t *const s3, uint8x8_t *const s4, uint8x8_t *const s5, uint8x8_t *const s6, uint8x8_t *const s7) argument
50 load_u8_16x8(const uint8_t *s, const ptrdiff_t p, uint8x16_t *const s0, uint8x16_t *const s1, uint8x16_t *const s2, uint8x16_t *const s3, uint8x16_t *const s4, uint8x16_t *const s5, uint8x16_t *const s6, uint8x16_t *const s7) argument
72 convolve8_4(const int16x4_t s0, const int16x4_t s1, const int16x4_t s2, const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, const int16x4_t s6, const int16x4_t s7, const int16x8_t filters, const int16x4_t filter3, const int16x4_t filter4) argument
94 convolve8_8(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, const int16x8_t s6, const int16x8_t s7, const int16x8_t filters, const int16x8_t filter3, const int16x8_t filter4) argument
H A Dhighbd_idct32x32_135_add_neon.c100 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
287 s7[0] = highbd_idct_add_dual(s6[0], s5[15]);
288 s7[1] = highbd_idct_add_dual(s6[1], s5[14]);
289 s7[2] = highbd_idct_add_dual(s6[2], s6[13]);
290 s7[3] = highbd_idct_add_dual(s6[3], s6[12]);
291 s7[4] = highbd_idct_add_dual(s6[4], s6[11]);
292 s7[5] = highbd_idct_add_dual(s6[5], s6[10]);
293 s7[6] = highbd_idct_add_dual(s6[6], s5[9]);
294 s7[7] = highbd_idct_add_dual(s6[7], s5[8]);
295 s7[
453 int32x4x2_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
[all...]
H A Didct32x32_135_add_neon.c93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; local
277 s7[0] = vaddq_s16(s6[0], s5[15]);
278 s7[1] = vaddq_s16(s6[1], s5[14]);
279 s7[2] = vaddq_s16(s6[2], s6[13]);
280 s7[3] = vaddq_s16(s6[3], s6[12]);
281 s7[4] = vaddq_s16(s6[4], s6[11]);
282 s7[5] = vaddq_s16(s6[5], s6[10]);
283 s7[6] = vaddq_s16(s6[6], s5[9]);
284 s7[7] = vaddq_s16(s6[7], s5[8]);
285 s7[
377 int16x8_t in[16], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], local
[all...]
H A Dhighbd_idct32x32_1024_add_neon.c130 int32x4x2_t *const s5, int32x4x2_t *const s6, int32x4x2_t *const s7) {
152 s7->val[0] = vld1q_s32(in);
153 s7->val[1] = vld1q_s32(in + 4);
199 int32x4x2_t s0, s1, s2, s3, s4, s5, s6, s7; local
202 load_s32x4q_dual(input, &s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
203 transpose_and_store_s32_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf);
127 load_s32x4q_dual( const int32_t *in, int32x4x2_t *const s0, int32x4x2_t *const s1, int32x4x2_t *const s2, int32x4x2_t *const s3, int32x4x2_t *const s4, int32x4x2_t *const s5, int32x4x2_t *const s6, int32x4x2_t *const s7) argument
H A Dvpx_convolve8_neon.c37 const uint8x8_t s6, const uint8x8_t s7) {
52 vst1_u8(s, s7);
75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
111 s7 = vget_low_s16(tt0);
116 d0 = convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters, filter3,
118 d1 = convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters, filter3,
120 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3,
122 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3,
141 s3 = s7;
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s local
33 store_u8_8x8(uint8_t *s, const ptrdiff_t p, const uint8x8_t s0, const uint8x8_t s1, const uint8x8_t s2, const uint8x8_t s3, const uint8x8_t s4, const uint8x8_t s5, const uint8x8_t s6, const uint8x8_t s7) argument
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
[all...]
H A Dhighbd_vpx_convolve8_neon.c48 int16x8_t *const s6, int16x8_t *const s7) {
63 *s7 = vld1q_s16(s);
70 const uint16x8_t s6, const uint16x8_t s7) {
85 vst1q_u16(s, s7);
91 const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) {
103 sum = vmlal_lane_s16(sum, s7, filters_hi, 3);
110 const int16x8_t s6, const int16x8_t s7,
124 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s7), filters_hi, 3);
132 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s7), filters_hi, 3);
157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s local
44 load_8x8(const int16_t *s, const ptrdiff_t p, int16x8_t *const s0, int16x8_t *const s1, int16x8_t *const s2, int16x8_t *const s3, int16x8_t *const s4, int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) argument
66 store_8x8(uint16_t *s, const ptrdiff_t p, const uint16x8_t s0, const uint16x8_t s1, const uint16x8_t s2, const uint16x8_t s3, const uint16x8_t s4, const uint16x8_t s5, const uint16x8_t s6, const uint16x8_t s7) argument
88 highbd_convolve8_4( const int16x4_t s0, const int16x4_t s1, const int16x4_t s2, const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) argument
108 highbd_convolve8_8(const int16x8_t s0, const int16x8_t s1, const int16x8_t s2, const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, const int16x8_t s6, const int16x8_t s7, const int16x8_t filters, const uint16x8_t max) argument
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
[all...]
H A Didct32x32_add_neon.c152 int16x8_t *const s7) {
167 *s7 = vld1q_s16(in);
197 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; local
200 load_s16x8q(input, &s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
201 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf);
209 int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) {
224 *s7 = load_tran_low_to_s16q(in);
230 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; local
233 load_s16x8q_tran_low(input, &s0, &s1, &s2, &s3, &s4, &s5, &s6, &s7);
234 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7,
148 load_s16x8q(const int16_t *in, int16x8_t *const s0, int16x8_t *const s1, int16x8_t *const s2, int16x8_t *const s3, int16x8_t *const s4, int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) argument
206 load_s16x8q_tran_low( const tran_low_t *in, int16x8_t *const s0, int16x8_t *const s1, int16x8_t *const s2, int16x8_t *const s3, int16x8_t *const s4, int16x8_t *const s5, int16x8_t *const s6, int16x8_t *const s7) argument
[all...]
/external/syslinux/lzo/src/
H A Dlzo_init.c181 int s6, int s7, int s8, int s9)
204 (s7 == -1 || s7 == (int) sizeof(char *)) &&
180 __lzo_init_v2(unsigned v, int s1, int s2, int s3, int s4, int s5, int s6, int s7, int s8, int s9) argument
/external/capstone/suite/MC/AArch64/
H A Dneon-scalar-by-elem-mul.s.cs9 0x67,0x90,0xad,0x7f = fmulx s7, s3, v13.s[1]
10 0xe9,0x98,0x89,0x7f = fmulx s9, s7, v9.s[2] external variable declarations
/external/clang/test/CodeGen/
H A Dregparm-struct.c94 struct s7 { struct
99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
102 struct s7 x = {41, 42, 43};
H A Dbitfield-2.c272 // CHECK-RECORD: Record: RecordDecl{{.*}}s7
274 // CHECK-RECORD: LLVMType:%struct.s7 = type { i32, i32, i32, i8, i32, [12 x i8] }
280 struct __attribute__((aligned(16))) s7 { struct
286 int f7_load(struct s7 *a0) {
H A Dms_struct-bitfield.c95 int s7 = sizeof(t7); variable
96 // CHECK: @s7 = global i32 9
97 // CHECK-ARM: @s7 = global i32 9
H A Darm-arguments.c45 struct s7 { struct { int : 0; } f0; }; struct
46 struct s7 f7(void) {}
91 void f15(struct s7 a0) {}
/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct8x8_msa.c44 v8i16 s0, s1, s2, s3, s4, s5, s6, s7, k0, k1, k2, k3, m0, m1, m2, m3; local
62 BUTTERFLY_4(s0, s1, s3, s2, s4, s7, s6, s5);
85 BUTTERFLY_8(m0, m1, m2, m3, s4, s2, s3, s7, in0, in1, in2, in3, in4, in5, in6,
H A Ditrans4_dspr2.c333 int s0, s1, s2, s3, s4, s5, s6, s7; local
354 s7 = x0 - x2 + x3;
358 x2 = sinpi_3_9 * s7;
H A Ditrans8_dspr2.c614 int s0, s1, s2, s3, s4, s5, s6, s7; local
640 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
645 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
649 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
659 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
666 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
668 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
674 s7 = cospi_16_64 * (x6 - x7);
679 x7 = ROUND_POWER_OF_TWO((s7), DCT_CONST_BITS);
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp92 struct s7 : Okay { struct in union:U3
/external/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp103 struct s7 : s7_0, s7_1 { }; struct in inherits:s7_0,s7_1
104 s7 f7() { return s7(); }
/external/clang/test/OpenMP/
H A Dtarget_update_from_messages.cpp80 S7 s7; local
108 #pragma omp target update from(s7.i, s7.a[:3])
109 #pragma omp target update from(s7.s6[1].aa[0:5])
110 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not allowed here}}
111 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not allowed here}}
112 #pragma omp target update from(s7.p[:10])
113 #pragma omp target update from(x, s7.bfa) // expected-error {{bit fields cannot be used to specify storage in a 'from' clause}}
114 #pragma omp target update from(x, s7.p[:]) // expected-error {{section length is unspecified and cannot be inferred because subscripted value is not an array}}
115 #pragma omp target data map(to: s7
136 S7 s7; local
[all...]
H A Dtarget_update_to_messages.cpp80 S7 s7; local
108 #pragma omp target update to(s7.i, s7.a[:3])
109 #pragma omp target update to(s7.s6[1].aa[0:5])
110 #pragma omp target update to(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not allowed here}}
111 #pragma omp target update to(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not allowed here}}
112 #pragma omp target update to(s7.p[:10])
113 #pragma omp target update to(x, s7.bfa) // expected-error {{bit fields cannot be used to specify storage in a 'to' clause}}
114 #pragma omp target update to(x, s7.p[:]) // expected-error {{section length is unspecified and cannot be inferred because subscripted value is not an array}}
115 #pragma omp target data map(to: s7
134 S7 s7; local
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c99 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
113 s7 = (input[0 * stride] - input[7 * stride]) * 4;
123 s7 = in[0 * 8] - in[7 * 8];
150 x2 = s7 - t3;
151 x3 = s7 + t3;
247 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
259 s7 = in_high[0] - in_high[7];
284 x2 = s7 - t3;
285 x3 = s7 + t3;
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2_asm.h48 #define s7 $23 macro
137 * can be saved on stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
212 * can be restored from stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dvpx_convolve_vsx.c243 uint8x16_t s7 = vec_vsx_ld(0, src_y + 7 * src_stride); local
246 const uint8x16_t s = transpose_line_u8_8x8(s0, s1, s2, s3, s4, s5, s6, s7);

Completed in 511 milliseconds

123