x86: support further AMD Zen2 instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-mpx-branch-2.s
CommitLineData
c3320543
L
1 .text
2 call 0x100040
3 jmp 0x100040
4
5foo1:
6 jmp foo1
7 jb foo1
8 call foo1
9 jmp foo2
10 jb foo2
11 call foo2
12foo2:
13 jmp foo
14 jb foo
15 call foo
16 jmp foo@PLT
17 jb foo@PLT
18 call foo@plt
This page took 0.345762 seconds and 4 git commands to generate.