i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-branch-1i.d
1 #source: align-branch-1.s
2 #as: -malign-branch-boundary=32 -malign-branch-prefix-size=0
3 #objdump: -dw
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+ <foo>:
10 0: 65 a3 01 00 00 00 mov %eax,%gs:0x1
11 6: 55 push %ebp
12 7: 55 push %ebp
13 8: 55 push %ebp
14 9: 55 push %ebp
15 a: 89 e5 mov %esp,%ebp
16 c: 89 7d f8 mov %edi,-0x8\(%ebp\)
17 f: 89 75 f4 mov %esi,-0xc\(%ebp\)
18 12: 89 75 f4 mov %esi,-0xc\(%ebp\)
19 15: 89 75 f4 mov %esi,-0xc\(%ebp\)
20 18: 89 75 f4 mov %esi,-0xc\(%ebp\)
21 1b: 89 75 f4 mov %esi,-0xc\(%ebp\)
22 1e: 66 90 xchg %ax,%ax
23 20: 39 c5 cmp %eax,%ebp
24 22: 74 5e je 82 <foo\+0x82>
25 24: 89 73 f4 mov %esi,-0xc\(%ebx\)
26 27: 89 75 f4 mov %esi,-0xc\(%ebp\)
27 2a: 89 7d f8 mov %edi,-0x8\(%ebp\)
28 2d: 89 75 f4 mov %esi,-0xc\(%ebp\)
29 30: 89 75 f4 mov %esi,-0xc\(%ebp\)
30 33: 89 75 f4 mov %esi,-0xc\(%ebp\)
31 36: 89 75 f4 mov %esi,-0xc\(%ebp\)
32 39: 89 75 f4 mov %esi,-0xc\(%ebp\)
33 3c: 5d pop %ebp
34 3d: 5d pop %ebp
35 3e: 5d pop %ebp
36 3f: 90 nop
37 40: 74 40 je 82 <foo\+0x82>
38 42: 5d pop %ebp
39 43: 74 3d je 82 <foo\+0x82>
40 45: 89 44 24 fc mov %eax,-0x4\(%esp\)
41 49: 89 75 f4 mov %esi,-0xc\(%ebp\)
42 4c: 89 7d f8 mov %edi,-0x8\(%ebp\)
43 4f: 89 75 f4 mov %esi,-0xc\(%ebp\)
44 52: 89 75 f4 mov %esi,-0xc\(%ebp\)
45 55: 89 75 f4 mov %esi,-0xc\(%ebp\)
46 58: 89 75 f4 mov %esi,-0xc\(%ebp\)
47 5b: 89 75 f4 mov %esi,-0xc\(%ebp\)
48 5e: 5d pop %ebp
49 5f: 90 nop
50 60: eb 26 jmp 88 <foo\+0x88>
51 62: eb 24 jmp 88 <foo\+0x88>
52 64: eb 22 jmp 88 <foo\+0x88>
53 66: 89 45 fc mov %eax,-0x4\(%ebp\)
54 69: 89 75 f4 mov %esi,-0xc\(%ebp\)
55 6c: 89 7d f8 mov %edi,-0x8\(%ebp\)
56 6f: 89 75 f4 mov %esi,-0xc\(%ebp\)
57 72: 89 75 f4 mov %esi,-0xc\(%ebp\)
58 75: 89 75 f4 mov %esi,-0xc\(%ebp\)
59 78: 5d pop %ebp
60 79: 5d pop %ebp
61 7a: 39 c5 cmp %eax,%ebp
62 7c: 74 04 je 82 <foo\+0x82>
63 7e: 66 90 xchg %ax,%ax
64 80: eb 06 jmp 88 <foo\+0x88>
65 82: 8b 45 f4 mov -0xc\(%ebp\),%eax
66 85: 89 45 fc mov %eax,-0x4\(%ebp\)
67 88: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
68 8e: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
69 94: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
70 9a: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
71 a0: 89 75 0c mov %esi,0xc\(%ebp\)
72 a3: e9 [0-9a-f ]+ jmp .*
73 a8: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
74 ae: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
75 b4: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
76 ba: 89 b5 50 fb ff ff mov %esi,-0x4b0\(%ebp\)
77 c0: 89 75 00 mov %esi,0x0\(%ebp\)
78 c3: 74 c3 je 88 <foo\+0x88>
79 c5: 74 c1 je 88 <foo\+0x88>
80 #pass
This page took 0.031155 seconds and 4 git commands to generate.