i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch.s
CommitLineData
003519a7
L
1.text
2 callq *%rax
3 call *%rax
28dbc079
L
4 call *%ax
5 callw *%ax
6 callw *(%rax)
003519a7
L
7 jmpq *%rax
8 jmp *%rax
28dbc079
L
9 jmp *%ax
10 jmpw *%ax
11 jmpw *(%rax)
00f51a41
L
12 call 0x100040
13 jmp 0x100040
28dbc079 14
a72d2af2
L
15 .byte 0x66
16 call foo
17 .byte 0x66
18 jmp foo
19 .byte 0x66
20 jb foo
21
28dbc079
L
22 .intel_syntax noprefix
23 call rax
24 callq rax
25 call ax
26 callw ax
27 callw [rax]
28 jmp rax
29 jmpq rax
30 jmp ax
31 jmpw ax
32 jmpw [rax]
00f51a41
L
33 call 0x100040
34 jmp 0x100040
This page took 0.673828 seconds and 4 git commands to generate.