Home
last modified time | relevance | path

Searched refs:high1 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-08.ll5 ; Test a high1/low2 permute for v16i8.
18 ; Test a low2/high1 permute for v16i8.
70 ; Test a high1/low2 permute for v8i16.
81 ; Test a low2/high1 permute for v8i16.
92 ; Test a high1/low2 permute for v4i32.
102 ; Test a low2/high1 permute for v4i32.
112 ; Test a high1/low2 permute for v2i64.
122 ; Test low2/high1 permute for v2i64.
132 ; Test a high1/low2 permute for v4f32.
142 ; Test a low2/high1 permute for v4f32.
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-perm-08.ll5 ; Test a high1/low2 permute for v16i8.
18 ; Test a low2/high1 permute for v16i8.
70 ; Test a high1/low2 permute for v8i16.
81 ; Test a low2/high1 permute for v8i16.
92 ; Test a high1/low2 permute for v4i32.
102 ; Test a low2/high1 permute for v4i32.
112 ; Test a high1/low2 permute for v2i64.
122 ; Test low2/high1 permute for v2i64.
132 ; Test a high1/low2 permute for v4f32.
142 ; Test a low2/high1 permute for v4f32.
[all …]
/external/rust/crates/ryu/src/
Dd2s_small_table.rs160 let (low1, mut high1) = umul128(m, mul.1); in compute_pow5()
164 high1 += 1; // overflow into high1 in compute_pow5()
172 shiftright128(sum, high1, delta as u32), in compute_pow5()
190 let (low1, mut high1) = umul128(m, mul.1); in compute_inv_pow5()
194 high1 += 1; // overflow into high1 in compute_inv_pow5()
203 shiftright128(sum, high1, delta as u32), in compute_inv_pow5()
/external/llvm/test/CodeGen/AArch64/
Darm64-vsub.ll162 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
163 %ext1 = sext <8 x i8> %high1 to <8 x i16>
177 … %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
178 %ext1 = sext <4 x i16> %high1 to <4 x i32>
192 %high1 = shufflevector <4 x i32> %tmp1, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
193 %ext1 = sext <2 x i32> %high1 to <2 x i64>
240 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
241 %ext1 = zext <8 x i8> %high1 to <8 x i16>
255 %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
256 %ext1 = zext <4 x i16> %high1 to <4 x i32>
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-vsub.ll162 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
163 %ext1 = sext <8 x i8> %high1 to <8 x i16>
177 … %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
178 %ext1 = sext <4 x i16> %high1 to <4 x i32>
192 %high1 = shufflevector <4 x i32> %tmp1, <4 x i32> undef, <2 x i32> <i32 2, i32 3>
193 %ext1 = sext <2 x i32> %high1 to <2 x i64>
240 …%high1 = shufflevector <16 x i8> %tmp1, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, …
241 %ext1 = zext <8 x i8> %high1 to <8 x i16>
255 %high1 = shufflevector <8 x i16> %tmp1, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7>
256 %ext1 = zext <4 x i16> %high1 to <4 x i32>
[all …]
/external/libavc/common/x86/
Dih264_deblk_luma_ssse3.c862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
891 high1 = _mm_unpackhi_epi16(lineb, lined); in ih264_deblk_luma_vert_bslt4_ssse3()
928 lineg = _mm_unpacklo_epi16(high1, high2); in ih264_deblk_luma_vert_bslt4_ssse3()
929 lineh = _mm_unpackhi_epi16(high1, high2); in ih264_deblk_luma_vert_bslt4_ssse3()
1072 high1 = _mm_unpackhi_epi16(int3, int4); in ih264_deblk_luma_vert_bslt4_ssse3()
1081 lineg = high1; in ih264_deblk_luma_vert_bslt4_ssse3()
/external/mesa3d/src/intel/perf/
Dgen_perf.c962 uint64_t high1 = (uint64_t)(high_bytes1[a_index]) << 32; in accumulate_uint40() local
964 uint64_t value1 = report1[a_index + 4] | high1; in accumulate_uint40()