Re: [PATCH v4 08/12] target/arm: Merge mte_check1, mte_checkN

2021-04-08 Thread Alex Bennée
Richard Henderson writes: > The mte_check1 and mte_checkN functions are now identical. > Drop mte_check1 and rename mte_checkN to mte_check. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v4 08/12] target/arm: Merge mte_check1, mte_checkN

2021-04-06 Thread Richard Henderson
The mte_check1 and mte_checkN functions are now identical. Drop mte_check1 and rename mte_checkN to mte_check. Signed-off-by: Richard Henderson --- target/arm/helper-a64.h| 3 +-- target/arm/internals.h | 5 + target/arm/mte_helper.c| 26 +++--- target/arm/s