]> git.proxmox.com Git - mirror_qemu.git/blob - target-mips/helper.h
Switch MIPS clo/clz and the condition tests to TCG.
[mirror_qemu.git] / target-mips / helper.h
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);