| 1 | # loongarch-opcodes removed these instructions as their encodings |
| 2 | # collide with csrxchg/gcsrxchg. |
| 3 | # They are added back here to support assembler and disassembler |
| 4 | # as decode_tree.zig has supported generating decode-trees for these |
| 5 | # colliding encodings. |
| 6 | 04000000 csrrd DUk14 @primary |
| 7 | 04000032 csrwr DUk14 @primary |
| 8 | 05000000 gcsrrd DUk14 @lvz |
| 9 | 05000032 gcsrwr DUk14 @lvz |