Re: [Qemu-devel] [PATCH 4/7] target-arm: Add ARM UDIV/SDIV support

2011-10-22 Thread Andreas Färber
Am 20.10.2011 15:16, schrieb Peter Maydell: > Add support for UDIV and SDIV in ARM mode. This is a new optional > feature for A profile cores (Thumb mode has had UDIV and SDIV for > M profile cores for some time). > > Signed-off-by: Peter Maydell Lightly ... Tested-by: Andreas Färber Andreas

[Qemu-devel] [PATCH 4/7] target-arm: Add ARM UDIV/SDIV support

2011-10-20 Thread Peter Maydell
Add support for UDIV and SDIV in ARM mode. This is a new optional feature for A profile cores (Thumb mode has had UDIV and SDIV for M profile cores for some time). Signed-off-by: Peter Maydell --- target-arm/cpu.h |1 + target-arm/helper.c|5 - target-arm/translate.c | 19