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 <richard.hender...@linaro.org> > --- > tcg/s390x/tcg-target-con-set.h | 1 + > tcg/s390x/tcg-target.c.inc | 26 +++++++++++--------------- > 2 files changed, 12 insertions(+), 15 deletions(-)
Reviewed-by: Ilya Leoshkevich <i...@linux.ibm.com>