mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ARM TCG conversion 1/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4138 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2a39bc41cb
commit
b26eefb68e
6 changed files with 434 additions and 673 deletions
6
target-arm/helpers.h
Normal file
6
target-arm/helpers.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef DEF_HELPER
|
||||
#define DEF_HELPER(name, ret, args) ret helper_##name args;
|
||||
#endif
|
||||
|
||||
DEF_HELPER(sxtb16, uint32_t, (uint32_t))
|
||||
DEF_HELPER(uxtb16, uint32_t, (uint32_t))
|
Loading…
Add table
Add a link
Reference in a new issue