Searched refs:P_SUBNORMAL (Results 1 – 10 of 10) sorted by relevance
82 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
2555 SIInstrFlags::P_SUBNORMAL | in performAndCombine()
331 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
265 P_SUBNORMAL = 1 << 7, // Positive subnormal in instCombineIntrinsic() enumerator271 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | in instCombineIntrinsic()352 ((Mask & P_SUBNORMAL) && Val.isDenormal() && !Val.isNegative()) || in instCombineIntrinsic()
122 P_SUBNORMAL = 1 << 7, // Positive subnormal enumerator
9056 SIInstrFlags::P_SUBNORMAL | in performAndCombine()10658 SIInstrFlags::P_SUBNORMAL; in performSetCCCombine()
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()
340 args[1] = LLVMConstInt(ctx->i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()