[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:25 PDT 2024


================
@@ -212,6 +218,12 @@ def MOV16sm : I<0x8E, MRMSrcMem, (outs SEGMENT_REG:$dst), (ins i16mem:$src),
 
 let SchedRW = [WriteSystem] in {
 def SWAPGS : I<0x01, MRM_F8, (outs), (ins), "swapgs", []>, TB;
+// LKGS instructions
+let mayLoad = 1 in
+def LKGS16m : I<0x00, MRM6m, (outs), (ins i16mem:$src), "lkgs{w}\t$src",
----------------
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