stop using OXxx1 and use new OLoad
This commit is contained in:
parent
7922b259d9
commit
97cfdc309e
6 changed files with 34 additions and 53 deletions
|
@ -15,16 +15,13 @@ OpDesc opdesc[NOp] = {
|
|||
[OStorew] = { "storew", 0 },
|
||||
[OStoreh] = { "storeh", 0 },
|
||||
[OStoreb] = { "storeb", 0 },
|
||||
[OLoadl] = { "loadl", 0 },
|
||||
[OLoad] = { "load", 0 },
|
||||
[OLoadsw] = { "loadsw", 0 },
|
||||
[OLoaduw] = { "loaduw", 0 },
|
||||
[OLoadsh] = { "loadsh", 0 },
|
||||
[OLoaduh] = { "loaduh", 0 },
|
||||
[OLoadsb] = { "loadsb", 0 },
|
||||
[OLoadub] = { "loadub", 0 },
|
||||
[OLoadd] = { "loadd", 0 },
|
||||
[OLoads] = { "loads", 0 },
|
||||
[OExtl] = { "extl", 0 }, /* buu... fix mem.c */
|
||||
[OExtsw] = { "extsw", 0 },
|
||||
[OExtuw] = { "extuw", 0 },
|
||||
[OExtsh] = { "extsh", 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue