mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Whitespace.
This commit is contained in:
parent
ffa5a2b045
commit
559545eb6d
@ -252,13 +252,13 @@ local map_op = {
|
||||
addis_3 = "3c000000RR0I",
|
||||
lis_2 = "3c000000RI",
|
||||
lus_2 = "3c000000RU",
|
||||
bc_3 = "40000000AAK",
|
||||
bcl_3 = "40000001AAK",
|
||||
bc_3 = "40000000AAK",
|
||||
bcl_3 = "40000001AAK",
|
||||
bdnz_1 = "42000000K",
|
||||
bdz_1 = "42400000K",
|
||||
sc_0 = "44000000",
|
||||
b_1 = "48000000J",
|
||||
bl_1 = "48000001J",
|
||||
b_1 = "48000000J",
|
||||
bl_1 = "48000001J",
|
||||
rlwimi_5 = "50000000RR~AAA.",
|
||||
rlwinm_5 = "54000000RR~AAA.",
|
||||
rlwnm_5 = "5c000000RR~RAA.",
|
||||
|
@ -1699,7 +1699,7 @@ if x64 then
|
||||
end
|
||||
op64 = params[2]
|
||||
opcode = 0xb8 + (a.reg%8) -- !x64: no VREG support.
|
||||
rex = a.reg > 7 and 9 or 8
|
||||
rex = a.reg > 7 and 9 or 8
|
||||
end
|
||||
end
|
||||
wputop(sz, opcode, rex)
|
||||
|
Loading…
Reference in New Issue
Block a user