================
@@ -121,11 +126,14 @@ class X86OpcodePrefixHelper {
unsigned R : 1;
unsigned X : 1;
unsigned B : 1;
+ unsigned M : 1;
----------------
phoebewang wrote:
No representation in EVEX encoding?
https://github.com/llvm/llvm-project/pull/71909