#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[]) |
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().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 119 of file generate_mips_loadstore.c.
References loadstore(), and 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().