DyntransIC Struct Reference

Back to the index.

Public Attributes | List of all members
DyntransIC Struct Reference

A dyntrans instruction call. More...

#include <CPUDyntransComponent.h>

Public Attributes

void(* f )(CPUDyntransComponent *, DyntransIC *)
 
union {
   void *   p
 
   uint32_t   u32
 
arg [N_DYNTRANS_IC_ARGS]
 

Detailed Description

A dyntrans instruction call.

f points to a function to be executed. arg[] contains arguments, such as pointers to registers, or immediate values.

Definition at line 50 of file CPUDyntransComponent.h.

Member Data Documentation

◆ arg

union { ... } DyntransIC::arg[N_DYNTRANS_IC_ARGS]

◆ f

void(* DyntransIC::f) (CPUDyntransComponent *, DyntransIC *)

◆ p

void* DyntransIC::p

Definition at line 55 of file CPUDyntransComponent.h.

Referenced by DYNTRANS_INSTR(), and MIPS_CPUComponent::GetAttribute().

◆ u32

uint32_t DyntransIC::u32

Definition at line 56 of file CPUDyntransComponent.h.

Referenced by DYNTRANS_INSTR(), and MIPS_CPUComponent::GetAttribute().


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

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13