|
|
|
@ -6,6 +6,11 @@ switch((insn.bits >> 0x0) & 0x7f) |
|
|
|
#include "insns/c_addi.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x1: |
|
|
|
{ |
|
|
|
#include "insns/c_li.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x3: |
|
|
|
{ |
|
|
|
switch((insn.bits >> 0x7) & 0x7) |
|
|
|
@ -599,6 +604,11 @@ switch((insn.bits >> 0x0) & 0x7f) |
|
|
|
#include "insns/c_addi.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x21: |
|
|
|
{ |
|
|
|
#include "insns/c_li.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x23: |
|
|
|
{ |
|
|
|
switch((insn.bits >> 0x7) & 0x7) |
|
|
|
@ -1019,6 +1029,11 @@ switch((insn.bits >> 0x0) & 0x7f) |
|
|
|
#include "insns/c_addi.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x41: |
|
|
|
{ |
|
|
|
#include "insns/c_li.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x43: |
|
|
|
{ |
|
|
|
switch((insn.bits >> 0x7) & 0x7) |
|
|
|
@ -1550,6 +1565,11 @@ switch((insn.bits >> 0x0) & 0x7f) |
|
|
|
#include "insns/c_addi.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x61: |
|
|
|
{ |
|
|
|
#include "insns/c_li.h" |
|
|
|
break; |
|
|
|
} |
|
|
|
case 0x63: |
|
|
|
{ |
|
|
|
switch((insn.bits >> 0x7) & 0x7) |
|
|
|
|