[Qemu-devel] [PATCH 3/6] arm: move other arithmetic to helper.c
Add an explicit CPUARMState parameter instead of relying on AREG0 and move rest of the arithmetic to helper.c. Reviewed-by: Richard Henderson Signed-off-by: Blue Swirl --- target-arm/helper.c| 146 target-arm/helper.h| 24 tar
[Qemu-devel] [PATCH 3/6] arm: move other arithmetic to helper.c
Add an explicit CPUARMState parameter instead of relying on AREG0 and move rest of the arithmetic to helper.c. Signed-off-by: Blue Swirl --- target-arm/helper.c| 146 target-arm/helper.h| 24 target-arm/op_helper.c | 140 -