|
Nugget
|
#include <stdint.h>#include "common/hardware/counters.h"#include "common/hardware/hwregs.h"#include "common/hardware/spu.h"#include "common/syscalls/syscalls.h"
Classes | |
| struct | target_t |
Macros | |
| #define | NUM_TARGETS (sizeof(targets) / sizeof(targets[0])) |
| #define | NUM_BASELINES (sizeof(baselines) / sizeof(baselines[0])) |
| #define | NUM_SOURCES (sizeof(sources) / sizeof(sources[0])) |
Enumerations | |
| enum | op_t { OP_SB , OP_SH , OP_SW , OP_SWL , OP_SWR } |
Functions | |
| void | rw_sb (uint32_t addr, uint32_t off, uint32_t value) |
| void | rw_sh (uint32_t addr, uint32_t off, uint32_t value) |
| void | rw_sw (uint32_t addr, uint32_t off, uint32_t value) |
| void | rw_swl (uint32_t addr, uint32_t off, uint32_t value) |
| void | rw_swr (uint32_t addr, uint32_t off, uint32_t value) |
| void | installExceptionHandlers (uint32_t(*handler)(uint32_t *regs, uint32_t from)) |
| void | uninstallExceptionHandlers () |
| int | main () |
| #define NUM_BASELINES (sizeof(baselines) / sizeof(baselines[0])) |
| #define NUM_SOURCES (sizeof(sources) / sizeof(sources[0])) |
| #define NUM_TARGETS (sizeof(targets) / sizeof(targets[0])) |
| enum op_t |
|
extern |