HomeSort by: relevance | last modified time | path
    Searched defs:thumb2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 2588 /* Thumb -> Thumb long branch stub in thumb2 encoding. Used on armv7. */
2595 /* Thumb -> Thumb long branch stub. Used for PureCode sections on Thumb2
2701 /* Thumb2/ARM -> TLS trampoline. Lowest common denominator, which is a
4135 bool thumb2, thumb2_bl, thumb_only; local
4152 thumb2 = using_thumb2 (globals);
4157 /* True for architectures that implement the thumb2 movw instruction. */
4158 thumb2_movw = thumb2 || (arch == TAG_CPU_ARCH_V8M_BASE);
4265 - this call goes too far (different Thumb/Thumb2 max
4277 || (thumb2
4349 : (thumb2 ? arm_stub_long_branch_thumb2_onl
10968 const int thumb2 = using_thumb2 (globals); local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 2619 /* Thumb -> Thumb long branch stub in thumb2 encoding. Used on armv7. */
2626 /* Thumb -> Thumb long branch stub. Used for PureCode sections on Thumb2
2732 /* Thumb2/ARM -> TLS trampoline. Lowest common denominator, which is a
4199 bool thumb2, thumb2_bl, thumb_only; local
4216 thumb2 = using_thumb2 (globals);
4221 /* True for architectures that implement the thumb2 movw instruction. */
4222 thumb2_movw = thumb2 || (arch == TAG_CPU_ARCH_V8M_BASE);
4329 - this call goes too far (different Thumb/Thumb2 max
4341 || (thumb2
4413 : (thumb2 ? arm_stub_long_branch_thumb2_onl
11097 const int thumb2 = using_thumb2 (globals); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 2619 /* Thumb -> Thumb long branch stub in thumb2 encoding. Used on armv7. */
2626 /* Thumb -> Thumb long branch stub. Used for PureCode sections on Thumb2
2730 /* Thumb2/ARM -> TLS trampoline. Lowest common denominator, which is a
4195 bool thumb2, thumb2_bl, thumb_only; local
4212 thumb2 = using_thumb2 (globals);
4217 /* True for architectures that implement the thumb2 movw instruction. */
4218 thumb2_movw = thumb2 || (arch == TAG_CPU_ARCH_V8M_BASE);
4325 - this call goes too far (different Thumb/Thumb2 max
4337 || (thumb2
4409 : (thumb2 ? arm_stub_long_branch_thumb2_onl
11091 const int thumb2 = using_thumb2 (globals); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 2619 /* Thumb -> Thumb long branch stub in thumb2 encoding. Used on armv7. */
2626 /* Thumb -> Thumb long branch stub. Used for PureCode sections on Thumb2
2730 /* Thumb2/ARM -> TLS trampoline. Lowest common denominator, which is a
4197 bool thumb2, thumb2_bl, thumb_only; local
4214 thumb2 = using_thumb2 (globals);
4219 /* True for architectures that implement the thumb2 movw instruction. */
4220 thumb2_movw = thumb2 || (arch == TAG_CPU_ARCH_V8M_BASE);
4306 - this call goes too far (different Thumb/Thumb2 max
4318 || (thumb2
4390 : (thumb2 ? arm_stub_long_branch_thumb2_onl
11013 const int thumb2 = using_thumb2 (globals); local
    [all...]

Completed in 43 milliseconds