repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
stsp/binutils-ia16
1,191
ld/testsuite/ld-mips-elf/got-page-3a.s
.macro makeref,sym lw $5,%got(\sym\@)($gp) .endm .globl f1 .ent f1 f1: # See below. lw $4,%got(foo+0x120000)($gp) addiu $4,$4,%lo(foo+0x120000) # 2 pages lw $4,%got(foo-0x8000)($gp) addiu $4,$4,%lo(foo-0x8000) lw $4,%got(foo+0x800)($gp) addiu $4,$4,%lo(foo+0x8000) # 2 pages lw $4,%got(foo-0x1000000)($...
stsp/binutils-ia16
389,895
ld/testsuite/ld-mips-elf/multi-got-1-2.s
.globl sym_2_1 sym_2_1: la $2, sym_2_1 .globl sym_2_2 sym_2_2: la $2, sym_2_2 .globl sym_2_3 sym_2_3: la $2, sym_2_3 .globl sym_2_4 sym_2_4: la $2, sym_2_4 .globl sym_2_5 sym_2_5: la $2, sym_2_5 .globl sym_2_6 sym_2_6: la $2, sym_2_6 .globl sym_2_7 sym_2_7: la $2, sym_2_7 .globl sym_2_8 sym_2_8: la $2, sym_2_8 .globl s...
stsp/binutils-ia16
390,006
ld/testsuite/ld-mips-elf/multi-got-hidden-2.s
.globl sym_2_1 sym_2_1: la $2, sym_2_1 .globl sym_2_2 sym_2_2: la $2, sym_2_2 .globl sym_2_3 sym_2_3: la $2, sym_2_3 .globl sym_2_4 sym_2_4: la $2, sym_2_4 .globl sym_2_5 sym_2_5: la $2, sym_2_5 .globl sym_2_6 sym_2_6: la $2, sym_2_6 .globl sym_2_7 sym_2_7: la $2, sym_2_7 .globl sym_2_8 sym_2_8: la $2, sym_2_8 .globl s...
stsp/binutils-ia16
1,042
ld/testsuite/ld-mips-elf/tlsdyn-o32-2.s
.file 1 "tlsbin-o32.s" .abicalls .text .align 2 .globl other .ent other .type other,@function other: .frame $fp,16,$31 .mask 0x40000000,-8 .fmask 0x00000000,0 .set noreorder .cpload $25 .set reorder addiu $sp,$sp,-16 sw $fp,8($sp) move $fp,$sp .cprestore 0 # General Dynamic lw $25,%call16(__tls_get_...
stsp/binutils-ia16
1,656
ld/testsuite/ld-mips-elf/reloc-2b.s
.set noreorder .ent tstartb tstartb: lui $4,%hi(tstartb - 0x8010) # .text + 0x7fe0 addiu $4,$4,%lo(tstartb - 0x8010) lui $4,%hi(tstartb - 0x8000) # .text + 0x7ff0 addiu $4,$4,%lo(tstartb - 0x8000) lui $4,%hi(tstartb) # .text + 0xfff0 addiu $4,$4,%lo(tstartb) lui $4,%hi(tstartb + 0x7ff0) # .text + 0x17fe0 ad...
stsp/binutils-ia16
1,327
ld/testsuite/ld-avr/per-function-debugline.s
.file "per-function-debugline.s" __SP_H__ = 0x3e __SP_L__ = 0x3d __SREG__ = 0x3f __RAMPZ__ = 0x3b __tmp_reg__ = 0 __zero_reg__ = 1 .comm g,2,1 .section .text.bar,"ax",@progbits .global bar .type bar, @function bar: push r28 push r29 rcall . in r28,__SP_L__ in r29,__SP_H__ /* prologue: function */ /* frame size...
stsp/binutils-ia16
1,183
ld/testsuite/ld-avr/relax-02.s
.section ".text", "ax",@progbits .global _start, dest, end_label .global func_1, func_2, func_3 _start: local_start: nop nop nop nop nop .type _start, @function .size _start, .-_start .type local_start, @function .si...
stsp/binutils-ia16
1,480
ld/testsuite/ld-powerpc/tlstoc.s
.section ".tbss","awT",@nobits .global _start,gd0,ld0,ld1,ld2,ie0,le0,le1 .align 3 gd0: .space 8 ld0: .space 8 ld1: .space 8 ld2: .space 8 ie0: .space 8 le0: .space 8 le1: .space 8 .section ".tdata","awT",@progbits .align 3 gd4: .quad 0x123456789abcdef0 ld4: .quad 0x23456789abcdef01 ld5: .quad 0x3456789abcdef012 ...
stsp/binutils-ia16
3,130
ld/testsuite/ld-powerpc/tocopt8.s
.section .toc,"aw" x4t: .quad x4 x5t: .quad x5 .section .sdata,"aw" .p2align 4 x1: .quad 1 x2: .quad 2 x3: .quad 3 x4: .quad 4 x5: .quad 5 x6: .quad 6 .globl _start .text _start: # no need for got entry, optimise to nop,addi addis 9,2,x1@got@ha ld 9,x1@got@l(9) # must keep got entry, optimise to nop,ad...
stsp/binutils-ia16
2,940
ld/testsuite/ld-powerpc/pcrelopt.s
.text .globl _start _start: # original PCREL_OPT definition, with second insn immediately after first pld 9,sym@got@pcrel .reloc .-8,R_PPC64_PCREL_OPT,0 lbz 3,0(9) # but we now allow an offset to the second insn pld 22,sym@got@pcrel .reloc .-8,R_PPC64_PCREL_OPT,0f-(.-8) nop 0: lhz 4,0(22) # in fact, it can ...
stsp/binutils-ia16
2,213
ld/testsuite/ld-powerpc/vle-reloc-2.s
.section .text sub1: se_blr sub2: se_blr .section .text vle_reloc_2: e_or2i 1, low@l e_or2i 2, high@h e_or2i 3, high_adjust@ha e_or2i 4, low_sdarel@sdarel@l e_or2i 5, high_sdarel@sdarel@h e_or2i 6, high_adjust_sdarel@sdarel@ha e_and2i. 1, low@l e_and2i. 2, high@h e_and2i. 3, high_ad...
stsp/binutils-ia16
1,082
ld/testsuite/ld-powerpc/pr23937.s
.abiversion 2 .text .p2align 4,,15 .type implementation, @function implementation: .LCF0: addis 2,12,.TOC.-.LCF0@ha addi 2,2,.TOC.-.LCF0@l .localentry implementation,.-implementation mflr 0 addis 3,2,.LC0@toc@ha addi 3,3,.LC0@toc@l std 0,16(1) stdu 1,-32(1) bl puts nop addi 1,1,32 li 3,0 ld 0,16(1) mt...
stsp/binutils-ia16
2,740
ld/testsuite/ld-powerpc/tls32.s
.section ".tbss","awT",@nobits .global _start,gd0,ld0,ld1,ld2,ie0,le0,le1 .align 2 gd0: .space 4 ld0: .space 4 ld1: .space 4 ld2: .space 4 ie0: .space 4 le0: .space 4 le1: .space 4 .section ".tdata","awT",@progbits .align 2 gd4: .long 0x12345678 ld4: .long 0x23456789 ld5: .long 0x3456789a ld6: .long 0x456789ab ie...
stsp/binutils-ia16
2,861
ld/testsuite/ld-powerpc/tls.s
.section ".tbss","awT",@nobits .global _start,gd0,ld0,ld1,ld2,ie0,le0,le1 .align 3 gd0: .space 8 ld0: .space 8 ld1: .space 8 ld2: .space 8 ie0: .space 8 le0: .space 8 le1: .space 8 .section ".tdata","awT",@progbits .align 3 gd4: .quad 0x123456789abcdef0 ld4: .quad 0x23456789abcdef01 ld5: .quad 0x3456789abcdef012 ...
stsp/binutils-ia16
3,237
ld/testsuite/ld-powerpc/aix-tls-reloc.s
# An external tdata symbol .globl tdata_ext[TL] .csect tdata_ext[TL] .long 1 .csect tdata_int_csect[TL] # A first internal tdata symbol tdata_int1: .long 2 # A second internal tdata symbol tdata_int2: .long 3 # Two external tbss symbols. # XCOFF doesn't seem to allow internal tbss # (or bss) symbols. .c...
stsp/binutils-ia16
1,162
ld/testsuite/ld-powerpc/tocopt6-inc.s
.macro start, sym .type \sym, @function .pushsection .opd, "aw" \sym: .quad .L.\sym, .TOC.@tocbase, 0 .popsection .L.\sym: mflr 0 std 31, -8(1) std 0, 16(1) stdu 1, -128(1) mr 31, 1 .endm .macro end, sym addi 1,31,128 ld 0, 16(1) mtlr 0 ld 31, -8(1) blr .size \sym, . - .L.\sym .endm .macro forwar...
stsp/binutils-ia16
2,018
ld/testsuite/ld-powerpc/pr28827-1.s
.globl _start .type _start,@function .text _start: .cfi_startproc 0: addis 2,12,(.TOC.-0b)@ha addi 2,2,(.TOC.-0b)@l .localentry _start,.-0b mflr 0 std 0,16(1) stdu 1,-32(1) .cfi_def_cfa_offset 32 .cfi_offset 65, 16 .macro call f bl \f nop .endm # 3000 plt calls, giving over 64k in .plt size. With a s...
stsp/binutils-ia16
3,787
ld/testsuite/ld-powerpc/tocopt7.s
.section .toc,"aw" .p2align 4 x4t: .quad x4 x5t: .quad x5 x6t: .quad x6 .section .sdata,"aw" .p2align 4 x1: .quad 1 x2: .quad 2 x3: .quad 3 x4: .quad 4 x5: .quad 5 x6: .quad 6 .globl _start .text _start: # no need for got entry, optimise to nop,addi addis 9,2,x1@got@ha ld 9,x1@got@l(9) # must keep go...
stsp/binutils-ia16
1,677
ld/testsuite/ld-powerpc/tlsie.s
.section ".tbss","awT",@nobits .p2align 3 pad: .space 8 .global a a: .space 8 .global b b: .space 8 .global c c: .space 8 .global d d: .space 8 .text .globl _start _start: #Small model OpenPower ld 9,.La@toc(2) add 10,9,.La@tls .section .toc,"aw",@progbits .La: .quad a@tprel .text #Medium model ELF addi...
stsp/binutils-ia16
1,354
ld/testsuite/ld-arc/arclinux-nps.s
.text .global __start __start: mov r0, _cmem_start mov r0, _cmem_alter_start mov r0, _cmem_shared_start mov r0, _cmem_shared_alter_start mov r0, _fmt_slot0_start mov r0, _fmt_slot1_start mov r0, _fmt_slot2_start mov r0, _fmt_slot3_start ...
stsp/binutils-ia16
13,685
ld/testsuite/ld-arc/jli-overflow.s
;;;Macro .macro jlifunc num .section .text .align 4 .global func\num .type func\num, @function func\num: j_s.d [blink] add_s r0,r0,1 .size func\num, .-func\num .align 4 .global test_\num .type test_\num, @function test_\num: jli_s @__jli.func\num j_s [blink] .size test_\num, .-test_\num .section .jlitab,...
stsp/binutils-ia16
1,133
ld/testsuite/ld-tic6x/unwind-4.s
.cfi_sections .c6xabi.exidx .text # out of line table entry .global _start .type _start, %function _start: .cfi_startproc .cfi_offset B3, 0 .cfi_def_cfa_offset 8 nop .p2align 6 .cfi_endproc .personalityindex 3 .handlerdata .word 0 .endp # entry that can be merged .cfi_startproc .cfi_offset B3, 0 .cf...
stsp/binutils-ia16
1,247
ld/testsuite/ld-x86-64/pr20253-2d.S
.text .type implementation1, @function implementation1: movl $1, %eax ret .size implementation1, .-implementation1 .type implementation2, @function implementation2: movl $2, %eax ret .size implementation2, .-implementation2 .type resolver2, @function resolver2: leaq implementation2(%rip), %rax ret .size re...
stsp/binutils-ia16
2,598
ld/testsuite/ld-x86-64/compressed1.s
.file "compressed1.c" .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits .Ldebug_info0: .section .debug_line,"",@progbits .Ldebug_line0: .text .Ltext0: .cfi_sections .debug_frame .p2align 4,,15 .globl foo .type foo, @function foo: .LFB0: .file 1 "compressed1.c" .loc 1 12 0 ...
stsp/binutils-ia16
2,191
ld/testsuite/ld-x86-64/protected-data-2b.S
.section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "'protected_data_1a' in main and shared library doesn't have same address" .align 8 .LC1: .string "'protected_data_1a' in main and shared library doesn't have same value" .align 8 .LC2: .string "'protected_data_1b' in main and shared library has sa...
stsp/binutils-ia16
2,971
ld/testsuite/ld-x86-64/tlsbinpic2.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x5021a0 (0x60 bytes .tdata and 0x140 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7...
stsp/binutils-ia16
2,637
ld/testsuite/ld-x86-64/dwarfreloc1.s
.file 1 "dwarfreloc1.c" .comm i1,4,4 .section .debug_line,"",@progbits .Ldebug_line0: .section .debug_info .Ldebug_info0: .long .Ldebug_info_end - .Ldebug_info_start .Ldebug_info_start: .value 0x2 .long .Ldebug_abbrev0 .byte 0x8 .uleb128 0x1 /* DW_TAG_compile_unit */ .long .LASF0 /* DW_AT_producer */ .b...
stsp/binutils-ia16
1,593
ld/testsuite/ld-x86-64/protected-func-2b.S
.text .p2align 4 .globl protected_func_1b .type protected_func_1b, @function protected_func_1b: .LFB11: .cfi_startproc movl $3, %eax ret .cfi_endproc .LFE11: .size protected_func_1b, .-protected_func_1b .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "'protected_func_1a' in main and shared ...
stsp/binutils-ia16
2,323
ld/testsuite/ld-x86-64/protected-data-2a.S
.text .p2align 4 .protected protected_data_1a .globl protected_data_1a_p .type protected_data_1a_p, @function protected_data_1a_p: .LFB0: .cfi_startproc leaq protected_data_1a(%rip), %rax ret .cfi_endproc .LFE0: .size protected_data_1a_p, .-protected_data_1a_p .p2align 4 .protected protected_data_1b .globl...
stsp/binutils-ia16
1,814
ld/testsuite/ld-x86-64/tlsgdesc.s
.text .globl fc1 .type fc1,@function fc1: pushq %rbp movq %rsp, %rbp nop;nop;nop;nop /* IE against global var. */ movq %fs:0, %rcx nop;nop addq sG3@gottpoff(%rip), %rcx nop;nop;nop;nop /* IE against global var. */ movq %fs:0, %rcx nop;nop addq sG4@gottpoff(%rip), %rcx nop;nop;nop;nop /* GD, gd fir...
stsp/binutils-ia16
2,710
ld/testsuite/ld-x86-64/tlsbindesc.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x5021a0 (0x60 bytes .tdata and 0x140 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7...
stsp/binutils-ia16
1,385
ld/testsuite/ld-x86-64/property-x86-6.s
.section ".note.gnu.property", "a" .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif .long 1f - 0f /* name length. */ .long 3f - 1f /* data length. */ /* NT_GNU_PROPERTY_TYPE_0 */ .long 5 /* note type. */ 0: .asciz "GNU" /* vendor name. */ 1: .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif /...
stsp/binutils-ia16
1,318
ld/testsuite/ld-x86-64/load1.s
.data .type bar, @object bar: .byte 1 .size bar, .-bar .globl foo .type foo, @object foo: .byte 1 .size foo, .-foo .text .globl _start .type _start, @function _start: adcl bar@GOTPCREL(%rip), %eax addl bar@GOTPCREL(%rip), %ebx andl bar@GOTPCREL(%rip), %ecx cmpl bar@GOTPCREL(%rip), %edx orl bar@GOTPCREL(...
stsp/binutils-ia16
1,473
ld/testsuite/ld-x86-64/pr22071.s
.text .p2align 4,,15 .globl get_ld .type get_ld, @function get_ld: subq $8, %rsp leaq _TLS_MODULE_BASE_@TLSDESC(%rip), %rax call *_TLS_MODULE_BASE_@TLSCALL(%rax) addq $8, %rsp addq $ld@dtpoff, %rax addq %fs:0, %rax ret .size get_ld, .-get_ld .p2align 4,,15 .globl set_ld .type set_ld, @function set_ld: s...
stsp/binutils-ia16
1,350
ld/testsuite/ld-x86-64/protected-func-2a.S
.text .p2align 4 .protected protected_func_1a .globl protected_func_1a .type protected_func_1a, @function protected_func_1a: .LFB0: .cfi_startproc movl $1, %eax ret .cfi_endproc .LFE0: .size protected_func_1a, .-protected_func_1a .p2align 4 .protected protected_func_1b .globl protected_func_1b .type prote...
stsp/binutils-ia16
3,273
ld/testsuite/ld-x86-64/tlsdesc.s
/* Force .data aligned to 4K, so .got very likely gets at 0x102190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5,...
stsp/binutils-ia16
1,349
ld/testsuite/ld-x86-64/property-x86-3.s
.section ".note.gnu.property", "a" .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif .long 1f - 0f /* name length. */ .long 3f - 1f /* data length. */ /* NT_GNU_PROPERTY_TYPE_0 */ .long 5 /* note type. */ 0: .asciz "GNU" /* vendor name. */ 1: .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif /...
stsp/binutils-ia16
2,897
ld/testsuite/ld-x86-64/tlsbinpic.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x5021a0 (0x60 bytes .tdata and 0x140 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7...
stsp/binutils-ia16
1,855
ld/testsuite/ld-x86-64/tlsbin.s
.section ".tbss", "awT", @nobits .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8 bg1: .space 4 bg2: .space 4 bg3: .space 4 bg4: .space 4 bg5: .space 4 bg6: .space 4 bg7: .space 4 bg8: .space 4 bl1: .space 4 bl2: .space 4 bl3: .space 4 bl4: .space 4 bl5: .space 4 bl6: .space 4 bl7: .space 4 bl8: .space 4 .text .globl ...
stsp/binutils-ia16
2,447
ld/testsuite/ld-x86-64/dwarfreloc2.s
.file 1 "dwarfreloc2.c" .comm i2,4,4 .section .debug_line,"",@progbits .Ldebug_line0: .section .debug_info .Ldebug_info0: .long .Ldebug_info_end - .Ldebug_info_start .Ldebug_info_start: .value 0x2 .long .Ldebug_abbrev0 .byte 0x8 .uleb128 0x1 /* DW_TAG_compile_unit */ .long .LASF0 /* DW_AT_producer */ .b...
stsp/binutils-ia16
2,318
ld/testsuite/ld-x86-64/undefined.s
.file "undefined.c" .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits .Ldebug_info0: .section .debug_line,"",@progbits .Ldebug_line0: .text .Ltext0: .p2align 4,,15 .globl function .type function, @function function: .LFB2: .file 1 "undefined.c" .loc 1 8 0 .loc 1 9 0 xorl ...
stsp/binutils-ia16
5,967
ld/testsuite/ld-x86-64/tlspic1.s
/* Force .data aligned to 4K, so .got very likely gets at 0x102190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5,...
stsp/binutils-ia16
6,055
ld/testsuite/ld-x86-64/tlspic3.s
/* Force .data aligned to 4K, so .got very likely gets at 0x102190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5,...
stsp/binutils-ia16
1,678
ld/testsuite/ld-x86-64/32bit.s
.section .rodata.str1.1,"aMS",@progbits,1 .LC0: .word 1 .LC1: .word 2 .LC2: .word 3 .LC3: .word 4 .LC4: .word 5 .LC5: .word 6 .LC6: .word 7 .LC7: .word 8 .LC8: .word 9 .LC9: .word 10 .LC10: .word 11 .LC11: .word 12 .LC12: .word 13 .LC13: .word 14 .LC14: .word 15 .LC15: .word 16 .LC16: .word 17 .LC17: .word 18 .LC18:...
stsp/binutils-ia16
1,160
ld/testsuite/ld-x86-64/pr21481b.S
.section .rodata.foo,"aMS",@progbits,1,unique,1 .LC0: .string "PASS" .text .globl check .type check, @function check: subq $8, %rsp call *get_func1@GOTPCREL(%rip) cmpl $func1, %eax jne .L3 movq func1_p@GOTPCREL(%rip), %rdx #ifdef __LP64__ cmpq %rax, (%rdx) #else cmpl %eax, (%rdx) #endif jne .L3 call *func...
stsp/binutils-ia16
1,316
ld/testsuite/ld-tilepro/reloc.s
.text .global _start _start: add r2,zero,zero j external1 add r3,r2,r2 bzt zero,external2 { movei r2,external_8a; movei r3,external_8b } { movei r2,external_8a; movei r3,external_8b; lw zero,zero } { mtspr external_8a,zero } { mfspr zero,external_8a } { moveli r2,external_16a; moveli r3,external_16b...
stsp/binutils-ia16
1,542
ld/testsuite/ld-sparc/tlspie64.s
.section .tbss,"awT",@nobits .global tls_gd .align 4 .type tls_gd, #object .size tls_gd, 4 tls_gd: .skip 4 .global tls_ld .align 4 .type tls_ld, #object .size tls_ld, 4 tls_ld: .skip 4 .global tls_ie .align 4 .type tls_ie, #object .size tls_ie, 4 tls_ie: .skip 4 .section ".text" .LLGETPC0: retl add...
stsp/binutils-ia16
1,856
ld/testsuite/ld-sparc/tlssunnopic64.s
.data .align 4096 .section ".tbss" .align 4 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 .text .align 4096 .globl fn3 .type fn3,#function .proc 04 fn3: save %sp, -160, %sp .hidden _GLOBAL_OFFSET_TABLE_ sethi %hh(_GLOBAL_OFFSET_TABLE_), %l1 sethi %lm(_GLOBAL_OFFSET_TABLE_), %l2 or %l1, ...
stsp/binutils-ia16
4,110
ld/testsuite/ld-sparc/tlssunbinpic64.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word 23 sg8: .wor...
stsp/binutils-ia16
5,186
ld/testsuite/ld-sparc/tlssunpic32.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word 23 sg8: .wor...
stsp/binutils-ia16
5,208
ld/testsuite/ld-sparc/tlssunpic64.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word 23 sg8: .wor...
stsp/binutils-ia16
2,648
ld/testsuite/ld-sparc/tlssunbin64.s
.section ".tbss" .align 4 .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8 bg1: .word 0 bg2: .word 0 bg3: .word 0 bg4: .word 0 bg5: .word 0 bg6: .word 0 bg7: .word 0 bg8: .word 0 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 bl6: .word 0 bl7: .word 0 bl8: .word 0 .text .globl _start .type _start,#...
stsp/binutils-ia16
2,515
ld/testsuite/ld-sparc/tlssunbin32.s
.section ".tbss" .align 4 .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8 bg1: .word 0 bg2: .word 0 bg3: .word 0 bg4: .word 0 bg5: .word 0 bg6: .word 0 bg7: .word 0 bg8: .word 0 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 bl6: .word 0 bl7: .word 0 bl8: .word 0 .text .globl _start .type _start,#...
stsp/binutils-ia16
1,540
ld/testsuite/ld-sparc/tlspie32.s
.section .tbss,"awT",@nobits .global tls_gd .align 4 .type tls_gd, #object .size tls_gd, 4 tls_gd: .skip 4 .global tls_ld .align 4 .type tls_ld, #object .size tls_ld, 4 tls_ld: .skip 4 .global tls_ie .align 4 .type tls_ie, #object .size tls_ie, 4 tls_ie: .skip 4 .section ".text" .LLGETPC0: retl add...
stsp/binutils-ia16
1,717
ld/testsuite/ld-sparc/tlssunnopic32.s
.data .align 4096 .section ".tbss" .align 4 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 .text .align 4096 .globl fn3 .type fn3,#function .proc 04 fn3: save %sp, -104, %sp .hidden _GLOBAL_OFFSET_TABLE_ sethi %hi(_GLOBAL_OFFSET_TABLE_), %l1 or %l1, %lo(_GLOBAL_OFFSET_TABLE_), %l1 nop;no...
stsp/binutils-ia16
4,100
ld/testsuite/ld-sparc/tlssunbinpic32.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 .skip 4096 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word ...
stsp/binutils-ia16
1,483
ld/testsuite/ld-aarch64/erratum843419.s
.comm data0,4,4 .text .align 2 .global main .type main, %function main: sub sp, sp, #16 mov x7, 13 str w7, [sp,12] b e843419 ret .size main, .-main .section .e843419, "xa" .align 2 .globa...
stsp/binutils-ia16
1,756
ld/testsuite/ld-aarch64/variant_pcs-1.s
.text .variant_pcs f_spec_global_default_def .variant_pcs f_spec_global_default_undef .variant_pcs f_spec_global_hidden_def .variant_pcs f_spec_local .variant_pcs f_spec_global_default_ifunc .variant_pcs f_spec_global_hidden_ifunc .variant_pcs f_spec_local_ifunc .global f_spec_global_default_def .global f_spec_global...
stsp/binutils-ia16
2,480
ld/testsuite/ld-aarch64/tlsle.s
.section .tbss,"awT",%nobits a10: .zero 0x7fef a7fff: .zero 0x1 a8000: .zero 0x7fff affff: .zero 0x1 a10000: .zero 0x7ffeffff a7fffffff: .zero 0x1 a80000000: .zero 0x7fff0000 affff0000: .zero 0x0000ffff affffffff: .zero 0x1234 a100001233: .zero 0x123356787e78 a1234567890ab: .zero 0xa9866f55 a1234ffff0000:...
stsp/binutils-ia16
1,136
ld/testsuite/ld-aarch64/gc-relocs-tlsdesc.s
.global tlsdescvar .section .tbss,"awT",%nobits .align 2 .type tlsdescvar, %object .size tlsdescvar, 4 tlsdescvar: .zero 4 .align 2 .type l_tlsdescvar, %object .size l_tlsdescvar, 4 l_tlsdescvar: .zero 4 .text _test_tl...
stsp/binutils-ia16
1,062
ld/testsuite/ld-aarch64/eh-frame-foo.s
__longjmp: .cfi_startproc .cfi_def_cfa x0, 0 .cfi_offset x19, 16 .cfi_offset x20, 16 .cfi_offset x21, 16 .cfi_offset x22, 16 .cfi_offset x23, 24 .cfi_offset x24, 24 .cfi_offset x25, 24 .cfi_offset x26, 24 .cfi_offset x27, 24 .cfi_offset x28, 32 .cfi_offset x29, 32 .cfi_offset x30, 40 .cfi_offset d9, 8 /...
stsp/binutils-ia16
1,162
ld/testsuite/ld-aarch64/gc-relocs-tlsle.s
.global tlslevar .section .tbss,"awT",%nobits .align 2 .type tlslevar, %object .size tlslevar, 4 tlslevar: .zero 4 .align 2 .type l_tlslevar, %object .size l_tlslevar, 4 l_tlslevar: .zero 4 .text l_test_tls_le: ...
stsp/binutils-ia16
1,318
ld/testsuite/ld-aarch64/variant_pcs-2.s
.text .variant_pcs f_spec_global_default_def .variant_pcs f_spec_global_default_undef .variant_pcs f_spec_global_hidden_def .variant_pcs f_spec_local2 .variant_pcs f_spec_global_default_ifunc .variant_pcs f_spec_global_hidden_ifunc .variant_pcs f_spec_local2_ifunc .global f_spec_global_default_def .global f_spec_glob...
stsp/binutils-ia16
1,296
ld/testsuite/ld-aarch64/erratum835769.s
.text .align 2 .global main .type main, %function main: stp x29, x30, [sp, -32]! add x29, sp, 0 mov x0, -26 str x0, [x29,16] mov x0, 26 str x0, [x29,24] add x4, x29, 16 mov x0, -1 m...
stsp/binutils-ia16
1,253
ld/testsuite/ld-cris/pcrelcp-1.s
.symver x,expfn@TST2 ; .symver required to make @ part of name. .global _start .type _start,@function _start: .dword 0,0,0,0 .reloc 0,R_CRIS_32_PCREL,expfn .reloc 4,R_CRIS_32_PCREL,expfn .reloc 8,R_CRIS_32_PCREL,x .reloc 12,R_CRIS_32_PCREL,x .Lfe3: .size _start,.Lfe3-_start .data .global tab1 .type tab1,@o...
stsp/binutils-ia16
1,213
ld/testsuite/ld-m68hc11/adj-jump.s
;;; Test 68HC11 linker relaxation and fixup of bcc/bra branches ;;; .sect .text .globl _start _start: ;; Next 'bra' is assembled as a 'jmp'. It is relaxed to 'bra L3' ;; during a second pass of relax. bra L3 .skip 20 ;; Next 'jmp' must be relaxed to a 'bra' during the first pass. ;; The branch offset must the...
stsp/binutils-ia16
1,312
ld/testsuite/ld-m68hc11/relax-direct.s
;;; Test 68HC11 linker relaxation from extended addressing to direct ;;; addressing modes ;;; .sect .text .globl _start _start: start: lds stack ldd _bar beq F1 beq F2 std _bar jsr _bar F1: addd _toto bne start ;; All the following instructions will be relaxed and win 1 byte ;; for each. addd _toto+200 ...
stsp/binutils-ia16
1,430
ld/testsuite/ld-m68hc11/far-hc12.s
;;; Test 68HC12 FAR trampoline generation ;;; 2 trampolines are generated: ;;; - one for '_far_bar' ;;; - one for '_far_foo' ;;; 'far_no_tramp' does not have any trampoline generated. ;;; .sect .text .globl _start _start: start: lds #stack-1 ldx #0xabcd pshx ldd #0x1234 ldx #0x5678 bsr _far_bar ; Call to tramp...
stsp/binutils-ia16
2,211
ld/testsuite/ld-m68hc11/relax-group.s
;;; Test 68HC11 linker relaxation (group relax) ;;; .sect .text .globl _start _start: ;;; ;;; The following group of instructions are adjusted. ;;; .relax L1x ldx #table bset 0,x #4 L1x: .relax L1y ldy #table bset 0,y #4 L1y: .relax L2x ldx #table+3 bset 0,x #4 bset 1,x #8 L2x: .relax L2y ldy #table+3 b...
stsp/binutils-ia16
1,883
ld/testsuite/ld-m68hc11/far-hc11.s
;;; Test 68HC11 FAR trampoline generation ;;; 2 trampolines are generated: ;;; - one for '_far_bar' ;;; - one for '_far_foo' ;;; 'far_no_tramp' does not have any trampoline generated. ;;; .sect .text .globl _start _start: start: lds #stack ldx #0xabcd pshx ldd #0x1234 ldx #0x5678 bsr _far_bar ; Call to trampol...
stsp/binutils-ia16
1,427
ld/testsuite/ld-z80/relocs.s
.text ; .org 0 .globl label1 .globl label2 .globl label3 .globl label4 .globl label5 .globl label6 .globl label7 .globl label8 .globl label9 .globl value8 .globl value8_1 .globl value8_2 .globl value8_3 .globl value16 .globl value24 .globl value32 .globl field_0 .globl field_1 call label1 call ...
stsp/binutils-ia16
46,880
ld/testsuite/ld-sh/arch/sh4al-dsp.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh4al-dsp but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h |...
stsp/binutils-ia16
38,442
ld/testsuite/ld-sh/arch/sh3-dsp.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh3-dsp but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | p...
stsp/binutils-ia16
25,681
ld/testsuite/ld-sh/arch/sh4a-nofpu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh4a-nofpu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h ...
stsp/binutils-ia16
25,376
ld/testsuite/ld-sh/arch/sh2e.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2e but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl...
stsp/binutils-ia16
20,277
ld/testsuite/ld-sh/arch/sh2.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2 but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl ...
stsp/binutils-ia16
39,786
ld/testsuite/ld-sh/arch/sh2a.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2a but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl...
stsp/binutils-ia16
30,134
ld/testsuite/ld-sh/arch/sh2a-or-sh4.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2a-or-sh4 but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h...
stsp/binutils-ia16
22,754
ld/testsuite/ld-sh/arch/sh3-nommu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh3-nommu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h |...
stsp/binutils-ia16
35,839
ld/testsuite/ld-sh/arch/sh-dsp.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh-dsp but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | pe...
stsp/binutils-ia16
28,125
ld/testsuite/ld-sh/arch/sh3e.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh3e but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl...
stsp/binutils-ia16
26,032
ld/testsuite/ld-sh/arch/sh2a-or-sh3e.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2a-or-sh3e but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc....
stsp/binutils-ia16
18,809
ld/testsuite/ld-sh/arch/sh.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl s...
stsp/binutils-ia16
22,870
ld/testsuite/ld-sh/arch/sh3.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh3 but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl ...
stsp/binutils-ia16
35,808
ld/testsuite/ld-sh/arch/sh4a.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh4a but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl...
stsp/binutils-ia16
24,561
ld/testsuite/ld-sh/arch/sh4-nommu-nofpu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh4-nommu-nofpu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-o...
stsp/binutils-ia16
24,687
ld/testsuite/ld-sh/arch/sh4-nofpu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh4-nofpu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h |...
stsp/binutils-ia16
20,848
ld/testsuite/ld-sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2a-nofpu-or-sh4-nommu-nofpu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../....
stsp/binutils-ia16
34,684
ld/testsuite/ld-sh/arch/sh4.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh4 but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h | perl ...
stsp/binutils-ia16
20,806
ld/testsuite/ld-sh/arch/sh2a-nofpu-or-sh3-nommu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2a-nofpu-or-sh3-nommu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opco...
stsp/binutils-ia16
29,623
ld/testsuite/ld-sh/arch/sh2a-nofpu.s
! Generated file. DO NOT EDIT. ! ! This file was generated by gas/testsuite/gas/sh/arch/sh-opc-gen-as.pl . ! This file should contain every instruction valid on ! architecture sh2a-nofpu but no more. ! If the tests are failing because the expected results have changed then run ! 'cat ../../../../../opcodes/sh-opc.h ...
suryaveeryadav/Python-3.4.0
7,234
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin_closure.S
#if defined(__ppc__) /* ----------------------------------------------------------------------- ppc-darwin_closure.S - Copyright (c) 2002, 2003, 2004, Free Software Foundation, Inc. based on ppc_closure.S PowerPC Assembly glue. Permission is hereby granted, free of charge, to any person obtaining a co...
suryaveeryadav/Python-3.4.0
9,719
Modules/_ctypes/libffi_osx/powerpc/ppc-darwin.S
#if defined(__ppc__) || defined(__ppc64__) /* ----------------------------------------------------------------------- ppc-darwin.S - Copyright (c) 2000 John Hornkvist Copyright (c) 2004 Free Software Foundation, Inc. PowerPC Assembly glue. Permission is hereby granted, free of charge, to any person ...
suryaveeryadav/Python-3.4.0
9,914
Modules/_ctypes/libffi_osx/powerpc/ppc64-darwin_closure.S
#if defined(__ppc64__) /* ----------------------------------------------------------------------- ppc64-darwin_closure.S - Copyright (c) 2002, 2003, 2004, Free Software Foundation, Inc. based on ppc_closure.S PowerPC Assembly glue. Permission is hereby granted, free of charge, to any person obtaining ...
suryaveeryadav/Python-3.4.0
8,955
Modules/_ctypes/libffi_osx/x86/x86-darwin.S
#ifdef __i386__ /* ----------------------------------------------------------------------- darwin.S - Copyright (c) 1996, 1998, 2001, 2002, 2003 Red Hat, Inc. X86 Foreign Function Interface Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated do...
suryaveeryadav/Python-3.4.0
11,659
Modules/_ctypes/libffi_osx/x86/darwin64.S
/* ----------------------------------------------------------------------- darwin64.S - Copyright (c) 2006 Free Software Foundation, Inc. derived from unix64.S x86-64 Foreign Function Interface for Darwin. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
suryaveeryadav/Python-3.4.0
14,687
Modules/_ctypes/libffi/src/sh/sysv.S
/* ----------------------------------------------------------------------- sysv.S - Copyright (c) 2002, 2003, 2004, 2006, 2008 Kaz Kojima SuperH Foreign Function Interface Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (...
suryaveeryadav/Python-3.4.0
8,328
Modules/_ctypes/libffi/src/alpha/osf.S
/* ----------------------------------------------------------------------- osf.S - Copyright (c) 1998, 2001, 2007, 2008, 2011 Red Hat Alpha/OSF Foreign Function Interface Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (t...
suryaveeryadav/Python-3.4.0
4,194
Modules/_ctypes/libffi/src/bfin/sysv.S
/* ----------------------------------------------------------------------- sysv.S - Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com> Blackfin Foreign Function Interface Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associate...
suryaveeryadav/Python-3.4.0
10,586
Modules/_ctypes/libffi/src/mips/o32.S
/* ----------------------------------------------------------------------- o32.S - Copyright (c) 1996, 1998, 2005 Red Hat, Inc. MIPS Foreign Function Interface Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ``So...