On Wed, Feb 09, 2011 at 02:23:24PM +, Peter Maydell wrote:
> On 9 February 2011 12:19, Christophe Lyon wrote:
> >
> > Fix bit mask used when widening the result of shift on narrow input.
> >
> > Signed-off-by: Christophe Lyon
>
> Confirmed with random instruction testing that this patch fixe
On 9 February 2011 12:19, Christophe Lyon wrote:
>
> Fix bit mask used when widening the result of shift on narrow input.
>
> Signed-off-by: Christophe Lyon
Confirmed with random instruction testing that this patch fixes VSHLL.
Reviewed-by: Peter Maydell
Fix bit mask used when widening the result of shift on narrow input.
Signed-off-by: Christophe Lyon
---
target-arm/translate.c | 18 +++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c
index b694eed..16c61f1 100644