diff options
Diffstat (limited to 'ir/op.def')
| -rw-r--r-- | ir/op.def | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -57,10 +57,12 @@ _(loadu32, 1) _(loadi64, 1) _(loadf32, 1) _(loadf64, 1) -_(store8, 2) -_(store16, 2) -_(store32, 2) -_(store64, 2) +_(storei8, 2) +_(storei16, 2) +_(storei32, 2) +_(storei64, 2) +_(storef32, 2) +_(storef64, 2) _(param, 2) _(arg, 2) _(call, 2) |