[PATCH] D43311: [X86][3DNOW] Teach decoder about AMD 3DNow! instrs

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 16:14:21 PST 2018


craig.topper added inline comments.


================
Comment at: test/MC/Disassembler/X86/amd3dnow.txt:28
+# CHECK: pavgusb    (%rdi,%r8), %mm1
+0x42 0x0f 0x0f 0x0c 0x07 0xbf
----------------
Is this all the 3dnow instructions? I think some may be missing.


Repository:
  rL LLVM

https://reviews.llvm.org/D43311





More information about the llvm-commits mailing list