Searched refs:s0 (Results 26 - 50 of 521) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp3 struct s0 { struct
10 // CHECK: alloca %struct.s0, align 16
12 (void) s0();
16 // CHECK: alloca %struct.s0, align 16
18 (void) (struct s0) { 0, 0, 0, 0 };
/external/clang/test/CodeGen/
H A Ddebug-info.c16 struct s0;
17 struct s0 { struct s0 *p; } g0; struct
19 struct s0 *f0(struct s0 *a0) {
H A Dpacked-structure.c5 struct s0 { struct
15 int s0_align_x = __alignof(((struct s0*)0)->x);
16 int s0_align_y = __alignof(((struct s0*)0)->y);
17 int s0_align = __alignof(struct s0);
22 int s0_load_x(struct s0 *a) { return a->x; }
30 int s0_load_y(struct s0 *a) { return a->y; }
33 void s0_copy(struct s0 *a, struct s0 *b) { *b = *a; }
H A Dblocks.c10 typedef struct s0 T;
11 struct s0 { struct
15 // CHECK: define internal void @__f2_block_invoke(%struct.s0* noalias sret {{%.*}}, i8* {{%.*}}, %struct.s0* byval align 4 {{.*}})
16 struct s0 f2(struct s0 a0) {
17 return ^(struct s0 a1){ return a1; }(a0);
/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-simd.s19 vmaxnm.f32 s0, s0, s0
21 vminnm.f32 s0, s0, s0
29 vcvta.s32.f32 s0, s0
31 vcvta.u32.f32 s0, s0
[all...]
H A Dfullfp16.s4 vadd.f16 s0, s1, s0
5 @ ARM: vadd.f16 s0, s1, s0 @ encoding: [0x80,0x09,0x30,0xee]
6 @ THUMB: vadd.f16 s0, s1, s0 @ encoding: [0x30,0xee,0x80,0x09]
8 vsub.f16 s0, s1, s0
9 @ ARM: vsub.f16 s0, s1, s0
[all...]
H A Dvfp-aliases.s12 fstmfds sp!, {s0}
13 fstmeas sp!, {s0}
14 fstmdbs sp!, {s0}
15 fstmias sp!, {s0}
17 fldmias sp!, {s0}
18 fldmdbs sp!, {s0}
19 fldmeas sp!, {s0}
20 fldmfds sp!, {s0}
37 @ CHECK: vpush {s0}
38 @ CHECK: vstmia sp!, {s0}
[all...]
H A Dfullfp16-neg.s4 vadd.f16 s0, s1, s0
7 vsub.f16 s0, s1, s0
10 vdiv.f16 s0, s1, s0
13 vmul.f16 s0, s1, s0
16 vnmul.f16 s0, s1, s0
[all...]
H A Ddirective-arch_extension-fp.s22 vselgt.f32 s0, s0, s0
24 vselge.f32 s0, s0, s0
26 vseleq.f32 s0, s0, s0
28 vselvs.f32 s0, s
[all...]
H A Dvfp-aliases-diagnostics.s9 fstmfdd sp!, {s0}
10 fstmead sp!, {s0}
11 fstmdbd sp!, {s0}
12 fstmiad sp!, {s0}
22 fldmiad sp!, {s0}
23 fldmdbd sp!, {s0}
24 fldmead sp!, {s0}
25 fldmfdd sp!, {s0}
27 fstmeax sp!, {s0}
28 fldmfdx sp!, {s0}
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp6 struct s0 { struct
/external/clang/test/SemaCXX/
H A Dstatic-cast-complete-type.cpp9 S<int> s0 = static_cast<S<int> >(0); local
H A Dalignof-sizeof-reference.cpp3 struct s0; // expected-note {{forward declaration}}
4 char ar[sizeof(s0&)]; // expected-error {{invalid application of 'sizeof' to an incomplete type}}
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dsimple-fp-encoding.s6 @ CHECK: vadd.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x30,0xee]
7 vadd.f32 s0, s1, s0
12 @ CHECK: vsub.f32 s0, s1, s0 @ encoding: [0xc0,0x0a,0x30,0xee]
13 vsub.f32 s0, s1, s0
18 @ CHECK: vdiv.f32 s0, s1, s0
[all...]
/external/selinux/libsepol/tests/policies/test-expander/
H A Dbase-base-only.conf23 sensitivity s0;
25 dominance { s0 }
29 level s0:c0;
40 gen_user(myuser_u,, myrole_r, s0, s0 - s0:c0)
42 sid kernel gen_context(myuser_u:myrole_r:mytype_t, s0)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Davg_intrin_sse2.c20 __m128i u0, s0, d0, diff, maxabsdiff, minabsdiff, negdiff, absdiff0, absdiff; local
23 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s)), u0);
25 diff = _mm_subs_epi16(s0, d0);
29 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + p)), u0);
31 diff = _mm_subs_epi16(s0, d0);
37 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 2 * p)), u0);
39 diff = _mm_subs_epi16(s0, d0);
45 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 3 * p)), u0);
47 diff = _mm_subs_epi16(s0, d0);
53 s0
97 __m128i s0, s1, u0; local
124 __m128i s0, s1, u0; local
319 __m128i s0 = _mm_unpacklo_epi8(src_line, zero); local
366 __m128i s0 = _mm_sad_epu8(src_line, zero); local
[all...]
/external/valgrind/none/tests/amd64/
H A Dfb_test_amd64.h27 static inline void exec_opq(int64 s0, int64 s1, int64 iflags) argument
30 res = s0;
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK);
36 static inline void exec_opl(int64 s0, int64 s1, int64 iflags) argument
39 res = s0;
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
45 static inline void exec_opw(int64 s0, int64 s1, int64 iflags) argument
48 res = s0;
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK);
54 static inline void exec_opb(int64 s0, int6 argument
64 exec_opq(int64 s0, int64 s1, int64 iflags) argument
74 exec_opl(int64 s0, int64 s1, int64 iflags) argument
84 exec_opw(int64 s0, int64 s1, int64 iflags) argument
94 exec_opb(int64 s0, int64 s1, int64 iflags) argument
106 exec_op(int64 s0, int64 s1) argument
[all...]
H A Dfb_test_amd64_shift.h30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) argument
33 res = s0;
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
46 res = s0;
53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
59 res = s0;
66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
79 void exec_opl(int64 s2, int64 s0, int6 argument
92 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
108 exec_opb(int64 s0, int64 s1, int64 iflags) argument
122 exec_op(int64 s2, int64 s0, int64 s1) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve_copy_neon.c38 uint8x8_t s0, s1; local
40 s0 = vld1_u8(src);
45 vst1_u8(dst, s0);
52 uint8x16_t s0, s1; local
54 s0 = vld1q_u8(src);
59 vst1q_u8(dst, s0);
66 uint8x16_t s0, s1, s2, s3; local
68 s0 = vld1q_u8(src);
75 vst1q_u8(dst, s0);
84 uint8x16_t s0, s local
[all...]
H A Dvpx_convolve_avg_neon.c27 uint8x8_t s0, s1; local
31 s0 = vld1_u8(src);
35 s01 = vzip_u32(vreinterpret_u32_u8(s0), vreinterpret_u32_u8(s1));
48 uint8x8_t s0, s1, d0, d1; local
51 s0 = vld1_u8(src);
58 s01 = vcombine_u8(s0, s1);
69 uint8x16_t s0, s1, d0, d1; local
71 s0 = vld1q_u8(src);
78 d0 = vrhaddq_u8(s0, d0);
88 uint8x16_t s0, s local
115 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; local
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-across.s11 saddlv s0, v1.4h
12 saddlv s0, v1.8h
17 // CHECK: saddlv s0, v1.4h // encoding: [0x20,0x38,0x70,0x0e]
18 // CHECK: saddlv s0, v1.8h // encoding: [0x20,0x38,0x70,0x4e]
23 uaddlv s0, v1.4h
24 uaddlv s0, v1.8h
29 // CHECK: uaddlv s0, v1.4h // encoding: [0x20,0x38,0x70,0x2e]
30 // CHECK: uaddlv s0, v1.8h // encoding: [0x20,0x38,0x70,0x6e]
37 smaxv s0, v1.4s
43 // CHECK: smaxv s0, v
[all...]
/external/clang/test/Sema/
H A Dprivate-extern.c64 struct s0;
66 extern struct s0 g14;
67 __private_extern__ struct s0 g14;
69 struct s0 { int x; }; struct
H A Dpragma-pack-5.c9 struct s0 { struct
14 extern int check[sizeof(struct s0) == 6 ? 1 : -1];
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Dmove.pass.cpp25 test(S s0) argument
27 S s1 = s0;
28 S s2 = std::move(s0);
30 LIBCPP_ASSERT(s0.__invariants());
/external/llvm/test/MC/AMDGPU/
H A Dreloc.s10 s_mov_b32 s0, SCRATCH_RSRC_DWORD0

Completed in 1077 milliseconds

1234567891011>>