Searched refs:zero_mask (Results 1 – 11 of 11) sorted by relevance
/external/FP16/include/fp16/ |
D | fp16.h | 85 const int32_t zero_mask = (int32_t) (nonsign - 1) >> 31; in fp16_ieee_to_fp32_bits() local 98 …| ((((nonsign << renorm_shift >> 3) + ((0x70 - renorm_shift) << 23)) | inf_nan_mask) & ~zero_mask); in fp16_ieee_to_fp32_bits() 306 const int32_t zero_mask = (int32_t) (nonsign - 1) >> 31; in fp16_alt_to_fp32_bits() local 318 return sign | (((nonsign << renorm_shift >> 3) + ((0x70 - renorm_shift) << 23)) & ~zero_mask); in fp16_alt_to_fp32_bits()
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | MathFunctions.h | 409 Packet8f zero_mask = _mm256_andnot_ps(neg_mask, le_zero_mask); variable 411 _mm256_and_ps(zero_mask, p8f_inf));
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 356 unsigned zero_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ZERO) << 0 | in emit_swz() local 377 if (zero_mask == 0 && in emit_swz() 404 else if (zero_mask & bit) { in emit_swz()
|
/external/minijail/ |
D | system_unittest.cc | 125 TEST(secure_noroot_set_and_locked, zero_mask) { in TEST() argument
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 500 Packet4f zero_mask = _mm_andnot_ps(neg_mask, le_zero_mask); variable 502 _mm_and_ps(zero_mask, p4f_inf));
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 806 int zero_mask = 0xf & ~coord_mask; in emit_mcs_fetch() local 811 emit(MOV(dst_reg(MRF, param_base, coordinate_type, zero_mask), in emit_mcs_fetch() 907 int zero_mask = 0xf & ~coord_mask; in emit_texture() local 913 if (zero_mask != 0) { in emit_texture() 914 emit(MOV(dst_reg(MRF, param_base, coordinate.type, zero_mask), in emit_texture()
|
/external/libchromeos-rs/src/sync/ |
D | mu.rs | 261 async fn lock_slow<K: Kind>(&self, mut clear: usize, zero_mask: usize) { in lock_slow() 262 let mut zero_to_acquire = K::zero_to_acquire() & !zero_mask; in lock_slow()
|
/external/crosvm/cros_async/src/sync/ |
D | mu.rs | 259 async fn lock_slow<K: Kind>(&self, mut clear: usize, zero_mask: usize) { in lock_slow() 260 let mut zero_to_acquire = K::zero_to_acquire() & !zero_mask; in lock_slow()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | masked_store.ll | 5355 define void @zero_mask(<2 x double>* %addr, <2 x double> %val) { 5356 ; SSE-LABEL: zero_mask: 5360 ; AVX-LABEL: zero_mask: 5364 ; X86-AVX512-LABEL: zero_mask:
|
D | masked_load.ll | 7318 define <2 x double> @zero_mask(<2 x double>* %addr, <2 x double> %dst) { 7319 ; SSE-LABEL: zero_mask: 7323 ; AVX-LABEL: zero_mask: 7327 ; X86-AVX512-LABEL: zero_mask:
|
D | masked_gather_scatter.ll | 3138 define void @zero_mask(<2 x double>%a1, <2 x double*> %ptr) { 3139 ; ALL-LABEL: zero_mask:
|