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

18 lines
244 B
ArmAsm

.text
_start:
movq %cr8, %rax
movq %cr8, %rdi
movq %rax, %cr8
movq %rdi, %cr8
.att_syntax noprefix
movq cr8, rax
movq cr8, rdi
movq rax, cr8
movq rdi, cr8
.intel_syntax noprefix
mov rax, cr8
mov rdi, cr8
mov cr8, rax
mov cr8, rdi