On 05/29/2017 12:24 PM, Aurelien Jarno wrote:
Use a common helper with PACK ASCII as the differences are limited to the stride of the source operand.Signed-off-by: Aurelien Jarno<aurel...@aurel32.net> --- target/s390x/helper.h | 1 + target/s390x/insn-data.def | 2 ++ target/s390x/mem_helper.c | 30 +++++++++++++++++++++--------- target/s390x/translate.c | 16 ++++++++++++++++ 4 files changed, 40 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~