Searched refs:brlt (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/ |
D | pseudos.d | 12 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/ |
D | allinsn.d | 90 0000006c <brlt>: 91 6c: 31 00 00 00 brlt R0,R0,6c <brlt>
|
D | allinsn.s | 114 .global brlt symbol 115 brlt: label 116 brlt R0,R0,0
|
D | badoffsethigh.s | 4 brlt R1,R2,$32768 label
|
D | badoffsetlow.s | 6 brlt R7,R8, ((label1-label2)-32765) ; evaluates to -32769
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
D | group.ld | 4 .text : { *(.text) *(.rodata.brlt) }
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-ppc.c | 4056 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 …]
|
D | ChangeLog-2007 | 526 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.
|
D | ChangeLog-2005 | 1562 in .data.rel.ro.brlt or .rodata.brlt, and similarly for associated
|
D | ChangeLog-2013 | 1809 (ppc64_elf_setup_section_lists): Remove now useless htab->brlt test.
|
D | ChangeLog-2014 | 1951 (ppc64_elf_build_stubs): NULL check htab->brlt. Add global entry
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | avr.h | 244 AVR_INSN (brlt, "l", "111100lllllll100", 1, AVR_ISA_1200, 0xf004)
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-avr.texi | 404 111100lllllll100 brlt l
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | mt.cpu | 864 (dni brlt "BRLT SrcReg1, SrcReg2, label" 866 "brlt $frsr1,$frsr2,$imm16o"
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog | 434 (breq, breq_s, brge, brhs, brlo, brlt): Likewise.
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ |
D | ChangeLog-2006 | 102 * ld-elf/group.ld: Handle .rodata.brlt for powerpc64.
|