Re: [PATCH v2 1/7] target/s390x: vxeh2: vector convert short/32b

2022-03-11 Thread David Hildenbrand
On 07.03.22 03:03, David Miller wrote: > Signed-off-by: David Miller > --- > target/s390x/helper.h | 4 +++ > target/s390x/tcg/translate_vx.c.inc | 44 ++--- > target/s390x/tcg/vec_fpu_helper.c | 31 > 3 files changed, 75 insertions(+)

Re: [PATCH v2 1/7] target/s390x: vxeh2: vector convert short/32b

2022-03-07 Thread Richard Henderson
On 3/6/22 16:03, David Miller wrote: Signed-off-by: David Miller --- target/s390x/helper.h | 4 +++ target/s390x/tcg/translate_vx.c.inc | 44 ++--- target/s390x/tcg/vec_fpu_helper.c | 31 3 files changed, 75 insertions(+), 4 delet

[PATCH v2 1/7] target/s390x: vxeh2: vector convert short/32b

2022-03-06 Thread David Miller
Signed-off-by: David Miller --- target/s390x/helper.h | 4 +++ target/s390x/tcg/translate_vx.c.inc | 44 ++--- target/s390x/tcg/vec_fpu_helper.c | 31 3 files changed, 75 insertions(+), 4 deletions(-) diff --git a/target/s390x/helper.