Statistics
| Branch: | Revision:

root / target-mips / helper.h @ 90cb786c

History | View | Annotate | Download (200 Bytes)

1
void do_raise_exception_err(int excp, int err);
2
void do_raise_exception(int excp);
3
void do_interrupt_restart (void);
4

    
5
void do_clo (void);
6
void do_clz (void);
7
void do_dclo (void);
8
void do_dclz (void);