gem5 v24.0.0.0
|
#include <misc.hh>
Public Member Functions | |
Float16 () | |
Float16 (const Float16 &x) | |
Float16 (float x) | |
operator float () const | |
Public Attributes | |
uint16_t | val |
|
inline |
Definition at line 125 of file misc.hh.
References gem5::ArmISA::s, val, and gem5::RiscvISA::x.
|
inline |
Definition at line 153 of file misc.hh.
References gem5::ArmISA::s, and val.
uint16_t gem5::Float16::val |
Definition at line 119 of file misc.hh.
Referenced by Float16(), Float16(), and operator float().