Searched refs:thumb2 (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | arm-movwt.s | 13 movw r4, #:lower16:thumb2 14 movt r5, #:upper16:thumb2 15 movw r6, #:lower16:(thumb2 - arm1) 16 movt r7, #:upper16:(thumb2 - arm1) 25 movw r3, #:lower16:thumb2 26 movt r2, #:upper16:thumb2 27 movw r1, #:lower16:(thumb2 - arm1) 28 movt r0, #:upper16:(thumb2 - arm1) 38 .type thumb2, %function 40 thumb2: label
|
D | thumb2-bl-blx-interwork.s | 23 bl.w thumb2 28 bl.w thumb2 34 @blx.w thumb2 39 @blx.w thumb2 68 thumb2: label
|
D | thumb2-bl-blx-interwork.d | 15 8018: f000 f81b bl 8052 <thumb2> 20 802a: f000 f812 bl 8052 <thumb2> 39 00008052 <thumb2>: 63 8080: f7ff ffe7 bl 8052 <thumb2> 68 8092: f7ff ffde bl 8052 <thumb2>
|
D | thumb2-bl.d | 2 .*thumb2-bl: file format elf32-.*arm.*
|
D | thumb2-bl-undefweak.d | 1 #source: thumb2-bl-undefweak.s
|
D | thumb2-bl-undefweak1.d | 1 #source: thumb2-bl-undefweak1.s
|
D | thumb2-b-interwork.d | 2 .*thumb2-b-interwork: file format elf32-.*arm.*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2008 | 70 * ld-arm/thumb2-bl-undefweak.d, ld-arm/thumb2-bl-undefweak.s: New. 71 * ld-arm/arm-elf.exp: Run thumb2-bl-undefweak test. 592 ld-arm/thumb2-bl-as-thumb1-bad.d, ld-arm/thumb2-bl-bad.d: Update for 641 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: New file. 642 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise. 689 Change thumb2-bl-as-thumb1-bad, thumb2-bl-bad. 690 * ld-arm/thumb2-bl-as-thumb1-bad.d: Reflects farcall stub 692 * ld-arm/thumb2-bl-bad.d: Likewise. 693 * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comments. 694 * ld-arm/thumb2-bl-bad.s: Likewise. [all …]
|
D | ChangeLog-2009 | 730 * ld-arm/thumb2-b-interwork.d: Likewise. 750 * ld-arm/thumb2-bl-undefweak.d: Likewise. 1052 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test. 1053 * ld-arm/thumb2-bl-blx-interwork.s: New. 1054 * ld-arm/thumb2-bl-blx-interwork.d: New. 1087 * ld-arm/thumb2-b-interwork.d: Likewise. 1123 * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s: 1432 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result, 1434 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise. 1459 ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d, [all …]
|
D | ChangeLog-2006 | 288 * ld-arm/arm-elf.exp: Add thumb1-bl, thumb2-bl, 289 thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests. 292 * ld-arm/thumb2-bl-as-thumb1-bad.d: New. 293 * ld-arm/thumb2-bl-as-thumb1-bad.s: New. 294 * ld-arm/thumb2-bl-bad.d: New. 295 * ld-arm/thumb2-bl-bad.s: New. 296 * ld-arm/thumb2-bl.d: New. 297 * ld-arm/thumb2-bl.s: New.
|
D | ChangeLog-2010 | 840 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise. 841 * ld-arm/thumb2-bl-as-thumb1-bad.d: Likewise. 842 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise. 843 * ld-arm/thumb2-bl-bad.d: Likewise.
|
D | ChangeLog-2012 | 1701 * ld-arm/thumb2-b-interwork.d: Match variant file formats too. 1704 * ld-arm/thumb2-bl-undefweak.d: Match any hex strings, not any 1706 * ld-arm/thumb2-bl-undefweak1.d: Likewise. 1719 * ld-arm/thumb2-bl.d: Likewise.
|
D | ChangeLog | 827 * ld-arm/thumb2-bl-undefweak.d: Likewise. 828 * ld-arm/thumb2-bl-undefweak1.d: Likewise.
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/ |
D | ChangeLog-0411 | 423 * binutils-all/arm/thumb2-cond.s: Use instructions instead of 709 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty. 780 * binutils-all/arm/thumb2-cond.s: New test.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm.cc | 4131 bool thumb2 = arm_target->using_thumb2(); in thumb_branch_common() local 4133 && ((!thumb2 && Bits<23>::has_overflow32(branch_offset)) in thumb_branch_common() 4134 || (thumb2 && Bits<25>::has_overflow32(branch_offset)) in thumb_branch_common() 4197 return ((thumb2 in thumb_branch_common() 4549 bool thumb2; in stub_type_for_reloc() local 4557 thumb2 = big_endian_target->using_thumb2(); in stub_type_for_reloc() 4567 thumb2 = little_endian_target->using_thumb2(); in stub_type_for_reloc() 4587 if ((!thumb2 in stub_type_for_reloc() 4590 || (thumb2 in stub_type_for_reloc()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2005 | 480 * arm-dis.c: Fix disassebly of thumb2 writeback addressing modes. 485 (print_insn_thumb32): Fix decoding of thumb2 'I' operands.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-arm.c | 3644 int thumb2; in arm_type_of_stub() local 3661 thumb2 = using_thumb2 (globals); in arm_type_of_stub() 3727 if ((!thumb2 in arm_type_of_stub() 3730 || (thumb2 in arm_type_of_stub() 3733 || (thumb2 in arm_type_of_stub() 8914 const int thumb2 = using_thumb2 (globals); in elf32_arm_final_link_relocate() local 9091 if (!thumb2) in elf32_arm_final_link_relocate()
|
D | ChangeLog | 2421 using thumb2 based PLT.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2009 | 2209 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
|
D | ChangeLog-2005 | 1403 (insns): Correct thumb2 ldm and stm opcodes.
|