#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" } |
void do_it | ( | int | mode | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 324 of file generate_ppc_loadstore.c.
References do_it().
char* modes[2] = { "", "32" } |
Definition at line 33 of file generate_ppc_loadstore.c.
Referenced by do_it().
char* sizechar[4] = { "b", "h", "w", "d" } |
Definition at line 32 of file generate_ppc_loadstore.c.
Referenced by do_it().