x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch.s
1 .text
2 callq *%rax
3 call *%rax
4 call *%ax
5 callw *%ax
6 callw *(%rax)
7 jmpq *%rax
8 jmp *%rax
9 jmp *%ax
10 jmpw *%ax
11 jmpw *(%rax)
12 call 0x100040
13 jmp 0x100040
14
15 .byte 0x66
16 call foo
17 .byte 0x66
18 jmp foo
19 .byte 0x66
20 jb foo
21
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]
33 call 0x100040
34 jmp 0x100040
This page took 0.029502 seconds and 4 git commands to generate.