diff options
author | Richard Henderson <rth@twiddle.net> | 2011-10-18 09:41:30 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2011-10-26 14:00:19 -0700 |
commit | 50c796f9d842bbefeb39ac64d7fe961056ee0267 (patch) | |
tree | 7eec0b4fe5326c686c4be974dc1dafff18015e29 /target-sparc/helper.h | |
parent | 793a137a41ad4125011c7022cf16a1baa40a5ab6 (diff) |
target-sparc: Implement FALIGNDATA inline.
This is a relatively simple sequence of shifts.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-sparc/helper.h')
-rw-r--r-- | target-sparc/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/helper.h b/target-sparc/helper.h index 3ee12a9c55..faaf8dc7ad 100644 --- a/target-sparc/helper.h +++ b/target-sparc/helper.h @@ -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) |