Home
last modified time | relevance | path

Searched refs:P_SUBNORMAL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dsid.h364 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h118 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
DSIISelLowering.cpp8342 SIInstrFlags::P_SUBNORMAL | in performAndCombine()
9905 SIInstrFlags::P_SUBNORMAL; in performSetCCCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3520 P_SUBNORMAL = 1 << 7, // Positive subnormal in visitCallInst() enumerator
3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()
3600 ((Mask & P_SUBNORMAL) && Val.isDenormal() && !Val.isNegative()) || in visitCallInst()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c346 args[1] = LLVMConstInt(ctx->i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()