i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-branch-2b.d
1 #source: align-branch-2.s
2 #as: -malign-branch-boundary=32 -malign-branch=indirect
3 #objdump: -dw
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+ <foo>:
10 0: 64 64 64 a3 01 00 00 00 fs fs mov %eax,%fs:0x1
11 8: 55 push %ebp
12 9: 55 push %ebp
13 a: 55 push %ebp
14 b: 55 push %ebp
15 c: 89 e5 mov %esp,%ebp
16 e: 89 75 f4 mov %esi,-0xc\(%ebp\)
17 11: 89 75 f4 mov %esi,-0xc\(%ebp\)
18 14: 89 75 f4 mov %esi,-0xc\(%ebp\)
19 17: 89 75 f4 mov %esi,-0xc\(%ebp\)
20 1a: 89 75 f4 mov %esi,-0xc\(%ebp\)
21 1d: 89 75 f4 mov %esi,-0xc\(%ebp\)
22 20: ff e0 jmp \*%eax
23 22: 3e 3e 55 ds ds push %ebp
24 25: 55 push %ebp
25 26: 64 a3 01 00 00 00 mov %eax,%fs:0x1
26 2c: 89 e5 mov %esp,%ebp
27 2e: 89 75 f4 mov %esi,-0xc\(%ebp\)
28 31: 89 75 f4 mov %esi,-0xc\(%ebp\)
29 34: 89 75 f4 mov %esi,-0xc\(%ebp\)
30 37: 89 75 f4 mov %esi,-0xc\(%ebp\)
31 3a: 89 75 f4 mov %esi,-0xc\(%ebp\)
32 3d: 89 75 f4 mov %esi,-0xc\(%ebp\)
33 40: ff d0 call \*%eax
34 42: 89 75 f4 mov %esi,-0xc\(%ebp\)
35 45: 55 push %ebp
36 46: 55 push %ebp
37 47: 64 a3 01 00 00 00 mov %eax,%fs:0x1
38 4d: 89 e5 mov %esp,%ebp
39 4f: 89 75 f4 mov %esi,-0xc\(%ebp\)
40 52: 89 75 f4 mov %esi,-0xc\(%ebp\)
41 55: 89 75 f4 mov %esi,-0xc\(%ebp\)
42 58: 89 75 f4 mov %esi,-0xc\(%ebp\)
43 5b: e8 [0-9a-f ]+ call .*
44 60: 89 75 f4 mov %esi,-0xc\(%ebp\)
45 63: 55 push %ebp
46 64: 55 push %ebp
47 65: 55 push %ebp
48 66: 55 push %ebp
49 67: 64 a3 01 00 00 00 mov %eax,%fs:0x1
50 6d: 89 e5 mov %esp,%ebp
51 6f: 89 75 f4 mov %esi,-0xc\(%ebp\)
52 72: 89 75 f4 mov %esi,-0xc\(%ebp\)
53 75: ff 15 00 00 00 00 call \*0x0
54 7b: 55 push %ebp
55 #pass
This page took 0.029353 seconds and 4 git commands to generate.