Statistics
| Branch: | Revision:

root / target-sparc / exec.h @ 6c9bf893

History | View | Annotate | Download (334 Bytes)

1 7a3f1944 bellard
#ifndef EXEC_SPARC_H
2 7a3f1944 bellard
#define EXEC_SPARC_H 1
3 7a3f1944 bellard
#include "dyngen-exec.h"
4 7a3f1944 bellard
5 7a3f1944 bellard
register struct CPUSPARCState *env asm(AREG0);
6 7a3f1944 bellard
register uint32_t T0 asm(AREG1);
7 7a3f1944 bellard
register uint32_t T1 asm(AREG2);
8 7a3f1944 bellard
register uint32_t T2 asm(AREG3);
9 7a3f1944 bellard
10 7a3f1944 bellard
#include "cpu.h"
11 7a3f1944 bellard
#include "exec-all.h"
12 7a3f1944 bellard
13 7a3f1944 bellard
void cpu_lock(void);
14 7a3f1944 bellard
void cpu_unlock(void);
15 7a3f1944 bellard
void cpu_loop_exit(void);
16 7a3f1944 bellard
#endif