i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-mpx-branch-1.s
1 .text
2 bnd call 0x100040
3 bnd jmp 0x100040
4
5 foo1:
6 bnd jmp foo1
7 bnd jb foo1
8 bnd call foo1
9 bnd jmp foo2
10 bnd jb foo2
11 bnd call foo2
12 foo2:
13 bnd jmp foo
14 bnd jb foo
15 bnd call foo
16 bnd jmp foo@PLT
17 bnd jb foo@PLT
18 bnd call foo@plt
This page took 0.038841 seconds and 4 git commands to generate.