1
0

swap JAL, JALR encodings

This commit is contained in:
Andrew Waterman 2013-09-15 04:29:06 -07:00
parent 110e53cb48
commit 25ab402932

View File

@ -6,8 +6,8 @@ import Node._
object Instructions object Instructions
{ {
/* Automatically generated by parse-opcodes */ /* Automatically generated by parse-opcodes */
def JAL = Bits("b?????????????????????????1101111") def JAL = Bits("b?????????????????????????1100111")
def JALR = Bits("b??????????????????????0001100111") def JALR = Bits("b??????????????????????0001101111")
def BEQ = Bits("b??????????????????????0001100011") def BEQ = Bits("b??????????????????????0001100011")
def BNE = Bits("b??????????????????????0011100011") def BNE = Bits("b??????????????????????0011100011")
def BLT = Bits("b??????????????????????1001100011") def BLT = Bits("b??????????????????????1001100011")