gem5
v21.0.1.0
|
#include <aapcs32.hh>
Public Member Functions | |
State (const ThreadContext *tc) | |
int | allocate (float, int count) |
int | allocate (double, int count) |
![]() | |
State (const ThreadContext *tc) | |
Public Attributes | |
bool | variadic =false |
std::array< bool, 16 > | s |
std::array< bool, 8 > | d |
![]() | |
bool | stackUsed =false |
int | ncrn =0 |
Addr | nsaa |
Addr | retAddr =0 |
Additional Inherited Members | |
![]() | |
static const int | MAX_CRN = 3 |
Definition at line 367 of file aapcs32.hh.
|
inlineexplicit |
Definition at line 376 of file aapcs32.hh.
|
inline |
Definition at line 405 of file aapcs32.hh.
References X86ISA::count, d, ArmISA::i, ArmISA::j, and s.
|
inline |
Definition at line 383 of file aapcs32.hh.
References X86ISA::count, d, ArmISA::i, ArmISA::j, and s.
Referenced by GuestABI::Argument< Aapcs32Vfp, Float, typename std::enable_if_t< std::is_floating_point< Float >::value > >::get(), and GuestABI::Argument< Aapcs32Vfp, HA, typename std::enable_if_t< IsAapcs32HomogeneousAggregate< HA >::value > >::get().
std::array<bool, 8> Aapcs32Vfp::State::d |
Definition at line 374 of file aapcs32.hh.
Referenced by allocate(), and State().
std::array<bool, 16> Aapcs32Vfp::State::s |
Definition at line 373 of file aapcs32.hh.
Referenced by allocate(), and State().
bool Aapcs32Vfp::State::variadic =false |
Definition at line 369 of file aapcs32.hh.
Referenced by GuestABI::Argument< Aapcs32Vfp, Float, typename std::enable_if_t< std::is_floating_point< Float >::value > >::get(), GuestABI::Argument< Aapcs32Vfp, VarArgs< Types... > >::get(), GuestABI::Result< Aapcs32Vfp, Float, typename std::enable_if_t< std::is_floating_point< Float >::value > >::store(), GuestABI::Argument< Aapcs32Vfp, HA, typename std::enable_if_t< IsAapcs32HomogeneousAggregate< HA >::value > >::useBaseABI(), and GuestABI::Result< Aapcs32Vfp, HA, typename std::enable_if_t< IsAapcs32HomogeneousAggregate< HA >::value > >::useBaseABI().