udis86: Add clac/stac instructions for SMAP.
still in a PR: https://github.com/vmt/udis86/pull/108/commits/e9dfa2d79a8672a5e1d043a5dd272ad0f078a320
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
+2427
-2423
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user