generate_ppc_loadstore.c File Reference

Back to the index.

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

Go to the source code of this file.

Functions

void do_it (int mode)
 
int main (int argc, char *argv[])
 

Variables

char * sizechar [4] = { "b", "h", "w", "d" }
 
char * modes [2] = { "", "32" }
 

Function Documentation

◆ do_it()

void do_it ( int  mode)

Definition at line 36 of file generate_ppc_loadstore.c.

References load(), modes, and sizechar.

Referenced by main().

◆ main()

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

Definition at line 324 of file generate_ppc_loadstore.c.

References do_it().

Variable Documentation

◆ modes

char* modes[2] = { "", "32" }

Definition at line 33 of file generate_ppc_loadstore.c.

Referenced by do_it().

◆ sizechar

char* sizechar[4] = { "b", "h", "w", "d" }

Definition at line 32 of file generate_ppc_loadstore.c.

Referenced by do_it().


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