| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.td | 19 // Core - 32-bit core registers 20 class Core<int num, string n, list<string>altNames=[]> : ARCReg<n, altNames> { 28 def R0 : Core< 0, "%r0">, DwarfRegNum<[0]>; 29 def R1 : Core< 1, "%r1">, DwarfRegNum<[1]>; 30 def R2 : Core< 2, "%r2">, DwarfRegNum<[2]>; 31 def R3 : Core< 3, "%r3">, DwarfRegNum<[3]>; 33 def R4 : Core< 4, "%r4">, DwarfRegNum<[4]>; 34 def R5 : Core< 5, "%r5">, DwarfRegNum<[5]>; 35 def R6 : Core< 6, "%r6">, DwarfRegNum<[6]>; 36 def R7 : Core< 7, "%r7">, DwarfRegNum<[7]>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 202 const unsigned Units = ISJ.Core.getUnits(); in restrictSlot1AOK() 211 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictSlot1AOK() 231 unsigned Units = ISJ.Core.getUnits(); in restrictNoSlot1Store() 236 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictNoSlot1Store() 285 if (!(jumpSlot.first & Summary.branchInsts[0]->Core.getUnits())) in restrictBranchOrder() 289 if (!(jumpSlot.second & Summary.branchInsts[1]->Core.getUnits())) in restrictBranchOrder() 294 Summary.branchInsts[0]->Core.setUnits(jumpSlot.first); in restrictBranchOrder() 295 Summary.branchInsts[1]->Core.setUnits(jumpSlot.second); in restrictBranchOrder() 314 ISJ.Core.setAllUnits(); in permitNonSlot() 366 if (!ISJ->Core.getUnits()) in restrictStoreLoadOrder() [all …]
|
| H A D | HexagonShuffler.h | 113 HexagonResource Core; variable 120 : ID(id), Extender(Extender), Core(s), CVI(MCII, STI, s, id){}; in HexagonInstr() 127 return (HexagonResource::lessWeight(B.Core, Core)); 132 return (HexagonResource::lessUnits(A.Core, B.Core)); in lessCore()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ |
| H A D | module.modulemap | 121 module Clang_Rewrite { requires cplusplus umbrella "Rewrite/Core" module * { export * } } 136 umbrella "StaticAnalyzer/Core" 138 textual header "StaticAnalyzer/Core/Analyses.def" 139 textual header "StaticAnalyzer/Core/AnalyzerOptions.def" 140 textual header "StaticAnalyzer/Core/PathSensitive/SVals.def" 141 textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def" 142 textual header "StaticAnalyzer/Core/PathSensitive/Regions.def" 176 umbrella "Tooling/Core" module * { export * }
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | OpenCLOptions.h | 76 unsigned Core = 0U; member 90 : WithPragma(Pragma), Avail(AvailV), Core(CoreV), Opt(OptV) {} in OpenCLOptionInfo() 92 bool isCore() const { return Core != 0U; } in isCore() 105 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core); in isCoreIn()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | digital | 28 # The actual magic number is just "Core", followed by a 2-byte version 29 # number; however, treating any file that begins with "Core" as a Digital 34 0 string Core\001 Alpha COFF format core dump (Digital UNIX) 36 0 string Core\002 Alpha COFF format core dump (Digital UNIX)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CMakeLists.txt | 4 Core.cpp 37 Core
|
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | cpudevs | 430 fio LAN 0x072 Core LAN 431 fio HIL 0x073 Core HIL 432 fio CENT 0x074 Core Centronics 433 fio RS232 0x075 Core RS-232C 435 fio A1 0x07a Core audio (int.) 438 fio FDDI 0x07d Core FDDI 439 fio A1NB 0x07e Core audio (ext.) 441 fio HPIB 0x080 Core HPIB 451 fio SPPCORE 0x0a4 SPP2000 Core BA 463 fio GISDN 0x087 Core ISDN [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonScheduleV67T.td | 1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=// 60 // Hexagon V67 Tiny Core Resource Definitions -
|
| /netbsd-src/etc/bluetooth/ |
| H A D | protocols | 11 # Service Discovery Protocol, Bluetooth Core Specification 40 # Attribute Protocol, Bluetooth Core Specification
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3703.txt | 17 Policy Core Lightweight Directory Access Protocol (LDAP) Schema 33 This document defines a mapping of the Policy Core Information Model 49 2. The Policy Core Information Model ............................ 4 60 RFC 3703 Policy Core LDAP Schema February 2004 116 RFC 3703 Policy Core LDAP Schema February 2004 142 Core Information Model's (PCIM's) relationship classes and 172 RFC 3703 Policy Core LDAP Schema February 2004 203 Within the context of this document, the term "PCLS" (Policy Core 211 2. The Policy Core Information Model 214 defined in the companion document "Policy Core Information [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/core2/ |
| H A D | sublsh2_n.asm | 1 dnl AMD64 mpn_sublsh2_n optimised for Core 2 and Core iN.
|
| H A D | sublsh1_n.asm | 1 dnl AMD64 mpn_sublsh1_n optimised for Core 2 and Core iN.
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 3764 product INTEL CORE_PCIE_0 0x0041 Core PCIe Root Port 3766 product INTEL CORE_PCIE_1 0x0043 Core PCIe Root Port 3769 product INTEL CORE_HB 0x0048 Core Host Bridge 3770 product INTEL CORE_PCIE_2 0x0049 Core PCIe Root Port 4001 product INTEL CORE4G_M_HOST_DRAM 0x0a04 Core 4G (mobile) Host Bridge, DRAM 4005 product INTEL CORE4G_M_MINI_HDA 0x0a0c Core 4G (mobile) Mini HD audio 4509 product INTEL CORE5G_HB_1 0x1604 Core 5G Host Bridge 4511 product INTEL CORE5G_HDA_1 0x160c Core 5G HD Audio 4553 product INTEL CORE6G_H_HB_1 0x1900 Core 6G Host and DRAM (H, Dual Core) [all...] |
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | corefile.texi | 1 @section Core files 4 @subsection Core file functions
|
| /netbsd-src/external/mit/xorg/lib/libXt/ |
| H A D | Makefile | 12 Composite.c Constraint.c Convert.c Converters.c Core.c \ 23 ConvertI.h Core.h CoreP.h CreateI.h EventI.h HookObjI.h InitialI.h \
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | corefile.texi | 1 @section Core files 4 @subsection Core file functions
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/ |
| H A D | BUILD.gn | 41 "//clang/lib/Tooling/Core", 47 "//clang/lib/StaticAnalyzer/Core",
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| H A D | mcore.opt | 23 Generate code for the M*Core M210. 27 Generate code for the M*Core M340.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| H A D | mcore.opt | 23 Generate code for the M*Core M210. 27 Generate code for the M*Core M340.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/ |
| H A D | CMakeLists.txt | 1 add_subdirectory(Core)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/ |
| H A D | CMakeLists.txt | 3 Core
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
| H A D | CMakeLists.txt | 2 Core
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/ |
| H A D | CMakeLists.txt | 2 Core
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/ |
| H A D | CMakeLists.txt | 2 Core
|