gem5
v21.2.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 52 of file aapcs64.hh.
|
inlineexplicit |
Definition at line 63 of file aapcs64.hh.
|
static |
Definition at line 59 of file aapcs64.hh.
Referenced by gem5::guest_abi::enable_if_t< std::is_integral_v< Integer > &&(sizeof(Integer)<=8)> >::get(), and gem5::guest_abi::Argument< Aapcs64, Composite, typename std::enable_if_t< IsAapcs64CompositeV< Composite > &&!IsAapcs64HxaV< Composite > > >::get().
|
static |
Definition at line 61 of file aapcs64.hh.
Referenced by gem5::guest_abi::Argument< Aapcs64, HA, typename std::enable_if_t< IsAapcs64HxaV< HA > > >::get().
int gem5::Aapcs64::State::ngrn =0 |
Definition at line 54 of file aapcs64.hh.
Referenced by gem5::guest_abi::enable_if_t< std::is_integral_v< Integer > &&(sizeof(Integer)<=8)> >::get(), and gem5::guest_abi::Argument< Aapcs64, Composite, typename std::enable_if_t< IsAapcs64CompositeV< Composite > &&!IsAapcs64HxaV< Composite > > >::get().
Addr gem5::Aapcs64::State::nsaa |
Definition at line 56 of file aapcs64.hh.
int gem5::Aapcs64::State::nsrn =0 |
Definition at line 55 of file aapcs64.hh.
Referenced by gem5::guest_abi::Argument< Aapcs64, HA, typename std::enable_if_t< IsAapcs64HxaV< HA > > >::get().