Re: [PATCH v4 16/27] tcg/s390x: Issue XILF directly for xor_i32

2022-12-12 Thread Ilya Leoshkevich
On Thu, Dec 08, 2022 at 08:05:19PM -0600, Richard Henderson wrote: > There is only one instruction that is applicable > to a 32-bit immediate xor. > > Signed-off-by: Richard Henderson Reviewed-by: Ilya Leoshkevich

[PATCH v4 16/27] tcg/s390x: Issue XILF directly for xor_i32

2022-12-08 Thread Richard Henderson
There is only one instruction that is applicable to a 32-bit immediate xor. Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target.c.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/s390x/tcg-target.c.inc b/tcg/s390x/tcg-target.c.inc index 871fcb7683..fc304327fc