mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
DynASM/x86: Add AES-NI opcodes.
Thanks to Peter Cawley.
This commit is contained in:
parent
e54ca424b5
commit
7e22082480
@ -1412,6 +1412,15 @@ local map_op = {
|
|||||||
movntsd_2 = "xr/qo:nF20F2BRm",
|
movntsd_2 = "xr/qo:nF20F2BRm",
|
||||||
movntss_2 = "xr/do:F30F2BRm",
|
movntss_2 = "xr/do:F30F2BRm",
|
||||||
-- popcnt is also in SSE4.2
|
-- popcnt is also in SSE4.2
|
||||||
|
|
||||||
|
-- AES-NI
|
||||||
|
aesdec_2 = "rmo:660F38DErM",
|
||||||
|
aesdeclast_2 = "rmo:660F38DFrM",
|
||||||
|
aesenc_2 = "rmo:660F38DCrM",
|
||||||
|
aesenclast_2 = "rmo:660F38DDrM",
|
||||||
|
aesimc_2 = "rmo:660F38DBrM",
|
||||||
|
aeskeygenassist_3 = "rmio:660F3ADFrMU",
|
||||||
|
pclmulqdq_3 = "rmio:660F3A44rMU",
|
||||||
}
|
}
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user