x86: Force relocation against local absolute symbol
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / store.d
1 #objdump: -dr
2 #name: store
3 .*: +file format .*
4 Disassembly of section .text:
5
6 00000000 <store_pointer_register>:
7 0: 78 93 \[FP\] = P0;
8 2: 71 92 \[SP\+\+\] = P1;
9 4: fd 92 \[FP--\] = P5;
10 6: d6 bf \[P2 \+ 0x3c\] = SP;
11 8: 28 e7 ff 7f \[P5 \+ 0x1fffc\] = P0;
12 c: 3a bc \[FP \+ 0x0\] = P2;
13 e: f9 bb \[FP -0x4\] = P1;
14 10: 08 ba \[FP -0x80\] = P0;
15
16 00000012 <store_data_register>:
17 12: 10 93 \[P2\] = R0;
18 14: 2a 92 \[P5\+\+\] = R2;
19 16: bf 92 \[FP--\] = R7;
20 18: b5 b3 \[SP \+ 0x38\] = R5;
21 1a: 33 e6 fc 3b \[SP \+ 0xeff0\] = R3;
22 1e: 38 e6 01 c0 \[FP \+ -0xfffc\] = R0;
23 22: 4f 88 \[FP \+\+ P1\] = R1;
24 24: 86 ba \[FP -0x60\] = R6;
25 26: 01 9f \[I0\] = R1;
26 28: 12 9e \[I2\+\+\] = R2;
27 2a: 9c 9e \[I3--\] = R4;
28 2c: 8f 9f \[I1 \+\+ M0\] = R7;
29
30 0000002e <store_data_register_half>:
31 2e: 5c 9f W\[I3\] = R4.H;
32 30: 40 9e W\[I0\+\+\] = R0.H;
33 32: d7 9e W\[I2--\] = R7.H;
34 34: b6 8d W\[SP\] = R6.H;
35 36: 07 8d W\[FP \+\+ P0\] = R4.H;
36
37 00000038 <store_low_data_register_half>:
38 38: 20 9f W\[I0\] = R0.L;
39 3a: 2f 9e W\[I1\+\+\] = R7.L;
40 3c: b1 9e W\[I2--\] = R1.L;
41 3e: b6 8a W\[SP\] = R2.L;
42 40: 13 97 W\[P2\] = R3;
43 42: 1d 96 W\[P3\+\+\] = R5;
44 44: bc 96 W\[FP--\] = R4;
45 46: cf b7 W\[P1 \+ 0x1e\] = R7;
46 48: 56 e6 ff 7f W\[P2 \+ 0xfffe\] = R6;
47 4c: 79 e6 98 a1 W\[FP \+ -0xbcd0\] = R1;
48 50: 56 8b W\[SP \+\+ P2\] = R5.L;
49
50 00000052 <store_byte>:
51 52: 39 9b B\[FP\] = R1;
52 54: 00 9a B\[P0\+\+\] = R0;
53 56: ba 9a B\[FP--\] = R2;
54 58: 97 e6 19 00 B\[P2 \+ 0x19\] = R7;
55 5c: be e6 01 80 B\[FP \+ -0x7fff\] = R6;
This page took 0.033166 seconds and 4 git commands to generate.