Re: [PATCH v4 10/12] target/arm: Simplify sve mte checking

2021-04-08 Thread Alex Bennée
Richard Henderson writes: > Now that mte_check1 and mte_checkN have been merged, we can > merge sve_cont_ldst_mte_check1 and sve_cont_ldst_mte_checkN. > > Which means that we can eliminate the function pointer into > sve_ldN_r and sve_stN_r, calling sve_cont_ldst_mte_check directly. > > Signed-

[PATCH v4 10/12] target/arm: Simplify sve mte checking

2021-04-06 Thread Richard Henderson
Now that mte_check1 and mte_checkN have been merged, we can merge sve_cont_ldst_mte_check1 and sve_cont_ldst_mte_checkN. Which means that we can eliminate the function pointer into sve_ldN_r and sve_stN_r, calling sve_cont_ldst_mte_check directly. Signed-off-by: Richard Henderson --- target/arm