Re: [PATCH v3 12/13] tcg/s390x: Use tgen_movcond_int in tgen_clz

2022-12-06 Thread Ilya Leoshkevich
On Thu, Dec 01, 2022 at 10:51:59PM -0800, Richard Henderson wrote: > Reuse code from movcond to conditionally copy a2 to dest, > based on the condition codes produced by FLOGR. > > Signed-off-by: Richard Henderson > --- > tcg/s390x/tcg-target-con-set.h | 1 + > tcg/s390x/tcg-target.c.inc |

[PATCH v3 12/13] tcg/s390x: Use tgen_movcond_int in tgen_clz

2022-12-01 Thread Richard Henderson
Reuse code from movcond to conditionally copy a2 to dest, based on the condition codes produced by FLOGR. Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target-con-set.h | 1 + tcg/s390x/tcg-target.c.inc | 26 +++--- 2 files changed, 12 insertions(+), 15