tcg/aarch64: implement ldst 12bit scaled uimm offset

Enterprise / Virtualization / QEMU - Claudio Fontana [huawei.com] - 3 July 2013 07:43 UTC

implement the 12bit scaled unsigned immediate offset
variant of LDR/STR. This improves code size by avoiding the movi + ldst_r for naturally aligned offsets in range.

b1f6dc0 tcg/aarch64: implement ldst 12bit scaled uimm offset
tcg/aarch64/tcg-target.c | 32 +++++++++++++++++++++++++++++---
1 file changed, 29 insertions(+), 3 deletions(-)

Upstream: git.qemu.org


  • Share