Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/i386/x86-64-inval-invpcid.s
2023-03-06 14:48:14 +01:00

13 lines
245 B
ArmAsm

# Check illegal 64bit INVPCID instructions
.text
_start:
invvpid (%rcx), %bx
invvpid (%rcx), %ebx
invvpid %rbx, (%rcx)
invvpid %rbx, %rcx
.intel_syntax noprefix
invvpid bx, [rcx]
invvpid ebx, [rcx]
invvpid [rcx], rbx
invvpid rcx, rbx