gem5
v20.1.0.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 47 of file aapcs64.hh.
|
inlineexplicit |
Definition at line 58 of file aapcs64.hh.
|
static |
Definition at line 54 of file aapcs64.hh.
Referenced by GuestABI::enable_if< std::is_integral< Integer >::value &&(sizeof(Integer)<=8) >::type >::get(), GuestABI::Argument< ABI, Arg, Enabled >::type >< Integer >::get(), and GuestABI::Argument< Aapcs64, Composite, typename std::enable_if< IsAapcs64Composite< Composite >::value &&!IsAapcs64Hxa< Composite >::value >::type >::get().
|
static |
Definition at line 56 of file aapcs64.hh.
Referenced by GuestABI::Argument< Aapcs64, HA, typename std::enable_if< IsAapcs64Hxa< HA >::value >::type >::get().
int Aapcs64::State::ngrn =0 |
Definition at line 49 of file aapcs64.hh.
Referenced by GuestABI::enable_if< std::is_integral< Integer >::value &&(sizeof(Integer)<=8) >::type >::get(), GuestABI::Argument< ABI, Arg, Enabled >::type >< Integer >::get(), and GuestABI::Argument< Aapcs64, Composite, typename std::enable_if< IsAapcs64Composite< Composite >::value &&!IsAapcs64Hxa< Composite >::value >::type >::get().
Addr Aapcs64::State::nsaa |
Definition at line 51 of file aapcs64.hh.
int Aapcs64::State::nsrn =0 |
Definition at line 50 of file aapcs64.hh.
Referenced by GuestABI::Argument< Aapcs64, HA, typename std::enable_if< IsAapcs64Hxa< HA >::value >::type >::get().