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

19 lines
174 B
ArmAsm

# Check 64bit RTM new instructions.
.text
foo:
xabort $0x8
1:
xbegin 1b
xbegin 2f
2:
xend
.intel_syntax noprefix
xabort 0x8
1:
xbegin 1b
xbegin 2f
2:
xend
xtest