x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / sleb128.d
1 #objdump : -s -j .data -j "\$DATA\$"
2 #name : .sleb128 tests
3
4 .*: .*
5
6 Contents of section (\.data|\$DATA\$):
7 #
8 # 0x76543210 : 000_0111 0110_010 1_0100_00 11_0010_0 001_0000
9 # 0x80000000 : 000_1000 0000_000 0_0000_00 00_0000_0 000_0000
10 # 0x87654321 : 000_1000 0111_011 0_0101_01 00_0011_0 010_0001
11 # 0xffffffff : ..................................... 111_1111
12 #
13 0000 90e4d0b2 07808080 8008a186 95bb08ff .*
14 #
15 # 0xffffffff : 000_1111 1111_111 1_1111_11 11_1111_1 ........
16 # -0x76543210 : 111_1000 1001_101 0_1011_11 00_1101_1 111_0000
17 # -0x80000000 : 111_1000 0000_000 0_0000_00 00_0000_0 000_0000
18 # -0x87654321 : ........................... 11_1100_1 101_1111
19 #
20 00.. ffffff0f f09bafcd 78808080 8078dff9 .*
21 #
22 # -0x87654321 : 111_0111 1000_100 1_1010_10 ..................
23 # -0xffffffff : 111_0000 0000_000 0_0000_00 00_0000_0 000_0001
24 # 789abcdef : 111_1000 1001_101 0_1011_11 00_1101_1 110_1111
25 # 0x123456 : ........ 0010_001 1_0100_01 01_0110_0
26 #
27 00.. eac47781 80808070 ef9bafcd f8acd191 .*
28 #
29 # 0x123456 : 000_0001 ............................
30 # 789abcdef : 000_0111 0110_010 1_0100_00 11_0010_0 001_0001
31 # -0x123456 : 111_1110 1101_110 0_1011_10 01_1001_1
32 # fffffffff : 000_0000 0000_000 0_0000_00 00_0000_0 000_0001
33 # -0x7ff : ......... 00_0000_0
34 #
35 00.. 0191e4d0 b287d3ae ee7e8180 80808080 .*
36 #
37 # -0x7ff : 1_1000_00 .........
38 # 000000000 : 000_0000 0000_000 0_0000_00 00_0000_0 000_0000
39 # -0x800 : 1_1000_00 00_0000_0
40 # fffffffff : 000_0000 0000_000 0_0000_00 00_0000_0 000_0001
41 # -0x7ffffff : .................. 0000_000 0_0000_00 00_0000_0
42 #
43 00.. 60808080 80808060 81808080 80808080 .*
44 #
45 # -0x7ffffff : 11_1111_1 000_0000 ............................
46 # 000000000 : 000_0000 0000_000 0_0000_00 00_0000_0 000_0000
47 # -0x8000000 : 11_1111_1 000_0000 0000_000 0_0000_00 00_0000_0
48 # -0x100000000 : ........ 0000_000 0_0000_00 00_0000_0 000_0000
49 #
50 00.. 807f8080 80808080 8080807f 80808080 .*
51 #
52 # -0x100000000 : 111_0000 .....................................
53 # 000000000 : 000_0000 0000_000 0_0000_00 00_0000_0 000_0000
54 # -0x1000 : 1_0000_00 00_0000_0
55 #
56 00.. 70808080 80808040 00000000 00000000 .*
57 #pass
This page took 0.030206 seconds and 4 git commands to generate.