mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
SPARC FPU optimization (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2023 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
29133e9a0f
commit
a80dde0837
4 changed files with 50 additions and 37 deletions
|
@ -1017,15 +1017,6 @@ void OPPROTO op_trapcc_T0(void)
|
|||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_trap_ifnofpu(void)
|
||||
{
|
||||
if (!env->psref) {
|
||||
env->exception_index = TT_NFPU_INSN;
|
||||
cpu_loop_exit();
|
||||
}
|
||||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_fpexception_im(void)
|
||||
{
|
||||
env->exception_index = TT_FP_EXCP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue