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

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 16:18:56 PST 2018


rafauler added inline comments.


================
Comment at: test/MC/Disassembler/X86/amd3dnow.txt:28
+# CHECK: pavgusb    (%rdi,%r8), %mm1
+0x42 0x0f 0x0f 0x0c 0x07 0xbf
----------------
craig.topper wrote:
> Is this all the 3dnow instructions? I think some may be missing.
There are some that are definitely missing, I'll try to add them all here, since there aren't too many in the entire 3dnow encoding space.


Repository:
  rL LLVM

https://reviews.llvm.org/D43311





More information about the llvm-commits mailing list