i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-branch-2c.d
1 #source: align-branch-2.s
2 #as: -malign-branch-boundary=32 -malign-branch=indirect+call
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: 36 36 36 36 36 89 75 f4 ss ss ss ss mov %esi,%ss:-0xc\(%ebp\)
35 4a: 55 push %ebp
36 4b: 55 push %ebp
37 4c: 64 a3 01 00 00 00 mov %eax,%fs:0x1
38 52: 89 e5 mov %esp,%ebp
39 54: 89 75 f4 mov %esi,-0xc\(%ebp\)
40 57: 89 75 f4 mov %esi,-0xc\(%ebp\)
41 5a: 89 75 f4 mov %esi,-0xc\(%ebp\)
42 5d: 89 75 f4 mov %esi,-0xc\(%ebp\)
43 60: e8 [0-9a-f ]+ call .*
44 65: 36 36 36 36 36 89 75 f4 ss ss ss ss mov %esi,%ss:-0xc\(%ebp\)
45 6d: 3e 55 ds push %ebp
46 6f: 55 push %ebp
47 70: 55 push %ebp
48 71: 55 push %ebp
49 72: 64 a3 01 00 00 00 mov %eax,%fs:0x1
50 78: 89 e5 mov %esp,%ebp
51 7a: 89 75 f4 mov %esi,-0xc\(%ebp\)
52 7d: 89 75 f4 mov %esi,-0xc\(%ebp\)
53 80: ff 15 00 00 00 00 call \*0x0
54 86: 55 push %ebp
55 #pass
This page took 0.031348 seconds and 4 git commands to generate.