On 20/5/26 19:23, Philippe Mathieu-Daudé wrote:
From: James Hilliard <[email protected]>
ZCB zeros the 128-byte cache block containing the base address. ZCBT has
the same user-mode-visible memory effect for QEMU purposes.
Model both forms with a single decodetree wildcard entry, align the
address down to a 128-byte line, and store eight zero 128-bit chunks to
guest memory.
Acked-by: Richard Henderson <[email protected]>
Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
target/mips/tcg/octeon.decode | 3 +++
target/mips/tcg/octeon_translate.c | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>