target-arm: Implement adc_cc inline
commit49b4c31efcce45ab714f286f14fa5d5173f9069d
authorRichard Henderson <rth@twiddle.net>
Wed, 20 Feb 2013 07:52:08 +0000 (19 23:52 -0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 23 Feb 2013 17:25:29 +0000 (23 17:25 +0000)
tree6f9be544235e82fb0d53900ee235775c7fb85e32
parente3482cb8063575f9fe0f39b701a4b6dc5a55c9cd
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>
target-arm/helper.h
target-arm/op_helper.c
target-arm/translate.c