Last change
on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago |
binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm
|
File size:
635 bytes
|
Line | |
---|
1 | #source: addpcis.s
|
---|
2 | #as: -a64 -mpower9
|
---|
3 | #ld: -melf64ppc -Ttext=0x10000000 --defsym ext1=0 --defsym ext2=0x8fff0000
|
---|
4 | #objdump: -d -Mpower9
|
---|
5 |
|
---|
6 | .*: file format .*
|
---|
7 |
|
---|
8 | Disassembly of section \.text:
|
---|
9 |
|
---|
10 | 0+10000000 <_start>:
|
---|
11 | 10000000: (4c 60 f0 04|04 f0 60 4c) addpcis r3,-4096
|
---|
12 | 10000004: (38 63 ff fc|fc ff 63 38) addi r3,r3,-4
|
---|
13 | 10000008: (4c 9f 7f c5|c5 7f 9f 4c) addpcis r4,32767
|
---|
14 | 1000000c: (38 84 ff f4|f4 ff 84 38) addi r4,r4,-12
|
---|
15 | 10000010: (4c a0 00 05|05 00 a0 4c) addpcis r5,1
|
---|
16 | 10000014: (38 a5 80 00|00 80 a5 38) addi r5,r5,-32768
|
---|
17 | \.\.\.
|
---|
18 |
|
---|
19 | 0+10008014 <forw>:
|
---|
20 | 10008014: (60 00 00 00|00 00 00 60) nop
|
---|
Note:
See
TracBrowser
for help on using the repository browser.