Frozen
|
The Zbs extension is frozen. |
The single-bit instructions provide a mechanism to set, clear, invert, or extract a single bit in a register. The bit is specified by its index.
RV32 | RV64 | Mnemonic | Instruction |
---|---|---|---|
✓ |
✓ |
bclr rd, rs1, rs2 |
|
✓ |
✓ |
bclri rd, rs1, imm |
|
✓ |
✓ |
bext rd, rs1, rs2 |
|
✓ |
✓ |
bexti rd, rs1, imm |
|
✓ |
✓ |
binv rd, rs1, rs2 |
|
✓ |
✓ |
binvi rd, rs1, imm |
|
✓ |
✓ |
bset rd, rs1, rs2 |
|
✓ |
✓ |
bseti rd, rs1, imm |