Richard Henderson <richard.hender...@linaro.org> writes:
> After recent changes, mte_checkN does not use ESIZE, > and mte_check1 never used TSIZE. We can combine the > two into a single field: SIZEM1. > > Choose to pass size - 1 because size == 0 is never used, > our immediate need in mte_probe_int is for the address > of the last byte (ptr + size - 1), and since almost all > operations are powers of 2, this makes the immediate > constant one bit smaller. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> Reviewed-by: Alex Bennée <alex.ben...@linaro.org> -- Alex Bennée