On 12/19/25 08:28, Philippe Mathieu-Daudé wrote:
Introduce load/store helpers taking a MemOp argument (which can
include size and endianness). Use the -m suffix to differentiate
with others.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
docs/devel/loads-stores.rst | 10 ++++---
include/exec/memory_ldst_cached.h.inc | 30 ++++++++++++++++++++
include/system/memory_ldst_endian.h.inc | 4 +++
include/system/memory_ldst_phys_endian.h.inc | 10 +++++++
4 files changed, 50 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~