Searched refs:N_SUBNORMAL (Results 1 – 7 of 7) sorted by relevance
79 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
2552 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
101 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
6458 SIInstrFlags::N_SUBNORMAL | in performAndCombine()
3239 N_SUBNORMAL = 1 << 4, // Negative subnormal in visitCallInst() enumerator3248 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; in visitCallInst()3303 ((Mask & N_SUBNORMAL) && Val.isDenormal() && Val.isNegative()) || in visitCallInst()
9145 N_SUBNORMAL = 1 << 4, // Negative subnormal enumerator
1498 args[1] = LLVMConstInt(ctx->ac.i32, N_SUBNORMAL | P_SUBNORMAL, false); in emit_f2f16()