Support for assembling slti instructions. (#4508)
This commit is contained in:
parent
bce7bd76c1
commit
1d9ae2a381
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ static struct {
|
|||
{ "sll", 'R', -3, 0, 0 },
|
||||
{ "sllv", 'R', 3, 4, 0 },
|
||||
{ "slt", 'R', 3, 42, 0 },
|
||||
{ "slti", 'I', 3, 10, 0 },
|
||||
{ "sltu", 'R', 3, 43, 0 },
|
||||
{ "sra", 'R', -3, 3, 0 },
|
||||
{ "srl", 'R', -3, 2, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue