instrs: Add RDMSRLIST/WRMSRLIST

This commit is contained in:
Alexis Engelke
2022-11-27 12:45:00 +01:00
parent 99bea8a81e
commit 769218bbc9
3 changed files with 9 additions and 0 deletions

View File

@@ -417,6 +417,8 @@ main(int argc, char** argv)
// TODO: MOVDIR64B first operand has address size.
// TEST32("\x67\x66\x0f\x38\xf8\x01", "movdir64b ax, zmmword ptr [cx]");
// TEST64("\x67\x66\x0f\x38\xf8\x01", "movdir64b eax, zmmword ptr [ecx]");
TEST64("\xf2\x0f\x01\xc6", "rdmsrlist");
TEST64("\xf3\x0f\x01\xc6", "wrmsrlist");
TEST("\x0f\xae\xe8", "lfence");
TEST("\x0f\xae\xe9", "lfence");