x86: Allow integer conversion without suffix in AT&T syntax
[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
aeab2b26
JB
22 retw
23 retw $8
24
28dbc079
L
25 .intel_syntax noprefix
26 call rax
27 callq rax
28 call ax
29 callw ax
30 callw [rax]
31 jmp rax
32 jmpq rax
33 jmp ax
34 jmpw ax
35 jmpw [rax]
00f51a41
L
36 call 0x100040
37 jmp 0x100040
aeab2b26
JB
38 retw
39 retw 8
This page took 0.674892 seconds and 4 git commands to generate.