| commit | 3241ec3eca5b14e72c3e12fbf7851a54870d4f11 | [log] [tgz] |
|---|---|---|
| author | timurgol007 <timurgol007@gmail.com> | Fri Nov 21 14:06:02 2025 +0300 |
| committer | timurgol007 <timurgol007@gmail.com> | Fri Nov 21 22:33:09 2025 +0300 |
| tree | 330a824b026d3c0f9a73de78f07fdd71448db61e | |
| parent | af7fe6fff91a61f30f9adddc7ff2f8852dc6482a [diff] |
RISC-V: Fixed opcodes for some bitmanip instructions Currently some of the instructions in bitmanip extensions can not be obtained using DECLARE_INSN macros. I generated them using riscv-opcodes and added to other opcodes. Approved-By: Nelson Chu <nelson@rivosinc.com>