mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target-sparc: Move sdivx and udivx out of line
The branches around the exception are maintaining an otherwise unnecessary use of local temps for the cpu destination. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
61316742e2
commit
c28ae41ecd
5 changed files with 37 additions and 52 deletions
|
@ -714,6 +714,7 @@ trap_state* cpu_tsptr(CPUSPARCState* env);
|
|||
void QEMU_NORETURN do_unaligned_access(CPUSPARCState *env, target_ulong addr,
|
||||
int is_write, int is_user,
|
||||
uintptr_t retaddr);
|
||||
void cpu_restore_state2(CPUSPARCState *env, uintptr_t retaddr);
|
||||
|
||||
#define TB_FLAG_FPU_ENABLED (1 << 4)
|
||||
#define TB_FLAG_AM_ENABLED (1 << 5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue