FP_X_MASK
return (old & FP_X_MASK);
new = old & ~(FP_X_MASK);
return (old & FP_X_MASK);
new = old & ~(FP_X_MASK);
new |= (except & FP_X_MASK);
return (old & FP_X_MASK);