We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7220001 commit f84e1a0Copy full SHA for f84e1a0
lib/Arch/X86/Arch.cpp
@@ -319,6 +319,8 @@ std::map<xed_iform_enum_t, xed_iform_enum_t> kUnlockedIform = {
319
{XED_IFORM_CMPXCHG16B_LOCK_MEMdq, XED_IFORM_CMPXCHG16B_MEMdq},
320
{XED_IFORM_NEG_LOCK_MEMb, XED_IFORM_NEG_MEMb},
321
{XED_IFORM_NEG_LOCK_MEMv, XED_IFORM_NEG_MEMv},
322
+ {XED_IFORM_XCHG_MEMv_GPRv, XED_IFORM_XCHG_MEMv_GPRv},
323
+ {XED_IFORM_XCHG_MEMb_GPR8, XED_IFORM_XCHG_MEMb_GPR8},
324
};
325
326
// Name of this instruction function.
0 commit comments