Home
last modified time | relevance | path

Searched refs:brlt (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
Dpseudos.d12 8: 0901 0002 brlt.* r1,r0,0x8
14 10: 0ef9 f002 0000 003f brlt.* 0x3f,r0,0x8
15 18: 0ef1 f002 ffff fffe brlt.* 0xfffffffe,r0,0x8
16 20: 08e9 8f82 ffff fffe brlt.* r0,0xfffffffe,0x8
27 6c: 099d 8012 brlt.* r1,0,0x8
31 88: 0e81 f012 ffff fffe brlt.* 0xfffffffe,0,0x8
32 90: 0e79 ffd2 ffff fffe brlt.* 0xfffffffe,0x3f,0x8
34 9c: 096d 8012 brlt.* r1,0,0x8
38 b8: 0e51 f012 ffff fffe brlt.* 0xfffffffe,0,0x8
39 c0: 0e49 ffd2 ffff fffe brlt.* 0xfffffffe,0x3f,0x8
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
Dallinsn.d90 0000006c <brlt>:
91 6c: 31 00 00 00 brlt R0,R0,6c <brlt>
Dallinsn.s114 .global brlt symbol
115 brlt: label
116 brlt R0,R0,0
Dbadoffsethigh.s4 brlt R1,R2,$32768 label
Dbadoffsetlow.s6 brlt R7,R8, ((label1-label2)-32765) ; evaluates to -32769
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Dgroup.ld4 .text : { *(.text) *(.rodata.brlt) }
/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c4056 asection *brlt; member
4412 htab->brlt = bfd_make_section_anyway_with_flags (dynobj, ".branch_lt", in create_linkage_sections()
4414 if (htab->brlt == NULL in create_linkage_sections()
4415 || ! bfd_set_section_alignment (dynobj, htab->brlt, 3)) in create_linkage_sections()
10096 if (s == htab->brlt || s == htab->relbrlt) in ppc64_elf_size_dynamic_sections()
10871 bfd_put_64 (htab->brlt->owner, dest, in ppc_build_one_stub()
10872 htab->brlt->contents + br_entry->offset); in ppc_build_one_stub()
10885 + htab->brlt->output_offset in ppc_build_one_stub()
10886 + htab->brlt->output_section->vma); in ppc_build_one_stub()
10897 r = get_relocs (htab->brlt, 1); in ppc_build_one_stub()
[all …]
DChangeLog-2007526 emitted for ".brlt" entries.
3203 .rela.rodata.brlt for --emit-relocs.
3204 (ppc_build_one_stub): Create relocs for brlt --emit-relocs here.
3208 (ppc64_elf_finish_dynamic_sections): Output brlt relocs.
DChangeLog-20051562 in .data.rel.ro.brlt or .rodata.brlt, and similarly for associated
DChangeLog-20131809 (ppc64_elf_setup_section_lists): Remove now useless htab->brlt test.
DChangeLog-20141951 (ppc64_elf_build_stubs): NULL check htab->brlt. Add global entry
/toolchain/binutils/binutils-2.27/include/opcode/
Davr.h244 AVR_INSN (brlt, "l", "111100lllllll100", 1, AVR_ISA_1200, 0xf004)
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-avr.texi404 111100lllllll100 brlt l
/toolchain/binutils/binutils-2.27/cpu/
Dmt.cpu864 (dni brlt "BRLT SrcReg1, SrcReg2, label"
866 "brlt $frsr1,$frsr2,$imm16o"
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog434 (breq, breq_s, brge, brhs, brlo, brlt): Likewise.
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-2006102 * ld-elf/group.ld: Handle .rodata.brlt for powerpc64.