float_get_round
#define float_get_round(fpcr) (((fpcr) >> FPCR_RD_SHIFT) & FPCR_RD_MASK)
#define float_get_round(csr) (csr & FPCSR_RM_MASK)