DBT-RISE-TGC/contrib/instr/TGC5C_instr.yaml

625 lines
14 KiB
YAML
Raw Normal View History

2023-07-05 08:28:42 +02:00
2023-11-05 17:19:43 +01:00
RVI:
2023-09-30 22:10:24 +02:00
LUI:
2023-10-21 17:19:24 +02:00
index: 0
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000110111
mask: 0b00000000000000000000000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
AUIPC:
2023-10-21 17:19:24 +02:00
index: 1
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000010111
mask: 0b00000000000000000000000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
JAL:
2023-10-21 17:19:24 +02:00
index: 2
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000001101111
mask: 0b00000000000000000000000001111111
size: 32
branch: true
delay: 1
2023-09-30 22:10:24 +02:00
JALR:
2023-10-21 17:19:24 +02:00
index: 3
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000001100111
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
BEQ:
2023-10-21 17:19:24 +02:00
index: 4
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000001100011
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
BNE:
2023-10-21 17:19:24 +02:00
index: 5
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000001100011
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
BLT:
2023-10-21 17:19:24 +02:00
index: 6
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000100000001100011
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
BGE:
2023-10-21 17:19:24 +02:00
index: 7
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000101000001100011
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
BLTU:
2023-10-21 17:19:24 +02:00
index: 8
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000110000001100011
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
BGEU:
2023-10-21 17:19:24 +02:00
index: 9
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000111000001100011
mask: 0b00000000000000000111000001111111
size: 32
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
LB:
2023-10-21 17:19:24 +02:00
index: 10
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000000011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
LH:
2023-10-21 17:19:24 +02:00
index: 11
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000000000011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
LW:
2023-10-21 17:19:24 +02:00
index: 12
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000010000000000011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
LBU:
2023-10-21 17:19:24 +02:00
index: 13
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000100000000000011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
LHU:
2023-10-21 17:19:24 +02:00
index: 14
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000101000000000011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
SB:
2023-10-21 17:19:24 +02:00
index: 15
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000100011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SH:
2023-10-21 17:19:24 +02:00
index: 16
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000000100011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SW:
2023-10-21 17:19:24 +02:00
index: 17
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000010000000100011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
ADDI:
2023-10-21 17:19:24 +02:00
index: 18
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000010011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SLTI:
2023-10-21 17:19:24 +02:00
index: 19
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000010000000010011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SLTIU:
2023-10-21 17:19:24 +02:00
index: 20
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000011000000010011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
XORI:
2023-10-21 17:19:24 +02:00
index: 21
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000100000000010011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
ORI:
2023-10-21 17:19:24 +02:00
index: 22
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000110000000010011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
ANDI:
2023-10-21 17:19:24 +02:00
index: 23
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000111000000010011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SLLI:
2023-10-21 17:19:24 +02:00
index: 24
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000000010011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SRLI:
2023-10-21 17:19:24 +02:00
index: 25
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000101000000010011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SRAI:
2023-10-21 17:19:24 +02:00
index: 26
2023-07-05 08:28:42 +02:00
encoding: 0b01000000000000000101000000010011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
ADD:
2023-10-21 17:19:24 +02:00
index: 27
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SUB:
2023-10-21 17:19:24 +02:00
index: 28
2023-07-05 08:28:42 +02:00
encoding: 0b01000000000000000000000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SLL:
2023-10-21 17:19:24 +02:00
index: 29
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SLT:
2023-10-21 17:19:24 +02:00
index: 30
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000010000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SLTU:
2023-10-21 17:19:24 +02:00
index: 31
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000011000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
XOR:
2023-10-21 17:19:24 +02:00
index: 32
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000100000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SRL:
2023-10-21 17:19:24 +02:00
index: 33
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000101000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
SRA:
2023-10-21 17:19:24 +02:00
index: 34
2023-07-05 08:28:42 +02:00
encoding: 0b01000000000000000101000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
OR:
2023-10-21 17:19:24 +02:00
index: 35
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000110000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
AND:
2023-10-21 17:19:24 +02:00
index: 36
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000111000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
FENCE:
2023-10-21 17:19:24 +02:00
index: 37
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000000001111
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
ECALL:
2023-10-21 17:19:24 +02:00
index: 38
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000000000001110011
mask: 0b11111111111111111111111111111111
2023-10-21 17:19:24 +02:00
attributes: [[name:no_cont]]
2023-07-05 08:28:42 +02:00
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
EBREAK:
2023-10-21 17:19:24 +02:00
index: 39
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000100000000000001110011
mask: 0b11111111111111111111111111111111
2023-10-21 17:19:24 +02:00
attributes: [[name:no_cont]]
2023-07-05 08:28:42 +02:00
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
MRET:
2023-10-21 17:19:24 +02:00
index: 40
2023-07-05 08:28:42 +02:00
encoding: 0b00110000001000000000000001110011
mask: 0b11111111111111111111111111111111
attributes: [[name:no_cont]]
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
WFI:
2023-10-21 17:19:24 +02:00
index: 41
2023-07-05 08:28:42 +02:00
encoding: 0b00010000010100000000000001110011
mask: 0b11111111111111111111111111111111
size: 32
branch: false
delay: 1
Zicsr:
2023-09-30 22:10:24 +02:00
CSRRW:
2023-10-21 17:19:24 +02:00
index: 42
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000001110011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
CSRRS:
2023-10-21 17:19:24 +02:00
index: 43
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000010000001110011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
CSRRC:
2023-10-21 17:19:24 +02:00
index: 44
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000011000001110011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
CSRRWI:
2023-10-21 17:19:24 +02:00
index: 45
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000101000001110011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
CSRRSI:
2023-10-21 17:19:24 +02:00
index: 46
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000110000001110011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
CSRRCI:
2023-10-21 17:19:24 +02:00
index: 47
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000111000001110011
mask: 0b00000000000000000111000001111111
size: 32
branch: false
delay: 1
Zifencei:
2023-09-30 22:10:24 +02:00
FENCE_I:
2023-10-21 17:19:24 +02:00
index: 48
2023-07-05 08:28:42 +02:00
encoding: 0b00000000000000000001000000001111
mask: 0b00000000000000000111000001111111
attributes: [[name:flush]]
size: 32
branch: false
delay: 1
RVM:
2023-09-30 22:10:24 +02:00
MUL:
2023-10-21 17:19:24 +02:00
index: 49
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000000000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
MULH:
2023-10-21 17:19:24 +02:00
index: 50
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000001000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
MULHSU:
2023-10-21 17:19:24 +02:00
index: 51
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000010000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
MULHU:
2023-10-21 17:19:24 +02:00
index: 52
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000011000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
DIV:
2023-10-21 17:19:24 +02:00
index: 53
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000100000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
DIVU:
2023-10-21 17:19:24 +02:00
index: 54
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000101000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
REM:
2023-10-21 17:19:24 +02:00
index: 55
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000110000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
REMU:
2023-10-21 17:19:24 +02:00
index: 56
2023-07-05 08:28:42 +02:00
encoding: 0b00000010000000000111000000110011
mask: 0b11111110000000000111000001111111
size: 32
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-10-21 17:19:24 +02:00
Zca:
2023-09-30 22:10:24 +02:00
C__ADDI4SPN:
2023-10-21 17:19:24 +02:00
index: 57
2023-07-05 08:28:42 +02:00
encoding: 0b0000000000000000
mask: 0b1110000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__LW:
2023-10-21 17:19:24 +02:00
index: 58
2023-07-05 08:28:42 +02:00
encoding: 0b0100000000000000
mask: 0b1110000000000011
size: 16
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
C__SW:
2023-10-21 17:19:24 +02:00
index: 59
2023-07-05 08:28:42 +02:00
encoding: 0b1100000000000000
mask: 0b1110000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__ADDI:
2023-10-21 17:19:24 +02:00
index: 60
2023-07-05 08:28:42 +02:00
encoding: 0b0000000000000001
mask: 0b1110000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__NOP:
2023-10-21 17:19:24 +02:00
index: 61
2023-07-05 08:28:42 +02:00
encoding: 0b0000000000000001
mask: 0b1110111110000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__JAL:
2023-10-21 17:19:24 +02:00
index: 62
2023-07-05 08:28:42 +02:00
encoding: 0b0010000000000001
mask: 0b1110000000000011
2023-10-21 17:19:24 +02:00
attributes: [[name:enable, value:1]]
2023-07-05 08:28:42 +02:00
size: 16
branch: true
delay: 1
2023-09-30 22:10:24 +02:00
C__LI:
2023-10-21 17:19:24 +02:00
index: 63
2023-07-05 08:28:42 +02:00
encoding: 0b0100000000000001
mask: 0b1110000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__LUI:
2023-10-21 17:19:24 +02:00
index: 64
2023-07-05 08:28:42 +02:00
encoding: 0b0110000000000001
mask: 0b1110000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__ADDI16SP:
2023-10-21 17:19:24 +02:00
index: 65
2023-07-05 08:28:42 +02:00
encoding: 0b0110000100000001
mask: 0b1110111110000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
__reserved_clui:
2023-10-21 17:19:24 +02:00
index: 66
2023-09-30 22:10:24 +02:00
encoding: 0b0110000000000001
mask: 0b1111000001111111
size: 16
branch: false
delay: 1
C__SRLI:
2023-10-21 17:19:24 +02:00
index: 67
2023-07-05 08:28:42 +02:00
encoding: 0b1000000000000001
mask: 0b1111110000000011
2023-10-21 17:19:24 +02:00
attributes: [[name:enable, value:1]]
2023-07-05 08:28:42 +02:00
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__SRAI:
2023-10-21 17:19:24 +02:00
index: 68
2023-07-05 08:28:42 +02:00
encoding: 0b1000010000000001
mask: 0b1111110000000011
2023-10-21 17:19:24 +02:00
attributes: [[name:enable, value:1]]
2023-07-05 08:28:42 +02:00
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__ANDI:
2023-10-21 17:19:24 +02:00
index: 69
2023-07-05 08:28:42 +02:00
encoding: 0b1000100000000001
mask: 0b1110110000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__SUB:
2023-10-21 17:19:24 +02:00
index: 70
2023-07-05 08:28:42 +02:00
encoding: 0b1000110000000001
mask: 0b1111110001100011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__XOR:
2023-10-21 17:19:24 +02:00
index: 71
2023-07-05 08:28:42 +02:00
encoding: 0b1000110000100001
mask: 0b1111110001100011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__OR:
2023-10-21 17:19:24 +02:00
index: 72
2023-07-05 08:28:42 +02:00
encoding: 0b1000110001000001
mask: 0b1111110001100011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__AND:
2023-10-21 17:19:24 +02:00
index: 73
2023-07-05 08:28:42 +02:00
encoding: 0b1000110001100001
mask: 0b1111110001100011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__J:
2023-10-21 17:19:24 +02:00
index: 74
2023-07-05 08:28:42 +02:00
encoding: 0b1010000000000001
mask: 0b1110000000000011
size: 16
branch: true
delay: 1
2023-09-30 22:10:24 +02:00
C__BEQZ:
2023-10-21 17:19:24 +02:00
index: 75
2023-07-05 08:28:42 +02:00
encoding: 0b1100000000000001
mask: 0b1110000000000011
size: 16
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
C__BNEZ:
2023-10-21 17:19:24 +02:00
index: 76
2023-07-05 08:28:42 +02:00
encoding: 0b1110000000000001
mask: 0b1110000000000011
size: 16
branch: true
2023-11-05 17:19:43 +01:00
delay: [1,1]
2023-09-30 22:10:24 +02:00
C__SLLI:
2023-10-21 17:19:24 +02:00
index: 77
2023-07-05 08:28:42 +02:00
encoding: 0b0000000000000010
mask: 0b1111000000000011
2023-09-30 22:10:24 +02:00
attributes: [[name:enable, value:1]]
2023-07-05 08:28:42 +02:00
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__LWSP:
2023-10-21 17:19:24 +02:00
index: 78
2023-07-05 08:28:42 +02:00
encoding: 0b0100000000000010
mask: 0b1110000000000011
size: 16
branch: false
2023-11-05 17:19:43 +01:00
delay: 1
2023-09-30 22:10:24 +02:00
C__MV:
2023-10-21 17:19:24 +02:00
index: 79
2023-07-05 08:28:42 +02:00
encoding: 0b1000000000000010
mask: 0b1111000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__JR:
2023-10-21 17:19:24 +02:00
index: 80
2023-07-05 08:28:42 +02:00
encoding: 0b1000000000000010
mask: 0b1111000001111111
size: 16
branch: true
delay: 1
2023-09-30 22:10:24 +02:00
__reserved_cmv:
2023-10-21 17:19:24 +02:00
index: 81
2023-09-30 22:10:24 +02:00
encoding: 0b1000000000000010
mask: 0b1111111111111111
size: 16
branch: false
delay: 1
C__ADD:
2023-10-21 17:19:24 +02:00
index: 82
2023-07-05 08:28:42 +02:00
encoding: 0b1001000000000010
mask: 0b1111000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__JALR:
2023-10-21 17:19:24 +02:00
index: 83
2023-07-05 08:28:42 +02:00
encoding: 0b1001000000000010
mask: 0b1111000001111111
size: 16
branch: true
delay: 1
2023-09-30 22:10:24 +02:00
C__EBREAK:
2023-10-21 17:19:24 +02:00
index: 84
2023-07-05 08:28:42 +02:00
encoding: 0b1001000000000010
mask: 0b1111111111111111
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
C__SWSP:
2023-10-21 17:19:24 +02:00
index: 85
2023-07-05 08:28:42 +02:00
encoding: 0b1100000000000010
mask: 0b1110000000000011
size: 16
branch: false
delay: 1
2023-09-30 22:10:24 +02:00
DII:
2023-10-21 17:19:24 +02:00
index: 86
2023-07-05 08:28:42 +02:00
encoding: 0b0000000000000000
mask: 0b1111111111111111
size: 16
branch: false
delay: 1