[llvm] [X86][MC] Support encoding/decoding for APX variant MUL/IMUL/DIV/IDIV instructions (PR #76919)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 22:34:25 PST 2024
================
@@ -72,23 +72,59 @@ multiclass Mul<bits<8> o, string m, Format RegMRM, Format MemMRM, SDPatternOpera
// This probably ought to be moved to a def : Pat<> if the
// syntax can be accepted.
let Defs = [AL,EFLAGS,AX], Uses = [AL] in
----------------
KanRobert wrote:
Will do
https://github.com/llvm/llvm-project/pull/76919
More information about the llvm-commits
mailing list