Re: [PATCH v4 06/16] tcg/s390x: Implement tcg_out_mov for vector types

2021-09-14 Thread David Hildenbrand
On 14.09.21 18:53, David Hildenbrand wrote: On 26.06.21 07:02, Richard Henderson wrote: Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target.c.inc | 72 +++--- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/tcg/s390x/tcg-target.c.inc

Re: [PATCH v4 06/16] tcg/s390x: Implement tcg_out_mov for vector types

2021-09-14 Thread David Hildenbrand
On 26.06.21 07:02, Richard Henderson wrote: Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target.c.inc | 72 +++--- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/tcg/s390x/tcg-target.c.inc b/tcg/s390x/tcg-target.c.inc index

[PATCH v4 06/16] tcg/s390x: Implement tcg_out_mov for vector types

2021-06-25 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target.c.inc | 72 +++--- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/tcg/s390x/tcg-target.c.inc b/tcg/s390x/tcg-target.c.inc index b6ea129e14..c4e12a57f3 100644 --- a/tcg/s390x/tcg-target.c.inc