diff --git a/parts/insn-list.adoc b/parts/insn-list.adoc index 05c4b2a..935bfab 100644 --- a/parts/insn-list.adoc +++ b/parts/insn-list.adoc @@ -14,8 +14,8 @@ include::i-type-format.adoc[] .Instruction format: S-type include::s-type-format.adoc[] -.Instruction format: CI-type -include::ci-type-format.adoc[] +.Instruction format: RI-type +include::ri-type-format.adoc[] .Capability manipulation instructions [%header%autowidth.stretch] @@ -23,9 +23,9 @@ include::ci-type-format.adoc[] |Mnemonic |Format |Func3 |Func7 | rs1 | rs2 | rd | imm [4:0] | imm[11:0] | World | Variant |<> |R |`001` |`0000000` | C | - | - | - | - | * | * |<> |R |`001` |`0000001` | I | I | C | - | - | * | * -|<> |CI |`001` |`0000010` | C | - | C | Z | - | * | * +|<> |RI |`001` |`0000010` | C | - | C | Z | - | * | * |<> |R |`001` |`0000011` | - | - | C | - | - | * | * -|<> |CI |`001` |`0000100` | C | - | I | Z | - | * | * +|<> |RI |`001` |`0000100` | C | - | I | Z | - | * | * |<> |R |`001` |`0000101` | I | - | C | - | - | * | * |<> |R |`001` |`0000110` | C | I | C | - | - | * | * |<> |R |`001` |`0000111` | C | - | C | - | - | * | * diff --git a/parts/prog-model.adoc b/parts/prog-model.adoc index 318f3de..ecddfe1 100644 --- a/parts/prog-model.adoc +++ b/parts/prog-model.adoc @@ -439,13 +439,13 @@ include::s-type-format.adoc[] R-type instructions receive up to three register operands, and I-type/S-type instructions receive up to two register operands and a 12-bit-wide immediate operand. -{isa_name} also adds a new instruction format, the CI-type format, which is used for +{isa_name} also adds a new instruction format, the RI-type format, which is used for compressed immediate instructions. -.CI-type instruction format -include::ci-type-format.adoc[] +.RI-type instruction format +include::ri-type-format.adoc[] -CI-type instructions receive up to two register operands and a 5-bit-wide immediate operand. +RI-type instructions receive up to two register operands and a 5-bit-wide immediate operand. [#reset] == System Reset diff --git a/parts/ci-type-format.adoc b/parts/ri-type-format.adoc similarity index 100% rename from parts/ci-type-format.adoc rename to parts/ri-type-format.adoc