File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ Sign extension of 32-bit values on RV64 is not reflected in the interface.
452
452
| `unsigned __riscv_ctz_64(uint64_t x);` | `ctz` | Zbb (RV64) | |
453
453
| `unsigned __riscv_cpop_32(uint32_t x);` | `cpop[w]` | Zbb | |
454
454
| `unsigned __riscv_cpop_64(uint64_t x);` | `cpop` | Zbb (RV64) | |
455
- | `uint32_t __riscv_orc_b_32(uint32_t x);` | `orc.b` | Zbb | Emulated with `rev8 `+`sext.w` on RV64 |
455
+ | `uint32_t __riscv_orc_b_32(uint32_t x);` | `orc.b` | Zbb | Emulated with `orc.b `+`sext.w` on RV64 |
456
456
| `uint64_t __riscv_orc_b_64(uint64_t x);` | `orc.b` | Zbb (RV64) | |
457
457
| `uint32_t __riscv_ror_32(uint32_t x, uint32_t shamt);` | `ror[i][w]` | Zbb, Zbkb | |
458
458
| `uint64_t __riscv_ror_64(uint64_t x, uint32_t shamt);` | `ror[i]` | Zbb, Zbkb (RV64) | |
You can’t perform that action at this time.
0 commit comments