1
0

Swap JAL/JALR encodings (again)

This commit is contained in:
Andrew Waterman 2014-01-13 00:54:49 -08:00
parent 07a91bb99a
commit c546f66404

View File

@ -5,8 +5,8 @@ import Node._
/* Automatically generated by parse-opcodes */
object Instructions {
def JAL = Bits("b?????????????????????????1100111")
def JALR = Bits("b?????????????????000?????1101111")
def JAL = Bits("b?????????????????????????1101111")
def JALR = Bits("b?????????????????000?????1100111")
def BEQ = Bits("b?????????????????000?????1100011")
def BNE = Bits("b?????????????????001?????1100011")
def BLT = Bits("b?????????????????100?????1100011")