mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Add CLAC/STAC instruction encoding/decoding support
As these two instructions in AVX extension are privileged instructions for special purpose, it's only expected to be used in inlined assembly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -121,3 +121,9 @@
|
||||
|
||||
# CHECK: xsaveoptq (%rax)
|
||||
0x48 0x0f 0xae 0x30
|
||||
|
||||
# CHECK: clac
|
||||
0x0f 0x01 0xca
|
||||
|
||||
# CHECK: stac
|
||||
0x0f 0x01 0xcb
|
||||
|
Reference in New Issue
Block a user