mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix jit.dump() output for IR_CONV.
This commit is contained in:
parent
98f95f6918
commit
44bd7437a2
@ -272,7 +272,7 @@ local litname = {
|
|||||||
s = irtype[band(shr(mode, 5), 31)].."."..s
|
s = irtype[band(shr(mode, 5), 31)].."."..s
|
||||||
if band(mode, 0x400) ~= 0 then s = s.." trunc"
|
if band(mode, 0x400) ~= 0 then s = s.." trunc"
|
||||||
elseif band(mode, 0x800) ~= 0 then s = s.." sext" end
|
elseif band(mode, 0x800) ~= 0 then s = s.." sext" end
|
||||||
local c = shr(mode, 14)
|
local c = shr(mode, 12)
|
||||||
if c == 2 then s = s.." index" elseif c == 3 then s = s.." check" end
|
if c == 2 then s = s.." index" elseif c == 3 then s = s.." check" end
|
||||||
t[mode] = s
|
t[mode] = s
|
||||||
return s
|
return s
|
||||||
|
Loading…
Reference in New Issue
Block a user