[Qemu-devel] [PATCH v2 2/2] target-arm: Implement abs_i32 inline rather than as a helper

2012-10-19 Thread Peter Maydell
Implement abs_i32 inline (with movcond) rather than using a helper function. Signed-off-by: Peter Maydell peter.mayd...@linaro.org --- target-arm/helper.c|5 - target-arm/helper.h|1 - target-arm/translate.c | 11 +-- 3 files changed, 9 insertions(+), 8 deletions(-)

Re: [Qemu-devel] [PATCH v2 2/2] target-arm: Implement abs_i32 inline rather than as a helper

2012-10-19 Thread Aurelien Jarno
On Fri, Oct 19, 2012 at 02:06:59PM +0100, Peter Maydell wrote: Implement abs_i32 inline (with movcond) rather than using a helper function. Signed-off-by: Peter Maydell peter.mayd...@linaro.org --- target-arm/helper.c|5 - target-arm/helper.h|1 -