gas/
[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
13 .intel_syntax noprefix
14 call rax
15 callq rax
16 call ax
17 callw ax
18 callw [rax]
19 jmp rax
20 jmpq rax
21 jmp ax
22 jmpw ax
23 jmpw [rax]
This page took 0.030278 seconds and 4 git commands to generate.