/freebsd/share/vt/fonts/ |
H A D | INDEX.fonts | 56 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 D | tom-thumb.hex | 1 # 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 D | Makefile | 13 tom-thumb.fnt \
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 76 {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 D | NetBSD.cpp | 48 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 D | CrossWindows.cpp | 38 case llvm::Triple::thumb: in ConstructJob() 100 case llvm::Triple::thumb: in ConstructJob() 122 case llvm::Triple::thumb: in ConstructJob()
|
H A D | Linux.cpp | 61 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 D | MinGW.cpp | 130 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 D | OHOS.cpp | 99 case llvm::Triple::thumb: in getMultiarchTriple() 321 case llvm::Triple::thumb: in getDynamicLinker()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 80 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 D | ok.min.css | 2 …thumb{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 D | StopInfoMachException.cpp | 252 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 D | ARMTargetInfo.cpp | 36 RegisterTarget<Triple::thumb, /*HasJIT=*/true> A(getTheThumbLETarget(), in LLVMInitializeARMTargetInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsMachineFlag.h | 41 return llvm::Triple::ArchType::thumb; in getMachineArchType()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindRegistersRestore.S | 705 .thumb 734 @ 32bit thumb-2 restrictions for ldm:
|
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 271 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 D | memset.S | 28 .thumb
|
H A D | strlen-armv6t2.S | 32 .thumb
|
/freebsd/usr.bin/compress/doc/ |
H A D | NOTES | 41 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 D | RuntimeDyldCOFF.cpp | 56 case Triple::thumb: in create()
|
H A D | RuntimeDyldELF.h | 66 if (Arch == Triple::arm || Arch == Triple::thumb) in getMaxStubSize()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 121 case Triple::thumb: in link_ELF()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1232 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 D | build.info | 177 GENERATE[sha1-thumb.S]=asm/sha1-thumb.pl
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | XRayInstrumentation.cpp | 229 case Triple::ArchType::thumb: in runOnMachineFunction()
|