Re: [PATCH v3] tcg: Sanitize shift constants on ppc64le so that shift operations with large constants don't generate invalid instructions.

2020-06-03 Thread Catherine A. Frederick / mptcultist
Oh dear, I did it to myself again. On Wed, Jun 3, 2020 at 7:13 PM wrote: > > From: "Catherine A. Frederick" > > Signed-off-by: Catherine A. Frederick > --- > tcg/ppc/tcg-target.inc.c | 28 ++-- > 1 file changed, 22 insertions(+), 6 deletions(-) > > diff --git

[PATCH v3] tcg: Sanitize shift constants on ppc64le so that shift operations with large constants don't generate invalid instructions.

2020-06-03 Thread agrecascino123
From: "Catherine A. Frederick" Signed-off-by: Catherine A. Frederick --- tcg/ppc/tcg-target.inc.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/tcg/ppc/tcg-target.inc.c b/tcg/ppc/tcg-target.inc.c index 7da67086c6..3cab56fe91 100644 ---