TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
temu_CpuInfo Struct Reference

#include <temu-c/Target/Cpu.h>

Collaboration diagram for temu_CpuInfo:

Data Fields

const char * ArchName
 
const char * ModelName
 
unsigned VASize
 
unsigned PASize
 
unsigned VATypeSize
 
unsigned PATypeSize
 
unsigned GPRCount
 
unsigned FPRCount
 
temu_Endian InstructionEndianess
 
temu_Endian DataEndianess
 
unsigned NumInstructionSets
 

Detailed Description

Definition at line 60 of file Cpu.h.

Field Documentation

const char* temu_CpuInfo::ArchName

Definition at line 61 of file Cpu.h.

temu_Endian temu_CpuInfo::DataEndianess

Definition at line 73 of file Cpu.h.

unsigned temu_CpuInfo::FPRCount

Definition at line 70 of file Cpu.h.

unsigned temu_CpuInfo::GPRCount

Definition at line 69 of file Cpu.h.

temu_Endian temu_CpuInfo::InstructionEndianess

Definition at line 72 of file Cpu.h.

const char* temu_CpuInfo::ModelName

Definition at line 62 of file Cpu.h.

unsigned temu_CpuInfo::NumInstructionSets

Definition at line 75 of file Cpu.h.

unsigned temu_CpuInfo::PASize

Definition at line 65 of file Cpu.h.

unsigned temu_CpuInfo::PATypeSize

Definition at line 67 of file Cpu.h.

unsigned temu_CpuInfo::VASize

Definition at line 64 of file Cpu.h.

unsigned temu_CpuInfo::VATypeSize

Definition at line 66 of file Cpu.h.


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