mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
target-sparc: Implement FALIGNDATA inline.
This is a relatively simple sequence of shifts. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
793a137a41
commit
50c796f9d8
3 changed files with 26 additions and 19 deletions
|
@ -125,7 +125,6 @@ DEF_HELPER_1(fqtoi, s32, env)
|
|||
DEF_HELPER_2(fstox, s64, env, f32)
|
||||
DEF_HELPER_2(fdtox, s64, env, f64)
|
||||
DEF_HELPER_1(fqtox, s64, env)
|
||||
DEF_HELPER_3(faligndata, i64, env, i64, i64)
|
||||
|
||||
DEF_HELPER_FLAGS_2(fpmerge, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64)
|
||||
DEF_HELPER_FLAGS_2(fmul8x16, TCG_CALL_CONST | TCG_CALL_PURE, i64, i64, i64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue