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 DMakefile13 tom-thumb.fnt \
/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,
94 {eByteOrderLittle, 4, 2, 4, llvm::Triple::thumb, ArchSpec::eCore_thumbv7k,
[all …]
/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()
293 case llvm::Triple::thumb: in ConstructJob()
396 case llvm::Triple::thumb: in NetBSD()
445 case llvm::Triple::thumb: in GetDefaultCXXStdlibType()
528 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()
266 if (Arch == llvm::Triple::arm || Arch == llvm::Triple::thumb) in Linux()
461 case llvm::Triple::thumb: in getDynamicLinker()
506 case llvm::Triple::thumb: in getDynamicLinker()
793 getTriple().getArch() == llvm::Triple::thumb || in getSupportedSanitizers()
H A DMinGW.cpp130 case llvm::Triple::thumb: in ConstructJob()
585 getArch() == llvm::Triple::thumb || getArch() == llvm::Triple::aarch64) in getDefaultUnwindTableLevel()
604 getArch() == llvm::Triple::arm || getArch() == llvm::Triple::thumb) in GetExceptionModel()
852 Triple.getArch() == llvm::Triple::thumb) { in adjustTriple()
869 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/llvm/lib/TargetParser/
H A DTriple.cpp80 case thumb: return "thumb"; in getArchTypeName()
162 case thumb: in getArchTypePrefix()
432 .Case("thumb", thumb) in getArchTypeForLLVMName()
479 arch = Triple::thumb; in parseARMArch()
526 return Triple::thumb; in parseARMArch()
555 .Case("thumb", Triple::thumb) in parseArch()
892 case Triple::thumb: in getDefaultFormat()
1633 case llvm::Triple::thumb: in getArchPointerBitWidth()
1725 case Triple::thumb: in get32BitArchVariant()
1836 case Triple::thumb: T.setArch(Triple::aarch64); break; in get64BitArchVariant()
[all …]
/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.cpp252 case llvm::Triple::thumb: in GetDescription()
283 case llvm::Triple::thumb: in GetDescription()
360 case llvm::Triple::thumb: in GetDescription()
672 case llvm::Triple::thumb: in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp36 RegisterTarget<Triple::thumb, /*HasJIT=*/true> A(getTheThumbLETarget(), in LLVMInitializeARMTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h41 return llvm::Triple::ArchType::thumb; in getMachineArchType()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S705 .thumb
734 @ 32bit thumb-2 restrictions for ldm:
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp271 case Triple::ArchType::thumb: in archToWindowsSDKArch()
289 case Triple::ArchType::thumb: in archToLegacyVCArch()
305 case Triple::ArchType::thumb: in archToDevDivInternalArch()
327 case Triple::thumb: in appendArchToWindowsSDKLibPath()
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S28 .thumb
H A Dstrlen-armv6t2.S32 .thumb
/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/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp56 case Triple::thumb: in create()
H A DRuntimeDyldELF.h66 if (Arch == Triple::arm || Arch == Triple::thumb) in getMaxStubSize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp121 case Triple::thumb: in link_ELF()
/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()
1839 if (Arch == Triple::arm || Arch == Triple::thumb) { in LowerTypeTestsModule()
/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.cpp229 case Triple::ArchType::thumb: in runOnMachineFunction()

123456