Zicbom Instructions
3 RISC-V instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| CBO.CLEAN | CBO.CLEAN (rs1) | I-Type | Performs a clean operation on the cache block containing the effective address. |
| CBO.FLUSH | CBO.FLUSH (rs1) | I-Type | Performs a flush (clean + invalidate) operation on the cache block. |
| CBO.INVAL | CBO.INVAL (rs1) | I-Type | Performs an invalidate operation on the cache block. |