brintos

brintos / llvm-project-archived public Read only

0
0
Text · 642 B · 733bbb3 Raw
42 lines · plain
1    .text2    .global getA3    .type getA,@function4getA:5.LgepA:6    addis 2, 12, .TOC.-.LgepA@ha7    addi 2, 2, .TOC.-.LgepA@l8.LlepA:9    .localentry getA, .LlepA-.LgepA10    ld 3, .LC0@toc(2)11    lwa 3, 0(3)12    blr13 14    .global getB15    .type getB,@function16getB:17.LgepB:18    addis 2, 12, .TOC.-.LgepB@ha19    addi 2, 2, .TOC.-.LgepB@l20.LlepB:21    .localentry getB, .LlepB-.LgepB22    ld 3, .LC1@toc(2)23    lwa 3, 0(3)24    blr25 26    .section .toc,"aw",@progbits27.LC0:28    .tc a[TC],a29.LConst1:30    .quad 0xa31.LC1:32    .tc b[TC],b33.Lconst2:34    .quad 0xaabbccddeeff35 36    .type b,@object37    .data38    .global b39b:40    .long 2241    .size b, 442