Skip to content

riscv_opcode_dref

Tsukasa OI edited this page Nov 18, 2022 · 2 revisions

RISC-V: Add INSN_DREF to memory read/write instructions

Conflicts With

Feature Description

This commit adds INSN_DREF flag (and size-related flags) to instruction which reads/writes the memory directly. It however excludes cache-related instructions that does synchronization with other cores but otherwise does not touch the contents of the memory.

INSN_DREF and size flags are added to following instructions:

  • cbo.zero
  • All instructions from following custom extensions:
    • XTheadFMemIdx
    • XTheadInt
    • XTheadMemIdx
    • XTheadMemPair

References

Clone this wiki locally