generate_arm_dpi.c File Reference

Back to the index.

Functions | Variables
generate_arm_dpi.c File Reference
#include <stdio.h>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

char * cond [16]
 
char * op [16]
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 57 of file generate_arm_dpi.c.

References cond, op, and reg.

Variable Documentation

◆ cond

char* cond[16]
Initial value:
= {
"eq", "ne", "cs", "cc", "mi", "pl", "vs", "vc",
"hi", "ls", "ge", "lt", "gt", "le", "", "" }

Definition at line 30 of file generate_arm_dpi.c.

Referenced by DYNTRANS_INSTR(), MIPS_CPUComponent::GetAttribute(), main(), maple_do_dma_xfer(), and X().

◆ op

char* op[16]
Initial value:
= {
"and", "eor", "sub", "rsb", "add", "adc", "sbc", "rsc",
"tst", "teq", "cmp", "cmn", "orr", "mov", "bic", "mvn" }

Definition at line 34 of file generate_arm_dpi.c.

Referenced by coproc_function(), debugger_parse_expression(), draw_primitive(), DYNTRANS_INSTR(), MIPS_CPUComponent::GetAttribute(), main(), and X().


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