gem5
v21.0.1.0
|
#include <aapcs64.hh>
Public Member Functions | |
State (const ThreadContext *tc) | |
Public Attributes | |
int | ngrn =0 |
int | nsrn =0 |
Addr | nsaa |
Static Public Attributes | |
static const int | MAX_GRN = 7 |
static const int | MAX_SRN = 7 |
Definition at line 49 of file aapcs64.hh.
|
inlineexplicit |
Definition at line 60 of file aapcs64.hh.
|
static |
Definition at line 56 of file aapcs64.hh.
Referenced by GuestABI::enable_if_t< std::is_integral< Integer >::value &&(sizeof(Integer)<=8)> >::get(), and GuestABI::Argument< Aapcs64, Composite, typename std::enable_if_t< IsAapcs64Composite< Composite >::value &&!IsAapcs64Hxa< Composite >::value > >::get().
|
static |
Definition at line 58 of file aapcs64.hh.
Referenced by GuestABI::Argument< Aapcs64, HA, typename std::enable_if_t< IsAapcs64Hxa< HA >::value > >::get().
int Aapcs64::State::ngrn =0 |
Definition at line 51 of file aapcs64.hh.
Referenced by GuestABI::enable_if_t< std::is_integral< Integer >::value &&(sizeof(Integer)<=8)> >::get(), and GuestABI::Argument< Aapcs64, Composite, typename std::enable_if_t< IsAapcs64Composite< Composite >::value &&!IsAapcs64Hxa< Composite >::value > >::get().
Addr Aapcs64::State::nsaa |
Definition at line 53 of file aapcs64.hh.
int Aapcs64::State::nsrn =0 |
Definition at line 52 of file aapcs64.hh.
Referenced by GuestABI::Argument< Aapcs64, HA, typename std::enable_if_t< IsAapcs64Hxa< HA >::value > >::get().