i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-branch-2a.d
1 #source: align-branch-2.s
2 #as: -malign-branch-boundary=32 -malign-branch=fused+jcc+jmp
3 #objdump: -dw
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+ <foo>:
10 0: 64 a3 01 00 00 00 mov %eax,%fs: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 75 f4 mov %esi,-0xc\(%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: ff e0 jmp \*%eax
23 20: 55 push %ebp
24 21: 55 push %ebp
25 22: 64 a3 01 00 00 00 mov %eax,%fs:0x1
26 28: 89 e5 mov %esp,%ebp
27 2a: 89 75 f4 mov %esi,-0xc\(%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: ff d0 call \*%eax
34 3e: 89 75 f4 mov %esi,-0xc\(%ebp\)
35 41: 55 push %ebp
36 42: 55 push %ebp
37 43: 64 a3 01 00 00 00 mov %eax,%fs:0x1
38 49: 89 e5 mov %esp,%ebp
39 4b: 89 75 f4 mov %esi,-0xc\(%ebp\)
40 4e: 89 75 f4 mov %esi,-0xc\(%ebp\)
41 51: 89 75 f4 mov %esi,-0xc\(%ebp\)
42 54: 89 75 f4 mov %esi,-0xc\(%ebp\)
43 57: e8 [0-9a-f ]+ call .*
44 5c: 89 75 f4 mov %esi,-0xc\(%ebp\)
45 5f: 55 push %ebp
46 60: 55 push %ebp
47 61: 55 push %ebp
48 62: 55 push %ebp
49 63: 64 a3 01 00 00 00 mov %eax,%fs:0x1
50 69: 89 e5 mov %esp,%ebp
51 6b: 89 75 f4 mov %esi,-0xc\(%ebp\)
52 6e: 89 75 f4 mov %esi,-0xc\(%ebp\)
53 71: ff 15 00 00 00 00 call \*0x0
54 77: 55 push %ebp
55 #pass
This page took 0.031238 seconds and 4 git commands to generate.