On 2/15/23 10:59, Daniel Henrique Barboza wrote:
From: Christoph Muellner<[email protected]>
The cmo.prefetch instructions are nops for QEMU (no emulation of the
memory hierarchy, no illegal instructions, no permission faults, no
traps).
Add a comment noting where they would be decoded in case cbo.prefetch
instructions become relevant in the future.
Co-developed-by: Philipp Tomsich<[email protected]>
Signed-off-by: Christoph Muellner<[email protected]>
Signed-off-by: Daniel Henrique Barboza<[email protected]>
---
target/riscv/insn32.decode | 1 +
1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <[email protected]>
r~