gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
Aapcs32Vfp::State Struct Reference

#include <aapcs32.hh>

Inheritance diagram for Aapcs32Vfp::State:
Aapcs32::State

Public Member Functions

 State (const ThreadContext *tc)
 
int allocate (float, int count)
 
int allocate (double, int count)
 
- Public Member Functions inherited from Aapcs32::State
 State (const ThreadContext *tc)
 

Public Attributes

bool variadic =false
 
std::array< bool, 16 > s
 
std::array< bool, 8 > d
 
- Public Attributes inherited from Aapcs32::State
bool stackUsed =false
 
int ncrn =0
 
Addr nsaa
 
Addr retAddr =0
 

Additional Inherited Members

- Static Public Attributes inherited from Aapcs32::State
static const int MAX_CRN = 3
 

Detailed Description

Definition at line 377 of file aapcs32.hh.

Constructor & Destructor Documentation

◆ State()

Aapcs32Vfp::State::State ( const ThreadContext tc)
inlineexplicit

Definition at line 386 of file aapcs32.hh.

References d, and s.

Member Function Documentation

◆ allocate() [1/2]

int Aapcs32Vfp::State::allocate ( double  ,
int  count 
)
inline

Definition at line 415 of file aapcs32.hh.

References X86ISA::count, d, ArmISA::i, ArmISA::j, and s.

◆ allocate() [2/2]

int Aapcs32Vfp::State::allocate ( float  ,
int  count 
)
inline

Member Data Documentation

◆ d

std::array<bool, 8> Aapcs32Vfp::State::d

Definition at line 384 of file aapcs32.hh.

Referenced by allocate(), and State().

◆ s

std::array<bool, 16> Aapcs32Vfp::State::s

Definition at line 383 of file aapcs32.hh.

Referenced by allocate(), and State().

◆ variadic

bool Aapcs32Vfp::State::variadic =false

The documentation for this struct was generated from the following file:

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