unicorn/qemu/target
Peter Maydell 1a880ef99b
cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessors
Use inline functions rather than macros for cpu_ld/st accessors
for the *-user configurations, as we already do for softmmu.
This has a two advantages:
* we can actually typecheck our arguments
* we don't need to leak the _raw macros everywhere

Since the _kernel functions were only used by target-i386/seg_helper.c,
put the definitions for them in that file too. (It already has the
similar template include code to define them for the softmmu case,
so it makes sense to have it deal with defining them for user-only.)

Backports commit 9220fe54c679d145232a28df6255e166ebf91bab from qemu
2019-04-22 07:08:39 -04:00
..
arm exec: Backport tb_cflags accessor 2019-04-22 06:12:59 -04:00
i386 cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessors 2019-04-22 07:08:39 -04:00
m68k target/m68k: Correct instruction emulation 2019-02-28 19:21:49 -05:00
mips exec: Backport tb_cflags accessor 2019-04-22 06:12:59 -04:00
riscv target/riscv: Fix wrong expanding for c.fswsp 2019-03-26 20:39:34 -04:00
sparc target: Resolve repeated typedef warnings 2019-01-22 20:27:35 -05:00