Sign in
qemu
/
qemu
/
e33d8cdb556cf20b0452d24cee82562ee5ee9ada
/
.
/
target-mips
/
helper.h
blob: 98a97c9be2dc4a958f4710747b6e06b0df21854b [
file
] [
log
] [
blame
]
void
do_raise_exception_err
(
int
excp
,
int
err
);
void
do_raise_exception
(
int
excp
);
void
do_interrupt_restart
(
void
);
void
do_clo
(
void
);
void
do_clz
(
void
);
void
do_dclo
(
void
);
void
do_dclz
(
void
);