/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | window32_w32.c | 32 int16_t x_low, x_hi, y_low, y_hi; in WebRtcIlbcfix_Window32W32() local 46 y_hi = (int16_t)(y[i] >> 16); in WebRtcIlbcfix_Window32W32() 51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1); in WebRtcIlbcfix_Window32W32() 54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14); in WebRtcIlbcfix_Window32W32() 56 z[i] = temp + ((x_low * y_hi) >> 14); in WebRtcIlbcfix_Window32W32()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 115 nir_ssa_def *y_hi = nir_unpack_64_2x32_split_y(b, y); in lower_bcsel64() local 118 nir_bcsel(b, cond, x_hi, y_hi)); in lower_bcsel64() 136 nir_ssa_def *y_hi = nir_unpack_64_2x32_split_y(b, y); in lower_iand64() local 139 nir_iand(b, x_hi, y_hi)); in lower_iand64() 148 nir_ssa_def *y_hi = nir_unpack_64_2x32_split_y(b, y); in lower_ior64() local 151 nir_ior(b, x_hi, y_hi)); in lower_ior64() 160 nir_ssa_def *y_hi = nir_unpack_64_2x32_split_y(b, y); in lower_ixor64() local 163 nir_ixor(b, x_hi, y_hi)); in lower_ixor64() 301 nir_ssa_def *y_hi = nir_unpack_64_2x32_split_y(b, y); in lower_iadd64() local 305 nir_ssa_def *res_hi = nir_iadd(b, carry, nir_iadd(b, x_hi, y_hi)); in lower_iadd64() [all …]
|
/external/llvm-project/libclc/generic/lib/integer/ |
D | mul_hi.cl | 24 long y_hi = y >> 32; 28 f = x_hi * y_hi; 30 i = x_lo * y_hi; 52 ulong y_hi = y >> 32; 56 f = x_hi * y_hi; 58 i = x_lo * y_hi;
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | unfold-masked-merge-scalar-variablemask.ll | 206 define i32 @in_complex_y0(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) { 214 %y = and i32 %y_hi, %y_low 220 define i32 @in_complex_y1(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) { 228 %y = and i32 %y_hi, %y_low 268 define i32 @in_complex_y0_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) { 277 %y = and i32 %y_hi, %y_low 284 define i32 @in_complex_y1_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) { 293 %y = and i32 %y_hi, %y_low 300 define i32 @in_complex_y0_m1(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) { 309 %y = and i32 %y_hi, %y_low [all …]
|
D | unfold-masked-merge-scalar-constmask-lowhigh.ll | 159 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 167 %y = and i32 %y_hi, %y_low 174 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 182 %y = and i32 %y_hi, %y_low
|
D | unfold-masked-merge-scalar-constmask-innerouter.ll | 164 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 172 %y = and i32 %y_hi, %y_low 179 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 187 %y = and i32 %y_hi, %y_low
|
D | unfold-masked-merge-scalar-constmask-interleavedbits.ll | 170 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 178 %y = and i32 %y_hi, %y_low 185 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 193 %y = and i32 %y_hi, %y_low
|
D | unfold-masked-merge-scalar-constmask-interleavedbytehalves.ll | 166 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 174 %y = and i32 %y_hi, %y_low 181 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 189 %y = and i32 %y_hi, %y_low
|
/external/XNNPACK/src/qs8-requantization/ |
D | q31-wasmsimd.c | 75 const v128_t y_hi = wasm_v32x4_shuffle(y, y_sign, 2, 6, 3, 7); in xnn_qs8_requantize_q31__wasmsimd() local 85 … const v128_t y_product_hi = wasm_i64x2_add(wasm_i64x2_mul(y_hi, vmultiplier), vtwice_q31rounding); in xnn_qs8_requantize_q31__wasmsimd()
|
/external/XNNPACK/src/qu8-requantization/ |
D | q31-wasmsimd.c | 75 const v128_t y_hi = wasm_v32x4_shuffle(y, y_sign, 2, 6, 3, 7); in xnn_qu8_requantize_q31__wasmsimd() local 85 … const v128_t y_product_hi = wasm_i64x2_add(wasm_i64x2_mul(y_hi, vmultiplier), vtwice_q31rounding); in xnn_qu8_requantize_q31__wasmsimd()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | unfold-masked-merge-scalar-variablemask.ll | 340 define i32 @in_complex_y0(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) { 357 %y = and i32 %y_hi, %y_low 363 define i32 @in_complex_y1(i32 %x, i32 %y_hi, i32 %y_low, i32 %mask) { 380 %y = and i32 %y_hi, %y_low 438 define i32 @in_complex_y0_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) { 457 %y = and i32 %y_hi, %y_low 464 define i32 @in_complex_y1_m0(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) { 483 %y = and i32 %y_hi, %y_low 490 define i32 @in_complex_y0_m1(i32 %x, i32 %y_hi, i32 %y_low, i32 %m_a, i32 %m_b) { 509 %y = and i32 %y_hi, %y_low [all …]
|
D | unfold-masked-merge-scalar-constmask-lowhigh.ll | 258 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 274 %y = and i32 %y_hi, %y_low 281 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 297 %y = and i32 %y_hi, %y_low
|
D | unfold-masked-merge-scalar-constmask-innerouter.ll | 280 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 298 %y = and i32 %y_hi, %y_low 305 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 323 %y = and i32 %y_hi, %y_low
|
D | unfold-masked-merge-scalar-constmask-interleavedbytehalves.ll | 280 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 298 %y = and i32 %y_hi, %y_low 305 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 323 %y = and i32 %y_hi, %y_low
|
D | unfold-masked-merge-scalar-constmask-interleavedbits.ll | 280 define i32 @in_complex_y0_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 298 %y = and i32 %y_hi, %y_low 305 define i32 @in_complex_y1_constmask(i32 %x, i32 %y_hi, i32 %y_low) { 323 %y = and i32 %y_hi, %y_low
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 3283 double y_hi = yhi; in reference_cbrtl() local 3287 MulDD(&ylog2x_hi, &ylog2x_lo, log2x_hi, log2x_lo, y_hi, y_lo); in reference_cbrtl() 4635 double y_hi = (double)y; in reference_powl() local 4636 double y_lo = (double)(y - (long double)y_hi); in reference_powl() 4642 y_hi = reference_ldexp(y_hi, -53); in reference_powl() 4645 MulDD(&ylog2x_hi, &ylog2x_lo, log2x_hi, log2x_lo, y_hi, y_lo); in reference_powl()
|