Searched refs:N_SUBNORMAL (Results 1 – 10 of 10) sorted by relevance
79 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
2552 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
328 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
262 N_SUBNORMAL = 1 << 4, // Negative subnormal in instCombineIntrinsic() enumerator271 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | in instCombineIntrinsic()349 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) || in instCombineIntrinsic()
119 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
9053 SIInstrFlags::N_SUBNORMAL | in performAndCombine()10657 SIInstrFlags::N_SUBNORMAL | in performSetCCCombine()
115 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
8339 SIInstrFlags::N_SUBNORMAL | in performAndCombine()9904 SIInstrFlags::N_SUBNORMAL | in performSetCCCombine()
3517 N_SUBNORMAL = 1 << 4, // Negative subnormal in visitCallInst() enumerator3526 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()3597 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) || in visitCallInst()
340 args[1] = LLVMConstInt(ctx->i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()