qemu-e2k/tcg/arm
Richard Henderson aece72b76b tcg: Add page_bits and page_mask to TCGContext
Disconnect guest page size from TCG compilation.
While this could be done via exec/target_page.h, we want to cache
the value across multiple memory access operations, so we might
as well initialize this early.

The changes within tcg/ are entirely mechanical:

    sed -i s/TARGET_PAGE_BITS/s->page_bits/g
    sed -i s/TARGET_PAGE_MASK/s->page_mask/g

Reviewed-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-05-16 20:13:51 -07:00
..
tcg-target-con-set.h tcg/arm: Adjust constraints on qemu_ld/st 2023-05-16 15:21:39 -07:00
tcg-target-con-str.h tcg/arm: Adjust constraints on qemu_ld/st 2023-05-16 15:21:39 -07:00
tcg-target.c.inc tcg: Add page_bits and page_mask to TCGContext 2023-05-16 20:13:51 -07:00
tcg-target.h tcg: Add INDEX_op_qemu_{ld,st}_i128 2023-05-16 16:30:25 -07:00
tcg-target.opc.h tcg/arm: Implement TCG_TARGET_HAS_roti_vec 2021-06-04 11:50:11 -07:00