x86-64: correct / adjust prefix emission
[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 bnd data16 rex.w call 0x100040
6 bnd data16 rex.w jmp 0x100040
7
8 foo1:
9 bnd jmp foo1
10 bnd jb foo1
11 bnd call foo1
12 bnd jmp foo2
13 bnd jb foo2
14 bnd call foo2
15 foo2:
16 bnd jmp foo
17 bnd jb foo
18 bnd call foo
19 bnd jmp foo@PLT
20 bnd jb foo@PLT
21 bnd call foo@plt
This page took 0.037281 seconds and 4 git commands to generate.