|
static constexpr uint16_t | gem5::RiscvISA::unboxF16 (uint64_t v) |
|
static constexpr uint32_t | gem5::RiscvISA::unboxF32 (uint64_t v) |
|
static constexpr uint64_t | gem5::RiscvISA::boxF16 (uint16_t v) |
|
static constexpr uint64_t | gem5::RiscvISA::boxF32 (uint32_t v) |
|
static constexpr float16_t | gem5::RiscvISA::f16 (uint16_t v) |
|
static constexpr float32_t | gem5::RiscvISA::f32 (uint32_t v) |
|
static constexpr float64_t | gem5::RiscvISA::f64 (uint64_t v) |
|
static constexpr float16_t | gem5::RiscvISA::f16 (freg_t r) |
|
static constexpr float32_t | gem5::RiscvISA::f32 (freg_t r) |
|
static constexpr float64_t | gem5::RiscvISA::f64 (freg_t r) |
|
static constexpr freg_t | gem5::RiscvISA::freg (float16_t f) |
|
static constexpr freg_t | gem5::RiscvISA::freg (float32_t f) |
|
static constexpr freg_t | gem5::RiscvISA::freg (float64_t f) |
|
static constexpr freg_t | gem5::RiscvISA::freg (uint_fast64_t f) |
|
constexpr RegClass | gem5::RiscvISA::floatRegClass (FloatRegClass, FloatRegClassName, float_reg::NumRegs, debug::FloatRegs) |
|
float16_t | gem5::RiscvISA::fsgnj16 (float16_t a, float16_t b, bool n, bool x) |
|
float32_t | gem5::RiscvISA::fsgnj32 (float32_t a, float32_t b, bool n, bool x) |
|
float64_t | gem5::RiscvISA::fsgnj64 (float64_t a, float64_t b, bool n, bool x) |
|