qemu/accel/tcg
Richard Henderson 2be6a48673 accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN
Otherwise we hit the default assert not reached.
Handle it as MO_ATOM_NONE, because of size and misalignment.
We already handle this correctly in do_ld16_beN.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-20 10:01:30 +02:00
..
atomic_common.c.inc
atomic_template.h
cpu-exec-common.c
cpu-exec.c util/log: Add vector registers to log 2023-06-13 17:42:01 +10:00
cputlb.c accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN 2023-06-20 10:01:30 +02:00
debuginfo.c
debuginfo.h
internal.h
ldst_atomicity.c.inc accel/tcg: Fix undefined shift in store_whole_le16 2023-06-06 12:11:02 -07:00
ldst_common.c.inc
meson.build
monitor.c *: Add missing includes of tcg/tcg.h 2023-06-05 12:04:28 -07:00
perf.c accel/tcg: Unmap perf_marker 2023-06-05 12:06:49 -07:00
perf.h
plugin-gen.c tcg: Remove target-specific headers from tcg.[ch] 2023-06-05 12:04:29 -07:00
plugin-helpers.h
tb-context.h
tb-hash.h accel/tcg: include cs_base in our hash calculations 2023-06-01 11:05:05 -04:00
tb-jmp-cache.h
tb-maint.c accel/tcg: include cs_base in our hash calculations 2023-06-01 11:05:05 -04:00
tcg-accel-ops-icount.c
tcg-accel-ops-icount.h
tcg-accel-ops-mttcg.c atomics: eliminate mb_read/mb_set 2023-06-06 09:42:14 +02:00
tcg-accel-ops-mttcg.h
tcg-accel-ops-rr.c atomics: eliminate mb_read/mb_set 2023-06-06 09:42:14 +02:00
tcg-accel-ops-rr.h
tcg-accel-ops.c
tcg-accel-ops.h
tcg-all.c tcg: Split out tcg/oversized-guest.h 2023-06-05 12:04:28 -07:00
tcg-runtime-gvec.c tcg: Split helper-proto.h 2023-06-05 12:04:29 -07:00
tcg-runtime.c tcg: Split helper-proto.h 2023-06-05 12:04:29 -07:00
tcg-runtime.h
trace-events
trace.h
translate-all.c tcg: Remove NO_CPU_IO_DEFS 2023-06-05 12:04:29 -07:00
translator.c plugins: Move plugin_insn_append to translator.c 2023-06-05 12:04:29 -07:00
user-exec-stub.c
user-exec.c