mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
ARM TCG conversion 11/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4148 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4373f3ceeb
commit
5e3f878ad6
4 changed files with 296 additions and 249 deletions
|
@ -109,6 +109,8 @@ DEF_HELPER_1_2(usat16, uint32_t, (uint32_t, uint32_t))
|
|||
|
||||
DEF_HELPER_1_2(usad8, uint32_t, (uint32_t, uint32_t))
|
||||
|
||||
DEF_HELPER_1_1(logicq_cc, uint32_t, (uint64_t))
|
||||
|
||||
DEF_HELPER_1_3(sel_flags, uint32_t, (uint32_t, uint32_t, uint32_t))
|
||||
DEF_HELPER_0_1(exception, void, (uint32_t))
|
||||
DEF_HELPER_0_0(wfi, void, (void))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue