Statistics
| Branch: | Revision:

root / target-sparc / exec.h @ 80cabfad

History | View | Annotate | Download (334 Bytes)

1
#ifndef EXEC_SPARC_H
2
#define EXEC_SPARC_H 1
3
#include "dyngen-exec.h"
4

    
5
register struct CPUSPARCState *env asm(AREG0);
6
register uint32_t T0 asm(AREG1);
7
register uint32_t T1 asm(AREG2);
8
register uint32_t T2 asm(AREG3);
9

    
10
#include "cpu.h"
11
#include "exec-all.h"
12

    
13
void cpu_lock(void);
14
void cpu_unlock(void);
15
void cpu_loop_exit(void);
16
#endif