Searched refs:P_SUBNORMAL (Results 1 – 5 of 5) sorted by relevance
364 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
118 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
8342 SIInstrFlags::P_SUBNORMAL | in performAndCombine()9905 SIInstrFlags::P_SUBNORMAL; in performSetCCCombine()
3520 P_SUBNORMAL = 1 << 7, // Positive subnormal in visitCallInst() enumerator3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()3600 ((Mask & P_SUBNORMAL) && Val.isDenormal() && !Val.isNegative()) || in visitCallInst()
346 args[1] = LLVMConstInt(ctx->i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()