udis86: Add clac/stac instructions for SMAP.

still in a PR:
e9dfa2d79a
This commit is contained in:
Jérôme Duval 2018-01-13 15:31:39 +01:00
parent ff2e2f8198
commit c8fcb2a04e
2 changed files with 2429 additions and 2423 deletions

View File

@ -63,6 +63,7 @@ enum ud_mnemonic_code {
UD_Icbw, UD_Icbw,
UD_Icdq, UD_Icdq,
UD_Icdqe, UD_Icdqe,
UD_Iclac,
UD_Iclc, UD_Iclc,
UD_Icld, UD_Icld,
UD_Iclflush, UD_Iclflush,
@ -606,6 +607,7 @@ enum ud_mnemonic_code {
UD_Isqrtps, UD_Isqrtps,
UD_Isqrtsd, UD_Isqrtsd,
UD_Isqrtss, UD_Isqrtss,
UD_Istac,
UD_Istc, UD_Istc,
UD_Istd, UD_Istd,
UD_Istgi, UD_Istgi,

File diff suppressed because it is too large Load Diff