mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
ARM TCG conversion 6/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4143 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8f01245ee7
commit
3670669ce2
4 changed files with 169 additions and 157 deletions
|
@ -29,6 +29,9 @@ DEF_HELPER_1_2(sub_saturate, uint32_t, (uint32_t, uint32_t))
|
|||
DEF_HELPER_1_2(add_usaturate, uint32_t, (uint32_t, uint32_t))
|
||||
DEF_HELPER_1_2(sub_usaturate, uint32_t, (uint32_t, uint32_t))
|
||||
DEF_HELPER_1_1(double_saturate, uint32_t, (int32_t))
|
||||
DEF_HELPER_1_2(sdiv, int32_t, (int32_t, int32_t))
|
||||
DEF_HELPER_1_2(udiv, uint32_t, (uint32_t, uint32_t))
|
||||
DEF_HELPER_1_1(rbit, uint32_t, (uint32_t))
|
||||
|
||||
#undef DEF_HELPER
|
||||
#undef DEF_HELPER_1_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue