diff options
| author | Peter Maydell | 2013-09-03 21:12:02 +0200 |
|---|---|---|
| committer | Peter Maydell | 2013-09-10 20:11:27 +0200 |
| commit | 08307563ff6cf8cb8d2a7927804dfc5c7dbe86d6 (patch) | |
| tree | fc78888c87914b5f2c714a705a4ea65ac1738d6c /include/exec | |
| parent | abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT (diff) | |
| download | qemu-08307563ff6cf8cb8d2a7927804dfc5c7dbe86d6.tar.gz qemu-08307563ff6cf8cb8d2a7927804dfc5c7dbe86d6.tar.xz qemu-08307563ff6cf8cb8d2a7927804dfc5c7dbe86d6.zip | |
target-arm: Abstract out load/store from a vaddr in AArch32
AArch32 code (ie traditional 32 bit world) expects to be
able to pass a vaddr in a TCGv_i32. However when QEMU is
compiled with TARGET_LONG_BITS=32 the TCG load/store
functions take a TCGv_i64. Abstract out load/store with
a 32 bit vaddr so we have a place to put the zero extension
of the vaddr and the extension/truncation of the data value.
Apart from the function definitions most of this patch is
a simple s/tcg_gen_qemu_/gen_aa32_/.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
