Searched refs:thumb2 (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dsp-usage-thumb2-relax-on-v7.d3 #source: sp-usage-thumb2-relax.s
4 #error-output: sp-usage-thumb2-relax-on-v7.l
H A Dsp-usage-thumb2-relax-on-v8.d2 #source: sp-usage-thumb2-relax.s
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Darm-movwt.s13 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
[all...]
H A Dthumb2-bl-undefweak.d1 #source: thumb2-bl-undefweak.s
H A Dthumb2-bl-undefweak1.d1 #source: thumb2-bl-undefweak1.s
H A Dthumb1-movs.s20 .type thumb2, %function
21 thumb2: label
23 movs r1, #:upper0_7:#(thumb2 + 1)
40 movs r1, #:upper0_7:#thumb2
H A Dthumb1-movs-armv7-m.s20 .type thumb2, %function
21 thumb2: label
23 movs r1, #:upper0_7:#(thumb2 + 1)
40 movs r1, #:upper0_7:#thumb2
H A Dthumb2-bl-blx-interwork.s23 bl.w thumb2
28 bl.w thumb2
34 @blx.w thumb2
39 @blx.w thumb2
68 thumb2: label
H A Dthumb1-adds-armv7-m.s20 .type thumb2, %function
21 thumb2: label
40 adds r1, #:upper0_7:#thumb2
H A Dthumb1-adds.s20 .type thumb2, %function
21 thumb2: label
40 adds r1, #:upper0_7:#thumb2
H A Dthumb2-bl-blx-interwork.d15 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>
H A Dthumb2-b-interwork.d2 .*thumb2-b-interwork: file format elf32-.*arm.*
H A Darm-elf.exp339 run_dump_test "thumb2-bl-undefweak"
340 run_dump_test "thumb2-bl-undefweak1"
362 {"Thumb-2-as-Thumb-1 BL" "-Ttext 0x1000 --section-start .foo=0x100100c" "" "" {thumb2-bl-as-thumb1-bad.s}
363 {{objdump -d thumb2-bl-as-thumb1-bad-noeabi.d}}
364 "thumb2-bl-as-thumb1-bad"}
365 {"Thumb-2 BL bad" "-Ttext 0x1000 --section-start .foo=0x100100c" "" "" {thumb2-bl-bad.s}
366 {{objdump -d thumb2-bl-bad-noeabi.d}}
367 "thumb2-bl-bad"}
482 {{objdump -d farcall-thumb2-thumb2
[all...]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/arm/
H A Dobjdump.exp36 if {![binutils_assemble $srcdir/$subdir/thumb2-cond.s tmpdir/thumb2-cond.o]} then {
41 set objfile [remote_download host tmpdir/thumb2-cond.o]
43 set objfile tmpdir/thumb2-cond.o
53 pass "thumb2-cond test1"
55 fail "thumb2-cond test1"
63 pass "thumb2-cond test2"
65 fail "thumb2-cond test2"
/haiku-buildtools/binutils/gold/
H A Darm.cc4192 bool thumb2 = arm_target->using_thumb2();
4194 && ((!thumb2 && Bits<23>::has_overflow32(branch_offset))
4195 || (thumb2 && Bits<25>::has_overflow32(branch_offset))
4258 return ((thumb2
4610 bool thumb2;
4618 thumb2 = big_endian_target->using_thumb2();
4628 thumb2 = little_endian_target->using_thumb2();
4648 if ((!thumb2
4651 || (thumb2
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c2409 /* Thumb -> Thumb long branch stub in thumb2 encoding. Used on armv7. */
3879 bfd_boolean thumb2, thumb2_bl, thumb_only; local
3896 thumb2 = using_thumb2 (globals);
3901 /* True for architectures that implement the thumb2 movw instruction. */
3902 thumb2_movw = thumb2 || (arch == TAG_CPU_ARCH_V8M_BASE);
4000 || (thumb2
4072 : (thumb2 ? arm_stub_long_branch_thumb2_only
8584 /* The first 16-bits of all 32-bit thumb2 instructions start
10612 const int thumb2 = using_thumb2 (globals); local
10622 if (thumb2)
[all...]

Completed in 252 milliseconds