/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vsub.ll | 166 …%high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, … 167 %ext2 = sext <8 x i8> %high2 to <8 x i16> 181 … %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7> 182 %ext2 = sext <4 x i16> %high2 to <4 x i32> 196 %high2 = shufflevector <4 x i32> %tmp2, <4 x i32> undef, <2 x i32> <i32 2, i32 3> 197 %ext2 = sext <2 x i32> %high2 to <2 x i64> 244 …%high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, … 245 %ext2 = zext <8 x i8> %high2 to <8 x i16> 259 %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7> 260 %ext2 = zext <4 x i16> %high2 to <4 x i32> [all …]
|
D | arm64-vadd.ll | 325 …%high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, … 326 %ext2 = zext <8 x i8> %high2 to <8 x i16> 338 … %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7> 339 %ext2 = zext <4 x i16> %high2 to <4 x i32> 351 %high2 = shufflevector <4 x i32> %tmp2, <4 x i32> undef, <2 x i32> <i32 2, i32 3> 352 %ext2 = zext <2 x i32> %high2 to <2 x i64> 394 …%high2 = shufflevector <16 x i8> %tmp2, <16 x i8> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, … 395 %ext2 = sext <8 x i8> %high2 to <8 x i16> 407 … %high2 = shufflevector <8 x i16> %tmp2, <8 x i16> undef, <4 x i32> <i32 4, i32 5, i32 6, i32 7> 408 %ext2 = sext <4 x i16> %high2 to <4 x i32> [all …]
|
/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/ |
D | PacketMathAVX.h | 132 __m128i high2 = _mm256_extractf128_si256(b_conv, 1); 133 __m128i tmp2 = _mm_packs_epi32(low2, high2); 139 high2 = _mm256_extractf128_si256(d_conv, 1); 140 tmp2 = _mm_packs_epi32(low2, high2);
|
/external/selinux/libsemanage/src/ |
D | ports_local.c | 98 int proto2, low2, high2; in semanage_port_validate_local() local 108 high2 = semanage_port_get_high(ports[j]); in semanage_port_validate_local() 117 low, high, proto_str, low2, high2, proto_str2); in semanage_port_validate_local()
|
D | ibpkeys_local.c | 88 int low2, high2; in semanage_ibpkey_validate_local() local 128 high2 = semanage_ibpkey_get_high(ibpkeys[j]); in semanage_ibpkey_validate_local() 136 subnet_prefix_str2, low2, high2); in semanage_ibpkey_validate_local()
|
/external/rust/crates/itoa/src/ |
D | udiv128.rs | 19 let high2 = (x_hi as u128 * y_lo as u128 + m_lo as u128) >> 64; in u128_mulhi() localVariable 21 x_hi as u128 * y_hi as u128 + high1 + high2 in u128_mulhi()
|
/external/selinux/libsepol/src/ |
D | ibpkeys.c | 135 uint16_t high2 = c->u.ibpkey.high_pkey; in sepol_ibpkey_exists() local 138 high2 == high && in sepol_ibpkey_exists() 165 int high2 = c->u.ibpkey.high_pkey; in sepol_ibpkey_query() local 168 high2 == high && in sepol_ibpkey_query()
|
D | ports.c | 195 int high2 = c->u.port.high_port; in sepol_port_exists() local 197 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists() 233 int high2 = c->u.port.high_port; in sepol_port_query() local 235 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 4764 uint64_t low2, high2; in define_iomem_context() local 4767 high2 = c->u.iomem.high_iomem; in define_iomem_context() 4768 if (low <= high2 && low2 <= high) { in define_iomem_context() 4771 low2, high2); in define_iomem_context() 4828 uint32_t low2, high2; in define_ioport_context() local 4831 high2 = c->u.ioport.high_ioport; in define_ioport_context() 4832 if (low <= high2 && low2 <= high) { in define_ioport_context() 4835 low2, high2); in define_ioport_context() 5021 unsigned int prot2, low2, high2; in define_port_context() local 5025 high2 = c->u.port.high_port; in define_port_context() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-08.ll | 31 ; Test a low1/high2 permute for v16i8. 44 ; Test a high2/low1 permute for v16i8.
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local 913 high2 = _mm_unpackhi_epi16(linef, lineh); 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()
|