gem5 v24.1.0.1
Loading...
Searching...
No Matches
Macros
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 Mon Jan 13 2025 04:28:45 for gem5 by doxygen 1.9.8