mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
Convert ldfsr and stfsr to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4067 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
54728ac6db
commit
bb5529bb62
4 changed files with 10 additions and 13 deletions
|
@ -34,6 +34,7 @@ uint64_t TCG_HELPER_PROTO helper_ld_asi(target_ulong addr, int asi,
|
|||
void TCG_HELPER_PROTO helper_st_asi(target_ulong addr, uint64_t val, int asi,
|
||||
int size);
|
||||
void TCG_HELPER_PROTO helper_ldfsr(void);
|
||||
void TCG_HELPER_PROTO helper_stfsr(void);
|
||||
void TCG_HELPER_PROTO helper_check_ieee_exceptions(void);
|
||||
void TCG_HELPER_PROTO helper_clear_float_exceptions(void);
|
||||
void TCG_HELPER_PROTO helper_fabss(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue