gem5 v24.0.0.0
Loading...
Searching...
No Matches
fp_inst.hh File Reference

Go to the source code of this file.

Macros

#define RM_REQUIRED
 

Macro Definition Documentation

◆ RM_REQUIRED

#define 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.


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0