mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Implement nucleus quad ldda
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4902 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8571c05566
commit
db166940e2
3 changed files with 70 additions and 20 deletions
|
@ -22,6 +22,7 @@ DEF_HELPER(target_ulong, helper_array8, (target_ulong pixel_addr, \
|
|||
DEF_HELPER(target_ulong, helper_alignaddr, (target_ulong addr, \
|
||||
target_ulong offset))
|
||||
DEF_HELPER(target_ulong, helper_popc, (target_ulong val))
|
||||
DEF_HELPER(void, helper_ldda_asi, (target_ulong addr, int asi, int rd))
|
||||
DEF_HELPER(void, helper_ldf_asi, (target_ulong addr, int asi, int size, int rd))
|
||||
DEF_HELPER(void, helper_stf_asi, (target_ulong addr, int asi, int size, int rd))
|
||||
DEF_HELPER(target_ulong, helper_cas_asi, (target_ulong addr, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue