#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | sync_pc (void) |
| void | f (int s, int func, int only_name) |
| int | main (int argc, char *argv[]) |
| void f | ( | int | s, |
| int | func, | ||
| int | only_name | ||
| ) |
Definition at line 45 of file generate_arm_r.c.
Referenced by addiu(), addu(), b_daddiu(), bt_samepage(), DEVICE_TICK(), emul_parse_config(), CPUDyntransComponent::Execute(), file_load(), idle(), main(), memory_device_register(), MEMORY_RW(), netbsd_r3k_cache_inv(), nop(), ori(), sll(), sw_loop(), symbol_readfile(), and X().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 327 of file generate_arm_r.c.
References f().
| void sync_pc | ( | void | ) |
Definition at line 35 of file generate_arm_r.c.
Referenced by f().
1.8.13