Searched refs:thumb (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp21 RegisterTarget<Triple::thumb, /*HasJIT=*/true>
22 Y(TheThumbTarget, "thumb", "Thumb");
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTriple.cpp38 case thumb: return "thumb";
61 case thumb: return "arm";
180 .Case("thumb", thumb)
233 .Case("thumb", Triple::thumb)
234 .StartsWith("thumbv", Triple::thumb)
687 case llvm::Triple::thumb:
743 case Triple::thumb
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h59 if (Arch == Triple::arm || Arch == Triple::thumb)
H A DRuntimeDyldELF.h88 if (Arch == Triple::arm || Arch == Triple::thumb)
H A DRuntimeDyldMachO.cpp183 case Triple::thumb:
H A DRuntimeDyldELF.cpp828 case Triple::thumb:
1299 case Triple::thumb:
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlibunwind.S95 /* Switch back to thumb mode to avoid interworking hassle. */
99 .thumb
H A Dcrti.asm49 .thumb
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h65 thumb, // Thumb: thumb, thumbv.* enumerator in enum:llvm::Triple::ArchType
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp95 else if (Len >= 6 && TT.substr(0, 5) == "thumb") {
173 ARMArchFeature = "+thumb-mode";
175 ARMArchFeature += ",+thumb-mode";
254 TheTriple.getArch() == Triple::thumb);
304 // FIXME: This is not right for thumb.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp216 // If all else failed, return the most base CPU with thumb interworking
281 case llvm::Triple::thumb: {
297 ArchName = "thumb";
H A DToolChains.cpp142 case llvm::Triple::thumb:
472 getTriple().getArch() == llvm::Triple::thumb)
893 getTriple().getArch() == llvm::Triple::thumb);
1192 case llvm::Triple::thumb:
2058 getTriple().getArch() == llvm::Triple::thumb);
2329 case llvm::Triple::thumb:
2432 if (Arch == llvm::Triple::arm || Arch == llvm::Triple::thumb)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp340 case llvm::Triple::thumb:
/freebsd-9.3-release/contrib/binutils/
H A Dconfig.sub285 | tahoe | thumb | tic4x | tic80 | tron \
366 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/libpcap/
H A Dconfig.sub298 | tahoe | thumb | tic4x | tic80 | tron \
383 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/libreadline/support/
H A Dconfig.sub262 | tahoe | thumb | tic80 | tron \
333 | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp377 case llvm::Triple::thumb:
/freebsd-9.3-release/contrib/ncurses/
H A Dconfig.sub287 | tahoe | thumb | tic4x | tic80 | tron \
370 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dconfig.sub272 | tahoe | thumb | tic4x | tic80 | tron \
352 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dconfig.sub272 | tahoe | thumb | tic4x | tic80 | tron \
352 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/openbsm/config/
H A Dconfig.sub264 | tahoe | thumb | tic4x | tic80 | tron \
336 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/tcpdump/
H A Dconfig.sub298 | tahoe | thumb | tic4x | tic80 | tron \
383 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/tcsh/
H A Dconfig.sub298 | tahoe | thumb | tic4x | tic80 | tron \
383 | tahoe-* | thumb-* \
/freebsd-9.3-release/crypto/heimdal/
H A Dconfig.sub285 | tahoe | thumb | tic4x | tic80 | tron \
366 | tahoe-* | thumb-* \
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.sub338 strongarm | thumb | xscale)
1099 strongarm-* | thumb-*)

Completed in 302 milliseconds

12