mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3298 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ee0b03fd85
commit
3391c81801
4 changed files with 133 additions and 6 deletions
|
@ -51,6 +51,8 @@ void cpu_loop_exit(void);
|
|||
void helper_flush(target_ulong addr);
|
||||
void helper_ld_asi(int asi, int size, int sign);
|
||||
void helper_st_asi(int asi, int size);
|
||||
void helper_ldf_asi(int asi, int size, int rd);
|
||||
void helper_stf_asi(int asi, int size, int rd);
|
||||
void helper_rett(void);
|
||||
void helper_ldfsr(void);
|
||||
void set_cwp(int new_cwp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue