generate_mips_loadstore.c File Reference

Back to the index.

Functions
generate_mips_loadstore.c File Reference
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Functions

void print_function_name (int store, int size, int signedness, int endianness)
 
void loadstore (int mode32, int store, int size, int signedness, int endianness)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ loadstore()

void loadstore ( int  mode32,
int  store,
int  size,
int  signedness,
int  endianness 
)

Definition at line 54 of file generate_mips_loadstore.c.

References print_function_name().

Referenced by main().

◆ main()

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

Definition at line 119 of file generate_mips_loadstore.c.

References loadstore(), and print_function_name().

◆ print_function_name()

void print_function_name ( int  store,
int  size,
int  signedness,
int  endianness 
)

Definition at line 32 of file generate_mips_loadstore.c.

Referenced by loadstore(), and main().


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