gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-align-branch-9.d
1 #as: -mbranches-within-32B-boundaries
2 #objdump: -dw
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <foo>:
9 0: c1 e9 02 shr \$0x2,%ecx
10 3: c1 e9 02 shr \$0x2,%ecx
11 6: c1 e9 02 shr \$0x2,%ecx
12 9: 89 d1 mov %edx,%ecx
13 b: 31 c0 xor %eax,%eax
14 d: c1 e9 02 shr \$0x2,%ecx
15 10: c1 e9 02 shr \$0x2,%ecx
16 13: c1 e9 02 shr \$0x2,%ecx
17 16: c1 e9 02 shr \$0x2,%ecx
18 19: c1 e9 02 shr \$0x2,%ecx
19 1c: c1 e9 02 shr \$0x2,%ecx
20 1f: 80 fa 02 cmp \$0x2,%dl
21 22: 70 df jo 3 <foo\+0x3>
22 24: 2e 2e 2e 2e 31 c0 cs cs cs cs xor %eax,%eax
23 2a: c1 e9 02 shr \$0x2,%ecx
24 2d: c1 e9 02 shr \$0x2,%ecx
25 30: c1 e9 02 shr \$0x2,%ecx
26 33: 89 d1 mov %edx,%ecx
27 35: 31 c0 xor %eax,%eax
28 37: c1 e9 02 shr \$0x2,%ecx
29 3a: c1 e9 02 shr \$0x2,%ecx
30 3d: c1 e9 02 shr \$0x2,%ecx
31 40: f6 c2 02 test \$0x2,%dl
32 43: 75 e8 jne 2d <foo\+0x2d>
33 45: 31 c0 xor %eax,%eax
34 47: c1 e9 02 shr \$0x2,%ecx
35 4a: c1 e9 02 shr \$0x2,%ecx
36 4d: 89 d1 mov %edx,%ecx
37 4f: c1 e9 02 shr \$0x2,%ecx
38 52: c1 e9 02 shr \$0x2,%ecx
39 55: 89 d1 mov %edx,%ecx
40 57: c1 e9 02 shr \$0x2,%ecx
41 5a: 89 d1 mov %edx,%ecx
42 5c: 31 c0 xor %eax,%eax
43 5e: ff c0 inc %eax
44 60: 76 cb jbe 2d <foo\+0x2d>
45 62: 31 c0 xor %eax,%eax
46 #pass
This page took 0.030611 seconds and 4 git commands to generate.