Support for assembling slti instructions. (#4508)

This commit is contained in:
Matt Davis 2024-05-23 01:49:02 -04:00 committed by GitHub
parent bce7bd76c1
commit 1d9ae2a381
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },