gem5  v22.1.0.0
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; \
Bitfield< 3, 0 > rm
Definition: types.hh:118

Definition at line 34 of file fp_inst.hh.


Generated on Wed Dec 21 2022 10:22:52 for gem5 by doxygen 1.9.1