gem5  v20.0.0.3
Public Attributes | List of all members
KvmFPReg Union Reference

Public Attributes

union {
   uint32_t   i
 
   float   f
 
s [4]
 
union {
   uint64_t   i
 
   double   f
 
d [2]
 
uint8_t data [32]
 

Detailed Description

Definition at line 82 of file armv8_cpu.cc.

Member Data Documentation

◆ d

union { ... } KvmFPReg::d[2]

◆ data

uint8_t KvmFPReg::data[32]

Definition at line 93 of file armv8_cpu.cc.

Referenced by ArmV8KvmCPU::updateKvmState(), and ArmV8KvmCPU::updateThreadContext().

◆ f [1/2]

float KvmFPReg::f

Definition at line 85 of file armv8_cpu.cc.

◆ f [2/2]

double KvmFPReg::f

Definition at line 90 of file armv8_cpu.cc.

◆ i [1/2]

uint32_t KvmFPReg::i

Definition at line 84 of file armv8_cpu.cc.

Referenced by ArmV8KvmCPU::updateKvmState(), and ArmV8KvmCPU::updateThreadContext().

◆ i [2/2]

uint64_t KvmFPReg::i

Definition at line 89 of file armv8_cpu.cc.

◆ s

union { ... } KvmFPReg::s[4]

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

Generated on Fri Jul 3 2020 15:53:16 for gem5 by doxygen 1.8.13