Re: [Qemu-devel] [PATCH 08/10] target/arm: New utility function to extract EC from syndrome

2018-10-15 Thread Richard Henderson
On 10/12/18 7:42 AM, Peter Maydell wrote: > Create and use a utility function to extract the EC field > from a syndrome, rather than open-coding the shift. > > Signed-off-by: Peter Maydell > --- > target/arm/internals.h | 5 + > target/arm/helper.c| 4 ++-- > target/arm/kvm64.c | 2 +

[Qemu-devel] [PATCH 08/10] target/arm: New utility function to extract EC from syndrome

2018-10-12 Thread Peter Maydell
Create and use a utility function to extract the EC field from a syndrome, rather than open-coding the shift. Signed-off-by: Peter Maydell --- target/arm/internals.h | 5 + target/arm/helper.c| 4 ++-- target/arm/kvm64.c | 2 +- target/arm/op_helper.c | 2 +- 4 files changed, 9 inser