Re: [PATCH 1/4] target/arm: Fixup special cross page case for sve continuous load/store

2020-12-08 Thread Richard Henderson
On 12/6/20 10:46 PM, LIU Zhiwei wrote: > If the split element is also the first active element of the vector, > mem_off_first[0] should equal to mem_off_split. > > Signed-off-by: LIU Zhiwei > --- > target/arm/sve_helper.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff

[PATCH 1/4] target/arm: Fixup special cross page case for sve continuous load/store

2020-12-06 Thread LIU Zhiwei
If the split element is also the first active element of the vector, mem_off_first[0] should equal to mem_off_split. Signed-off-by: LIU Zhiwei --- target/arm/sve_helper.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c