Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd/share/vt/fonts/
H A DINDEX.fonts56 tom-thumb.fnt:en:tom-thumb Character set, 4x6
57 tom-thumb.fnt:da:tom-thumb-tegnsæt, 4x6
58 tom-thumb.fnt:de:tom-thumb Zeichensatz, 4x6
H A Dtom-thumb.hex1 # tom-thumb by Brian Swetland and Robey Pointer
5 # tom-thumb has waived all copyright and related or neighboring rights
6 # to tom-thumb.
H A DMakefile14 tom-thumb.fnt \
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp48 case llvm::Triple::thumb: in ConstructJob()
158 case llvm::Triple::thumb: in ConstructJob()
290 case llvm::Triple::thumb: in ConstructJob()
393 case llvm::Triple::thumb: in NetBSD()
442 case llvm::Triple::thumb: in GetDefaultCXXStdlibType()
525 TArch == llvm::Triple::thumb || TArch == llvm::Triple::thumbeb) in GetExceptionModel()
H A DCrossWindows.cpp38 case llvm::Triple::thumb: in ConstructJob()
100 case llvm::Triple::thumb: in ConstructJob()
122 case llvm::Triple::thumb: in ConstructJob()
H A DLinux.cpp61 case llvm::Triple::thumb: in getMultiarchTriple()
255 if (Arch == llvm::Triple::arm || Arch == llvm::Triple::thumb) in Linux()
450 case llvm::Triple::thumb: in getDynamicLinker()
495 case llvm::Triple::thumb: in getDynamicLinker()
785 getTriple().getArch() == llvm::Triple::thumb || in getSupportedSanitizers()
H A DMinGW.cpp130 case llvm::Triple::thumb: in ConstructJob()
582 getArch() == llvm::Triple::thumb || getArch() == llvm::Triple::aarch64) in getDefaultUnwindTableLevel()
601 getArch() == llvm::Triple::arm || getArch() == llvm::Triple::thumb) in GetExceptionModel()
826 Triple.getArch() == llvm::Triple::thumb) { in adjustTriple()
843 Triple.getArch() == llvm::Triple::thumb) in fixTripleArch()
H A DOHOS.cpp99 case llvm::Triple::thumb: in getMultiarchTriple()
321 case llvm::Triple::thumb: in getDynamicLinker()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp76 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumb,
78 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv4t,
80 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv5,
82 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv5e,
84 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv6,
86 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv6m,
88 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7,
90 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7f,
92 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7s,
722 case llvm::Triple::thumb: in CharIsSignedByDefault()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp80 case thumb: return "thumb"; in getArchTypeName()
137 case thumb: in getArchTypePrefix()
399 .Case("thumb", thumb) in getArchTypeForLLVMName()
446 arch = Triple::thumb; in parseARMArch()
493 return Triple::thumb; in parseARMArch()
521 .Case("thumb", Triple::thumb) in parseArch()
835 case Triple::thumb: in getDefaultFormat()
1480 case llvm::Triple::thumb: in getArchPointerBitWidth()
1572 case Triple::thumb: in get32BitArchVariant()
1737 case Triple::thumb: in getBigEndianArchVariant()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp36 RegisterTarget<Triple::thumb, /*HasJIT=*/true> A(getTheThumbLETarget(), in LLVMInitializeARMTargetInfo()
/freebsd/contrib/expat/doc/
H A Dok.min.css2thumb{cursor:pointer;-webkit-appearance:none;border-radius:50%;background-color:var(--ok-accent-0)…
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp249 case llvm::Triple::thumb: in GetDescription()
280 case llvm::Triple::thumb: in GetDescription()
357 case llvm::Triple::thumb: in GetDescription()
669 case llvm::Triple::thumb: in CreateStopReasonWithMachException()
/freebsd/contrib/cortex-strings/src/arm/
H A Dstrchr.S49 .thumb
H A Dmemset.S53 .thumb
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S28 .thumb
H A Dstrlen-armv6t2.S32 .thumb
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp56 case Triple::thumb: in create()
/freebsd/usr.bin/compress/doc/
H A DNOTES41 The concept is still exotic for those who learned in school the rule of thumb
61 >The concept is still exotic for those who learned in school the rule of thumb
64 A rule of thumb that has never been completely valid, as any chemical
/freebsd/contrib/cortex-strings/
H A DREADME28 * src/thumb-2 contains generic non-NEON routines for AArch32 (with Thumb-2).
31 * src/thumb contains generic routines for armv6-M (with Thumb).
/freebsd/contrib/cortex-strings/src/thumb-2/
H A Dstrlen.S55 .thumb
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1232 case Triple::thumb: in getJumpTableEntrySize()
1281 } else if (JumpTableArch == Triple::thumb) { in createJumpTableEntry()
1333 Arch == Triple::thumb || Arch == Triple::aarch64 || in buildBitSetsFromFunctions()
1438 return ModuleArch == Triple::thumb; in isThumbFunction()
1446 if (Arch != Triple::arm && Arch != Triple::thumb) in selectJumpTableArmEncoding()
1470 return ArmCount > ThumbCount ? Triple::arm : Triple::thumb; in selectJumpTableArmEncoding()
1504 if (JumpTableArch == Triple::thumb) { in createJumpTable()
1521 if (JumpTableArch == Triple::aarch64 || JumpTableArch == Triple::thumb) { in createJumpTable()
1837 if (Arch == Triple::arm || Arch == Triple::thumb) { in LowerTypeTestsModule()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp121 case Triple::thumb: in link_ELF()
/freebsd/crypto/openssl/crypto/sha/
H A Dbuild.info177 GENERATE[sha1-thumb.S]=asm/sha1-thumb.pl
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp226 case Triple::ArchType::thumb: in runOnMachineFunction()

123456