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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 81 thumb, // Thumb (little endian): thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType
82 thumbeb, // Thumb (big endian): thumbeb
713 /// Tests whether the target is Thumb (little and big endian).
715 return getArch() == Triple::thumb || getArch() == Triple::thumbeb;
  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 311 /* BLX instruction for the Thumb. */
2342 /* NOTE: [Thumb nop sequence]
2343 When adding code that transitions from Thumb to Arm the instruction that
2363 /* Thumb FDPIC PLT entry. */
2455 /* Subsequent entries in a procedure linkage table for thumb only target
2500 /* An initial stub used if the PLT entry is referenced from Thumb code. */
2510 THM2_MAX_FWD_BRANCH_OFFSET. The first macro concerns the case when Thumb-2
2511 is not available, and second macro when Thumb-2 is available. Among other
2538 /* A bit of a hack. A Thumb conditional branch, in which the proper condition
2557 /* See note [Thumb nop sequence] when adding a veneer. *
11903 unsigned thumb; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 312 /* BLX instruction for the Thumb. */
2334 /* NOTE: [Thumb nop sequence]
2335 When adding code that transitions from Thumb to Arm the instruction that
2355 /* Thumb FDPIC PLT entry. */
2447 /* Subsequent entries in a procedure linkage table for thumb only target
2492 /* An initial stub used if the PLT entry is referenced from Thumb code. */
2541 THM2_MAX_FWD_BRANCH_OFFSET. The first macro concerns the case when Thumb-2
2542 is not available, and second macro when Thumb-2 is available. Among other
2569 /* A bit of a hack. A Thumb conditional branch, in which the proper condition
2588 /* See note [Thumb nop sequence] when adding a veneer. *
12032 unsigned thumb; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 312 /* BLX instruction for the Thumb. */
2334 /* NOTE: [Thumb nop sequence]
2335 When adding code that transitions from Thumb to Arm the instruction that
2355 /* Thumb FDPIC PLT entry. */
2447 /* Subsequent entries in a procedure linkage table for thumb only target
2492 /* An initial stub used if the PLT entry is referenced from Thumb code. */
2541 THM2_MAX_FWD_BRANCH_OFFSET. The first macro concerns the case when Thumb-2
2542 is not available, and second macro when Thumb-2 is available. Among other
2569 /* A bit of a hack. A Thumb conditional branch, in which the proper condition
2588 /* See note [Thumb nop sequence] when adding a veneer. *
12026 unsigned thumb; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 312 /* BLX instruction for the Thumb. */
2334 /* NOTE: [Thumb nop sequence]
2335 When adding code that transitions from Thumb to Arm the instruction that
2355 /* Thumb FDPIC PLT entry. */
2447 /* Subsequent entries in a procedure linkage table for thumb only target
2492 /* An initial stub used if the PLT entry is referenced from Thumb code. */
2541 THM2_MAX_FWD_BRANCH_OFFSET. The first macro concerns the case when Thumb-2
2542 is not available, and second macro when Thumb-2 is available. Among other
2569 /* A bit of a hack. A Thumb conditional branch, in which the proper condition
2588 /* See note [Thumb nop sequence] when adding a veneer. *
11948 unsigned thumb; local
    [all...]

Completed in 42 milliseconds