[Qemu-devel] [PATCH 6/8] tcg/s390: Use distinct-operands facility

2017-08-29 Thread Richard Henderson
From: Richard Henderson This allows using a 3-operand insn form for some arithmetic, logicals and shifts. Signed-off-by: Richard Henderson --- tcg/s390/tcg-target.h | 1 + tcg/s390/tcg-target.inc.c | 118 +++--- 2 files changed, 91 insertions(+), 2

[Qemu-devel] [PATCH 6/8] tcg/s390: Use distinct-operands facility

2017-08-03 Thread Richard Henderson
This allows using a 3-operand insn form for some arithmetic, logicals and shifts. Signed-off-by: Richard Henderson --- tcg/s390/tcg-target.h | 1 + tcg/s390/tcg-target.inc.c | 118 +++--- 2 files changed, 91 insertions(+), 28 deletions(-) diff --git