Statistics
| Branch: | Revision:

root / target-mips / helper.h @ f8ed7070

History | View | Annotate | Download (200 Bytes)

1 4eecc06e ths
void do_raise_exception_err(int excp, int err);
2 4eecc06e ths
void do_raise_exception(int excp);
3 4eecc06e ths
void do_interrupt_restart (void);
4 30898801 ths
5 30898801 ths
void do_clo (void);
6 30898801 ths
void do_clz (void);
7 30898801 ths
void do_dclo (void);
8 30898801 ths
void do_dclz (void);