mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target-sparc: Implement ALIGNADDR* inline.
While ALIGNADDR was implemented out-of-line, ALIGNADDRL was not implemeneted at all. However, this is a very simple operation so we're better off doing this inline. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
6c07355325
commit
add545ab11
3 changed files with 22 additions and 14 deletions
|
@ -17,7 +17,6 @@ DEF_HELPER_2(wrccr, void, env, tl)
|
|||
DEF_HELPER_1(rdcwp, tl, env)
|
||||
DEF_HELPER_2(wrcwp, void, env, tl)
|
||||
DEF_HELPER_FLAGS_2(array8, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl, tl)
|
||||
DEF_HELPER_3(alignaddr, tl, env, tl, tl)
|
||||
DEF_HELPER_1(popc, tl, tl)
|
||||
DEF_HELPER_3(ldda_asi, void, tl, int, int)
|
||||
DEF_HELPER_4(ldf_asi, void, tl, int, int, int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue