[PATCH] D155142: Add PBNDKB instruction.

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 06:33:48 PDT 2023


skan added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrSystem.td:434
+let Uses = [RAX, RBX, RCX], Predicates = [In64BitMode] in
+def PBNDKB : I<0x01, MRM_C7, (outs), (ins), "pbndkb", []>, PS;
 let Uses = [RSI, RDI, RCX], Predicates = [In64BitMode] in {
----------------
Doesn't this instruction affect EFLAGS?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155142



More information about the llvm-commits mailing list