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

#include <aapcs32.hh>

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

Public Member Functions

 State (const ThreadContext *tc)
 
int allocate (float, int count)
 
int allocate (double, int count)
 
- Public Member Functions inherited from gem5::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 gem5::Aapcs32::State
bool stackUsed =false
 
int ncrn =0
 
Addr nsaa
 
Addr retAddr =0
 

Additional Inherited Members

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

Detailed Description

Definition at line 387 of file aapcs32.hh.

Constructor & Destructor Documentation

◆ State()

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

Definition at line 396 of file aapcs32.hh.

References d, and s.

Member Function Documentation

◆ allocate() [1/2]

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

Definition at line 425 of file aapcs32.hh.

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

◆ allocate() [2/2]

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

Definition at line 403 of file aapcs32.hh.

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

Member Data Documentation

◆ d

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

Definition at line 394 of file aapcs32.hh.

Referenced by allocate(), and State().

◆ s

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

Definition at line 393 of file aapcs32.hh.

Referenced by allocate(), and State().

◆ variadic

bool gem5::Aapcs32Vfp::State::variadic =false

Definition at line 389 of file aapcs32.hh.


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

Generated on Wed Dec 21 2022 10:23:08 for gem5 by doxygen 1.9.1