Home
last modified time | relevance | path

Searched refs:s34 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Darm-arguments.c183 struct s34 { char c; }; struct
184 void f34(struct s34 s);
185 void g34(struct s34 *s) { f34(*s); } in g34()
Darm64-arguments.c133 struct s34 { char c; }; argument
134 void f34(struct s34 s);
135 void g34(struct s34 *s) { f34(*s); } in g34()
Dx86_32-arguments-darwin.c142 struct s34 { struct { int : 0; } a; float b; } f34(void) { while (1) {} } in f34() struct
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dcall-preserved-registers.ll10 ; GCN-NEXT: s_add_u32 s34, s34,
29 ; GCN: v_writelane_b32 v32, s34, 1
45 ; GCN: v_readlane_b32 s34, v32, 1
131 ; GCN: s_mov_b32 s34, s9
137 ; GCN-NEXT: s_mov_b32 s4, s34
138 ; GCN-NEXT: s_mov_b32 s32, s34
Dcallee-frame-setup.ll43 ; GCN-DAG: v_writelane_b32 v32, s34,
54 ; GCN-DAG: v_readlane_b32 s34,
77 ; GCN-DAG: v_writelane_b32 v32, s34, 1
82 ; GCN-DAG: v_readlane_b32 s34, v32, 1
Dnested-calls.ll17 ; GCN-DAG: v_writelane_b32 v32, s34, 1
23 ; GCN: v_readlane_b32 s34, v32, 1
Dcall-graph-register-usage.ll17 ; GCN: v_writelane_b32 v32, s34, 1
21 ; GCN: v_readlane_b32 s34, v32, 1
Dbranch-relax-spill.ll44 %sgpr34 = tail call i32 asm sideeffect "s_mov_b32 s34, 0", "={s34}"() #0
163 tail call void asm sideeffect "; reg use $0", "{s34}"(i32 %sgpr34) #0
Dsibling-call.ll215 ; GCN-DAG: v_writelane_b32 v34, s34, 1
227 ; GCN-DAG: v_readlane_b32 s34, v34, 1
Dpartial-sgpr-to-vgpr-spills.ll124 ; GCN-NEXT: v_writelane_b32 v1, s34, 22
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_avx2.c166 __m256i s34 = _mm256_permute2x128_si256( in av1_highbd_convolve_y_sr_avx2() local
186 s[1] = _mm256_unpacklo_epi16(s23, s34); in av1_highbd_convolve_y_sr_avx2()
190 s[5] = _mm256_unpackhi_epi16(s23, s34); in av1_highbd_convolve_y_sr_avx2()
1092 __m256i s34 = _mm256_inserti128_si256(_mm256_castsi128_si256(s3), s4, 1); in aom_highbd_filter_block1d4_v4_avx2() local
1094 s[0] = _mm256_unpacklo_epi16(s23, s34); in aom_highbd_filter_block1d4_v4_avx2()
1151 __m256i s34 = _mm256_inserti128_si256(_mm256_castsi128_si256(s3), s4, 1); in aom_highbd_filter_block1d8_v4_avx2() local
1153 s[0] = _mm256_unpacklo_epi16(s23, s34); in aom_highbd_filter_block1d8_v4_avx2()
1154 s[2] = _mm256_unpackhi_epi16(s23, s34); in aom_highbd_filter_block1d8_v4_avx2()
/external/libxcam/cl_kernel/
Dkernel_min_filter.cl121 tmp2 = min (v_left.s34, v_left.s56);
125 tmp2 = min (v_right.s12, v_right.s34);
/external/libaom/libaom/av1/common/x86/
Dhighbd_jnt_convolve_avx2.c700 __m256i s34 = _mm256_permute2x128_si256( in av1_highbd_dist_wtd_convolve_y_avx2() local
720 s[1] = _mm256_unpacklo_epi16(s23, s34); in av1_highbd_dist_wtd_convolve_y_avx2()
724 s[5] = _mm256_unpackhi_epi16(s23, s34); in av1_highbd_dist_wtd_convolve_y_avx2()
/external/v8/benchmarks/
Dregexp.js215 var s34 = computeInputVariants('CersreerqPhygherCraqvat=', 78);
252 re8.exec(s34[i]);