gem5
|
#include <cmath>
#include <cstdint>
#include "base/types.hh"
#include "cpu/static_inst.hh"
#include "cpu/thread_context.hh"
Go to the source code of this file.
Namespaces | |
RiscvISA | |
Functions | |
template<typename T > | |
bool | RiscvISA::isquietnan (T val) |
template<> | |
bool | RiscvISA::isquietnan< float > (float val) |
template<> | |
bool | RiscvISA::isquietnan< double > (double val) |
template<typename T > | |
bool | RiscvISA::issignalingnan (T val) |
template<> | |
bool | RiscvISA::issignalingnan< float > (float val) |
template<> | |
bool | RiscvISA::issignalingnan< double > (double val) |
PCState | RiscvISA::buildRetPC (const PCState &curPC, const PCState &callPC) |
uint64_t | RiscvISA::getArgument (ThreadContext *tc, int &number, uint16_t size, bool fp) |
void | RiscvISA::startupCPU (ThreadContext *tc, int cpuId) |
void | RiscvISA::copyRegs (ThreadContext *src, ThreadContext *dest) |
void | RiscvISA::skipFunction (ThreadContext *tc) |
void | RiscvISA::advancePC (PCState &pc, const StaticInstPtr &inst) |
static bool | RiscvISA::inUserMode (ThreadContext *tc) |
uint64_t | RiscvISA::getExecutingAsid (ThreadContext *tc) |
void | RiscvISA::initCPU (ThreadContext *, int cpuId) |