MIPS/GAS/testsuite: Extend MIPS16 testing over multiple ISAs
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-mpx-add-bnd-prefix.s
1 # Check -madd-bnd-prefix option
2 .text
3
4 call foo
5 call *(%rax)
6 je foo
7 jmp foo
8 jmp *(%rbx)
9 ret
10 foo:
11 # Use of REPNE prefix - we shouldn't get any error
12 repne ret
13 # BND prefix already exists - we shouldn't get any error here
14 bnd ret
15 bnd call foo
16 # Following instructions can't have BND prefix even if
17 # -madd-bnd-prefix is specified
18 add %rax, %rbx
19 loop foo
This page took 0.035175 seconds and 4 git commands to generate.