FP_FLAGS
if ((val & FP_FLAGS) == SF1_SUNW_FPUSED) {
if ((ofl->ofl_ocapset.oc_sf_1.cm_val & FP_FLAGS) == FP_FLAGS) {
if ((val & FP_FLAGS) != FP_FLAGS)
val &= ~FP_FLAGS;
ofl->ofl_ocapset.oc_sf_1.cm_val &= ~FP_FLAGS;
val &= ~FP_FLAGS;