[llvm] [X86][MC] Support encoding/decoding for JMPABS (PR #72835)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 04:34:25 PST 2023
================
@@ -1305,6 +1305,8 @@ PrefixKind X86MCCodeEmitter::emitREXPrefix(int MemOperand, const MCInst &MI,
}
}
}
+ if (TSFlags & X86II::ExplicitREX2Prefix)
----------------
phoebewang wrote:
`TSFlags & X86II::ExplicitREX2Prefix == X86II::ExplicitREX2Prefix`
https://github.com/llvm/llvm-project/pull/72835
More information about the llvm-commits
mailing list