diff options
author | Neel Gala <neelgala@incoresemi.com> | 2022-04-11 14:25:03 +0530 |
---|---|---|
committer | Neel Gala <neelgala@incoresemi.com> | 2022-04-11 14:25:12 +0530 |
commit | c02c9999ec16a45ed49d64b1c259c202dcc3254e (patch) | |
tree | 359ff04b25bbe4f36a1d2347ee82f0a8d3c83c75 | |
parent | d8552e5bd23e9dec802579f3f7c76d137eaca42c (diff) | |
download | riscv-opcodes-c02c9999ec16a45ed49d64b1c259c202dcc3254e.zip riscv-opcodes-c02c9999ec16a45ed49d64b1c259c202dcc3254e.tar.gz riscv-opcodes-c02c9999ec16a45ed49d64b1c259c202dcc3254e.tar.bz2 |
remove custom opcodes
see #106
-rw-r--r-- | opcodes-custom | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/opcodes-custom b/opcodes-custom deleted file mode 100644 index 1df6f0f..0000000 --- a/opcodes-custom +++ /dev/null @@ -1,27 +0,0 @@ -@custom0 rd rs1 imm12 14..12=0 6..2=0x02 1..0=3 -@custom0.rs1 rd rs1 imm12 14..12=2 6..2=0x02 1..0=3 -@custom0.rs1.rs2 rd rs1 imm12 14..12=3 6..2=0x02 1..0=3 -@custom0.rd rd rs1 imm12 14..12=4 6..2=0x02 1..0=3 -@custom0.rd.rs1 rd rs1 imm12 14..12=6 6..2=0x02 1..0=3 -@custom0.rd.rs1.rs2 rd rs1 imm12 14..12=7 6..2=0x02 1..0=3 - -@custom1 rd rs1 imm12 14..12=0 6..2=0x0A 1..0=3 -@custom1.rs1 rd rs1 imm12 14..12=2 6..2=0x0A 1..0=3 -@custom1.rs1.rs2 rd rs1 imm12 14..12=3 6..2=0x0A 1..0=3 -@custom1.rd rd rs1 imm12 14..12=4 6..2=0x0A 1..0=3 -@custom1.rd.rs1 rd rs1 imm12 14..12=6 6..2=0x0A 1..0=3 -@custom1.rd.rs1.rs2 rd rs1 imm12 14..12=7 6..2=0x0A 1..0=3 - -@custom2 rd rs1 imm12 14..12=0 6..2=0x16 1..0=3 -@custom2.rs1 rd rs1 imm12 14..12=2 6..2=0x16 1..0=3 -@custom2.rs1.rs2 rd rs1 imm12 14..12=3 6..2=0x16 1..0=3 -@custom2.rd rd rs1 imm12 14..12=4 6..2=0x16 1..0=3 -@custom2.rd.rs1 rd rs1 imm12 14..12=6 6..2=0x16 1..0=3 -@custom2.rd.rs1.rs2 rd rs1 imm12 14..12=7 6..2=0x16 1..0=3 - -@custom3 rd rs1 imm12 14..12=0 6..2=0x1E 1..0=3 -@custom3.rs1 rd rs1 imm12 14..12=2 6..2=0x1E 1..0=3 -@custom3.rs1.rs2 rd rs1 imm12 14..12=3 6..2=0x1E 1..0=3 -@custom3.rd rd rs1 imm12 14..12=4 6..2=0x1E 1..0=3 -@custom3.rd.rs1 rd rs1 imm12 14..12=6 6..2=0x1E 1..0=3 -@custom3.rd.rs1.rs2 rd rs1 imm12 14..12=7 6..2=0x1E 1..0=3 |