[llvm] [X86][MC] Support enc/dec for SETZUCC and promoted SETCC. (PR #86473)
Freddy Ye via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 26 02:12:34 PDT 2024
================
@@ -0,0 +1,98 @@
+# RUN: llvm-mc -triple x86_64 -show-encoding %s | FileCheck %s
+
+# CHECK: {evex} seto %al
+# CHECK: encoding: [0x62,0xf4,0x7f,0x08,0x40,0xc0]
+ {evex} setob %al
----------------
FreddyLeaf wrote:
85f8ab0b7986b8e1f823ac4cc5b639440b0ce77c
https://github.com/llvm/llvm-project/pull/86473
More information about the llvm-commits
mailing list