Add volatile XLOADs.

This commit is contained in:
Mike Pall
2011-01-19 02:05:12 +01:00
parent 925050fe3f
commit 8407ac0eca
3 changed files with 7 additions and 3 deletions

View File

@@ -234,7 +234,7 @@ local litname = {
t[mode] = s
return s
end}),
["XLOAD "] = { [0] = "", "R", "U", "RU", },
["XLOAD "] = { [0] = "", "R", "V", "RV", "U", "RU", "VU", "RVU", },
["CONV "] = setmetatable({}, { __index = function(t, mode)
local s = irtype[band(mode, 31)]
s = irtype[band(shr(mode, 5), 31)].."."..s