x86-64: generalize SIMD test expectations
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-jump.s
CommitLineData
a72d2af2
L
1.psize 0
2.text
3.extern xxx
4
51: jmp 1b
6 jmp xxx
7 jmp *xxx
8 jmp *%rdi
9 jmp *(%rdi)
10 ljmp *xxx(,%rdi,4)
11 ljmpw *xxx(,%rdi,4)
12 ljmp *xxx
13 ljmpw *xxx
14
15 call 1b
16 call xxx
17 call *xxx
18 call *%rdi
19 call *(%rdi)
20 lcall *xxx(,%rdi,4)
21 lcallw *xxx(,%rdi,4)
22 lcall *xxx
23 lcallw *xxx
24
25 jecxz 3+$
26 nop
27 jrcxz 2+$
28 nop
29
30 .intel_syntax noprefix
31 call word ptr [rbx]
32 call fword ptr [rbx]
33 jmp word ptr [rbx]
34 jmp fword ptr [rbx]
35 jmp $+2
36 nop
37 jecxz 3+$
38 nop
39 jrcxz 2+$
40 nop
41 jmp .+2
This page took 0.233049 seconds and 4 git commands to generate.