[PATCH] D94134: [X86] Add TLBSYNC, INVLPGB and SNP instructions

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 18:44:05 PST 2021


pengfei added inline comments.


================
Comment at: llvm/test/MC/Disassembler/X86/x86-32.txt:1013-1017
+# CHECK: rmpupdate
+0xf2 0x0f 0x01 0xfe
+
+# CHECK: rmpadjust
+0xf3 0x0f 0x01 0xfe
----------------
Are they 64 bit only instructions?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94134/new/

https://reviews.llvm.org/D94134



More information about the llvm-commits mailing list