[llvm] [X86][MC] Support Intel FRED and LKGS instructions. (PR #91909)

Freddy Ye via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 00:27:29 PDT 2024


================
@@ -68,6 +68,12 @@ def SYSENTER : I<0x34, RawFrm, (outs), (ins), "sysenter", []>, TB;
 def SYSEXIT   : I<0x35, RawFrm, (outs), (ins), "sysexit{l}", []>, TB;
 def SYSEXIT64 :RI<0x35, RawFrm, (outs), (ins), "sysexitq", []>, TB,
                   Requires<[In64BitMode]>;
+
+// FRED Instructions
+def ERETS: I<0x01, MRM_CA, (outs), (ins), "erets",
----------------
FreddyLeaf wrote:

[0c6410e](https://github.com/llvm/llvm-project/pull/91909/commits/0c6410e012eea7629a91796d32aaf5bd35391356)

https://github.com/llvm/llvm-project/pull/91909


More information about the llvm-commits mailing list