#include <stdio.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | M88K_LOADSTORE_STORE 4 |
| #define | M88K_LOADSTORE_SIGNEDNESS 8 |
| #define | M88K_LOADSTORE_ENDIANNESS 16 |
| #define | M88K_LOADSTORE_SCALEDNESS 32 |
| #define | M88K_LOADSTORE_USR 64 |
| #define | M88K_LOADSTORE_REGISTEROFFSET 128 |
Functions | |
| void | print_function_name (int size, int store, int signedness, int endianness, int scaledness, int usr, int registeroffset) |
| void | loadstore (int size, int store, int signedness, int endianness, int scaledness, int usr, int registeroffset) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | generated_functions = 0 |
| #define M88K_LOADSTORE_ENDIANNESS 16 |
Definition at line 46 of file generate_m88k_loadstore.c.
| #define M88K_LOADSTORE_REGISTEROFFSET 128 |
Definition at line 49 of file generate_m88k_loadstore.c.
| #define M88K_LOADSTORE_SCALEDNESS 32 |
Definition at line 47 of file generate_m88k_loadstore.c.
| #define M88K_LOADSTORE_SIGNEDNESS 8 |
Definition at line 45 of file generate_m88k_loadstore.c.
| #define M88K_LOADSTORE_STORE 4 |
Definition at line 44 of file generate_m88k_loadstore.c.
| #define M88K_LOADSTORE_USR 64 |
Definition at line 48 of file generate_m88k_loadstore.c.
| void loadstore | ( | int | size, |
| int | store, | ||
| int | signedness, | ||
| int | endianness, | ||
| int | scaledness, | ||
| int | usr, | ||
| int | registeroffset | ||
| ) |
Definition at line 87 of file generate_m88k_loadstore.c.
References generated_functions, and print_function_name().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 179 of file generate_m88k_loadstore.c.
References generated_functions, loadstore(), M88K_LOADSTORE_ENDIANNESS, M88K_LOADSTORE_REGISTEROFFSET, M88K_LOADSTORE_SCALEDNESS, M88K_LOADSTORE_SIGNEDNESS, M88K_LOADSTORE_STORE, M88K_LOADSTORE_USR, and print_function_name().
| void print_function_name | ( | int | size, |
| int | store, | ||
| int | signedness, | ||
| int | endianness, | ||
| int | scaledness, | ||
| int | usr, | ||
| int | registeroffset | ||
| ) |
Definition at line 55 of file generate_m88k_loadstore.c.
Referenced by loadstore(), and main().
| int generated_functions = 0 |
Definition at line 52 of file generate_m88k_loadstore.c.
Referenced by loadstore(), and main().
1.8.17