gem5 v24.0.0.0
|
#include <aapcs32.hh>
Public Member Functions | |
State (const ThreadContext *tc) | |
int | allocate (float, int count) |
int | allocate (double, int count) |
Public Member Functions inherited from gem5::Aapcs32::State | |
State (const ThreadContext *tc) | |
Public Attributes | |
bool | variadic =false |
std::array< bool, 16 > | s |
std::array< bool, 8 > | d |
Public Attributes inherited from gem5::Aapcs32::State | |
bool | stackUsed =false |
int | ncrn =0 |
Addr | nsaa |
Addr | retAddr =0 |
Additional Inherited Members | |
Static Public Attributes inherited from gem5::Aapcs32::State | |
static const int | MAX_CRN = 3 |
Definition at line 386 of file aapcs32.hh.
|
inlineexplicit |
Definition at line 395 of file aapcs32.hh.
|
inline |
Definition at line 424 of file aapcs32.hh.
References gem5::X86ISA::count, d, gem5::ArmISA::i, and s.
|
inline |
Definition at line 402 of file aapcs32.hh.
References gem5::X86ISA::count, d, gem5::ArmISA::i, and s.
std::array<bool, 8> gem5::Aapcs32Vfp::State::d |
Definition at line 393 of file aapcs32.hh.
Referenced by allocate(), allocate(), and State().
std::array<bool, 16> gem5::Aapcs32Vfp::State::s |
Definition at line 392 of file aapcs32.hh.
Referenced by allocate(), allocate(), and State().
bool gem5::Aapcs32Vfp::State::variadic =false |
Definition at line 388 of file aapcs32.hh.