Go to the source code of this file.
◆ RM_REQUIRED
Value: uint_fast8_t rm = ROUND_MODE; \
uint_fast8_t frm = xc->readMiscReg(MISCREG_FRM); \
if (rm == 7) \
rm = frm; \
if (rm > 4) \
return std::make_shared<IllegalInstFault>("RM fault", machInst);\
softfloat_roundingMode = rm; \
Definition at line 34 of file fp_inst.hh.