gem5
v21.1.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 127 of file misc.hh.
References gem5::X86ISA::s, val, and gem5::RiscvISA::x.
|
inline |
Definition at line 155 of file misc.hh.
References gem5::X86ISA::s, and val.
uint16_t gem5::Float16::val |
Definition at line 121 of file misc.hh.
Referenced by Float16(), and operator float().