gem5  v20.1.0.0
Classes | Namespaces | Typedefs
aapcs32.hh File Reference
#include <algorithm>
#include <array>
#include <type_traits>
#include <utility>
#include "arch/arm/intregs.hh"
#include "arch/arm/utility.hh"
#include "base/intmath.hh"
#include "cpu/thread_context.hh"
#include "mem/port_proxy.hh"
#include "sim/guest_abi.hh"
#include "sim/proxy_ptr.hh"

Go to the source code of this file.

Classes

struct  Aapcs32
 
struct  Aapcs32::State
 
struct  GuestABI::IsAapcs32Composite< T, Enabled >
 
struct  GuestABI::IsAapcs32Composite< T, typename std::enable_if<(std::is_array< T >::value||std::is_class< T >::value||std::is_union< T >::value) &&!IsVarArgs< T >::value >::type >
 
struct  GuestABI::IsAapcs32HomogeneousAggregate< T >
 
struct  GuestABI::IsAapcs32HomogeneousAggregate< E[N]>
 
struct  GuestABI::Aapcs32ArgumentBase
 
struct  GuestABI::enable_if< std::is_integral< Integer >::value &&(sizeof(Integer)< sizeof(uint32_t)) >::type >
 
struct  GuestABI::Result< Aapcs32, Integer, typename std::enable_if< std::is_integral< Integer >::value &&(sizeof(Integer)==sizeof(uint32_t)) >::type >
 
struct  GuestABI::Result< Aapcs32, Integer, typename std::enable_if< std::is_integral< Integer >::value &&(sizeof(Integer)==sizeof(uint64_t)) >::type >
 
struct  GuestABI::enable_if< std::is_integral< Integer >::value &&(sizeof(Integer)<=sizeof(uint32_t)) >::type >
 
struct  GuestABI::Argument< ABI, Arg, Enabled >::type >< Integer >
 
struct  GuestABI::Result< Aapcs32, Float, typename std::enable_if< std::is_floating_point< Float >::value >::type >
 
struct  GuestABI::Argument< Aapcs32, Float, typename std::enable_if< std::is_floating_point< Float >::value >::type >
 
struct  GuestABI::Result< Aapcs32, Composite, typename std::enable_if< IsAapcs32Composite< Composite >::value >::type >
 
struct  GuestABI::Argument< Aapcs32, Composite, typename std::enable_if< IsAapcs32Composite< Composite >::value >::type >
 
struct  Aapcs32Vfp
 
struct  Aapcs32Vfp::State
 
struct  GuestABI::Result< Aapcs32Vfp, Integer, typename std::enable_if< std::is_integral< Integer >::value >::type >
 
struct  GuestABI::Argument< Aapcs32Vfp, Integer, typename std::enable_if< std::is_integral< Integer >::value >::type >
 
struct  GuestABI::Result< Aapcs32Vfp, Float, typename std::enable_if< std::is_floating_point< Float >::value >::type >
 
struct  GuestABI::Argument< Aapcs32Vfp, Float, typename std::enable_if< std::is_floating_point< Float >::value >::type >
 
struct  GuestABI::Result< Aapcs32Vfp, Composite, typename std::enable_if< IsAapcs32Composite< Composite >::value &&!IsAapcs32HomogeneousAggregate< Composite >::value >::type >
 
struct  GuestABI::Argument< Aapcs32Vfp, Composite, typename std::enable_if< IsAapcs32Composite< Composite >::value &&!IsAapcs32HomogeneousAggregate< Composite >::value >::type >
 
struct  GuestABI::Aapcs32ArrayType< T >
 
struct  GuestABI::Aapcs32ArrayType< E[N]>
 
struct  GuestABI::Argument< Aapcs32Vfp, HA, typename std::enable_if< IsAapcs32HomogeneousAggregate< HA >::value >::type >
 
struct  GuestABI::Result< Aapcs32Vfp, HA, typename std::enable_if< IsAapcs32HomogeneousAggregate< HA >::value >::type >
 
struct  GuestABI::Argument< Aapcs32Vfp, VarArgs< Types... > >
 

Namespaces

 GuestABI
 

Typedefs

template<typename T , std::size_t count, typename Enabled = void>
using GuestABI::Aapcs32HomogeneousAggregate = T[count]
 

Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17