FLT_EXP_BIAS
exp = ((fval >> 23) & 0xff) - FLT_EXP_BIAS - FLT_MANT_BIAS;
FIELD_PREP(FLT_EXP_MASK, exp + FLT_EXP_BIAS) |