diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-10-18 16:58:52 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-10-24 13:33:29 +0100 |
commit | ee6fa5593ebfc437cbedaf28de8b66b2e7d44e70 (patch) | |
tree | 7a9869e5da85332d8158be3435501c6ce961eeb6 /target-arm/helper.h | |
parent | f296c0d172735612cad8af5fafb8dedeaaa2a109 (diff) |
target-arm: Use TCG operation for Neon 64 bit negation
Use the TCG operation to do Neon 64 bit negations rather than calling
a helper routine for it.
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm/helper.h')
-rw-r--r-- | target-arm/helper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-arm/helper.h b/target-arm/helper.h index 8b9adf1311..fa3472f0b9 100644 --- a/target-arm/helper.h +++ b/target-arm/helper.h @@ -339,7 +339,6 @@ DEF_HELPER_2(neon_mull_s16, i64, i32, i32) DEF_HELPER_1(neon_negl_u16, i64, i64) DEF_HELPER_1(neon_negl_u32, i64, i64) -DEF_HELPER_1(neon_negl_u64, i64, i64) DEF_HELPER_2(neon_qabs_s8, i32, env, i32) DEF_HELPER_2(neon_qabs_s16, i32, env, i32) |