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

13 lines
241 B
ArmAsm

# MPX instructions
.allow_index_reg
.text
bnd add %rax, %rbx # Bad
bnd stosw (%edi) # Bad
bnd loop foo
bnd jrcxz foo
.intel_syntax noprefix
bnd add rbx, rax # Bad
bnd stos WORD PTR [edi] # Bad
bnd loop foo
bnd jrcxz foo