diff options
author | Richard Henderson <rth@twiddle.net> | 2013-02-19 23:52:08 -0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-02-23 17:25:29 +0000 |
commit | 49b4c31efcce45ab714f286f14fa5d5173f9069d (patch) | |
tree | 6f9be544235e82fb0d53900ee235775c7fb85e32 /target-arm/helper.h | |
parent | e3482cb8063575f9fe0f39b701a4b6dc5a55c9cd (diff) | |
download | qemu-49b4c31efcce45ab714f286f14fa5d5173f9069d.tar.gz qemu-49b4c31efcce45ab714f286f14fa5d5173f9069d.tar.bz2 qemu-49b4c31efcce45ab714f286f14fa5d5173f9069d.zip |
target-arm: Implement adc_cc inline
Use add2 if available, otherwise use 64-bit arithmetic.
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 bca5a5b0d8..507bb9cf2b 100644 --- a/target-arm/helper.h +++ b/target-arm/helper.h @@ -140,7 +140,6 @@ DEF_HELPER_2(recpe_u32, i32, i32, env) DEF_HELPER_2(rsqrte_u32, i32, i32, env) DEF_HELPER_5(neon_tbl, i32, env, i32, i32, i32, i32) -DEF_HELPER_3(adc_cc, i32, env, i32, i32) DEF_HELPER_3(sbc_cc, i32, env, i32, i32) DEF_HELPER_3(shl_cc, i32, env, i32, i32) |