mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Add usage message for mov64 to DynASM x64.
This commit is contained in:
parent
547508f36f
commit
b2b8577a93
@ -1648,6 +1648,7 @@ end
|
|||||||
-- x64-specific opcode for 64 bit immediates and displacements.
|
-- x64-specific opcode for 64 bit immediates and displacements.
|
||||||
if x64 then
|
if x64 then
|
||||||
function map_op.mov64_2(params)
|
function map_op.mov64_2(params)
|
||||||
|
if not params then return { "reg, imm", "reg, [disp]", "[disp], reg" } end
|
||||||
local opcode, op64, sz, rex
|
local opcode, op64, sz, rex
|
||||||
local op64 = match(params[1], "^%[%s*(.-)%s*%]$")
|
local op64 = match(params[1], "^%[%s*(.-)%s*%]$")
|
||||||
if op64 then
|
if op64 then
|
||||||
|
Loading…
Reference in New Issue
Block a user