TEMU  3.0
The Terma Emulator
ARM.h File Reference
#include <stdint.h>
#include "temu-c/Support/Objsys.h"
Include dependency graph for ARM.h:

Go to the source code of this file.

Data Structures

struct  temu_ARMCpuIface
 
struct  temu_ARMCoProcessorIface
 

Macros

#define TEMU_ARM_CPU_IFACE_TYPE   "ARMCpu"
 
#define TEMU_ARM_COPROC_IFACE_TYPE   "ARMCoProcessor"
 

Enumerations

enum  temu_ARMMode {
  teARM_Usr, teARM_Fiq, teARM_Irq, teARM_Svc,
  teARM_Mon, teARM_Abt, teARM_Hyp, teARM_Und,
  teARM_Sys
}
 
enum  temu_ARMExecMode { teARM_ARM, teARM_Thumb, teARM_Jazelle, teARM_ThumbEE }
 

Functions

 TEMU_IFACE_REFERENCE_TYPE (temu_ARMCpu)
 
 TEMU_IFACE_REFERENCE_TYPE (temu_ARMCoProcessor)
 

Macro Definition Documentation

◆ TEMU_ARM_COPROC_IFACE_TYPE

#define TEMU_ARM_COPROC_IFACE_TYPE   "ARMCoProcessor"

◆ TEMU_ARM_CPU_IFACE_TYPE

#define TEMU_ARM_CPU_IFACE_TYPE   "ARMCpu"

Enumeration Type Documentation

◆ temu_ARMExecMode

Enumerator
teARM_ARM 
teARM_Thumb 
teARM_Jazelle 
teARM_ThumbEE 

◆ temu_ARMMode

Enumerator
teARM_Usr 
teARM_Fiq 
teARM_Irq 
teARM_Svc 
teARM_Mon 
teARM_Abt 
teARM_Hyp 
teARM_Und 
teARM_Sys 

Function Documentation

◆ TEMU_IFACE_REFERENCE_TYPE() [1/2]

TEMU_IFACE_REFERENCE_TYPE ( temu_ARMCpu  )

◆ TEMU_IFACE_REFERENCE_TYPE() [2/2]

TEMU_IFACE_REFERENCE_TYPE ( temu_ARMCoProcessor  )