/netbsd-src/sys/dev/isapnp/ |
H A D | isapnpdevs | 98 devlogic com USR0004 0 USR Sportster 14.4k 99 devlogic com USR0006 0 USR Sportster 33.6k 100 devlogic com USR0009 0 USR Courier V.Everything 101 devlogic com USR2070 0 USR Sportster 56k 102 devlogic com USR3031 0 USR 56k Faxmodem 103 devlogic com USR3090 0 USR 56K Voice INT 104 devlogic com USR9190 0 USR 56k Voice INT
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.td | 136 // Fake register to represent USR.OVF bit. Arithmetic/saturating instruc- 139 // on the entire USR. 142 def USR : Rc<8, "usr", ["c8"]>, DwarfRegNum<[75]> { 159 // Define C8 separately and make it aliased with USR. 160 // The problem is that USR has subregisters (e.g. overflow). If USR was 164 def C8: Rc<8, "c8", [], [USR]>, DwarfRegNum<[75]>; 185 // Use C8 instead of USR as a subregister of C9_8. 402 M0, M1, USR)>;
|
H A D | HexagonRegisterInfo.cpp | 167 Reserved.set(Hexagon::USR); // C8 in getReservedRegs()
|
H A D | HexagonDepInstrInfo.td | 4118 let Uses = [USR]; 4130 let Uses = [USR]; 4140 let Uses = [USR]; 4150 let Uses = [USR]; 4162 let Uses = [USR]; 4172 let Uses = [USR]; 4182 let Uses = [USR]; 4194 let Uses = [USR]; 4206 let Uses = [USR]; 4218 let Uses = [USR]; [all …]
|
H A D | HexagonPseudo.td | 149 let Defs = [SA0, LC0, USR], isCodeGenOnly = 1, isExtended = 1,
|
H A D | HexagonISelLowering.cpp | 330 .Case("usr", Hexagon::USR) in getRegisterByName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 137 R = Hexagon::USR; in init() 591 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:. in checkRegisters() 592 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R; in checkRegisters() 604 unsigned UsrR = Hexagon::USR; in checkRegisters() 605 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R; in checkRegisters()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | am335x-pocketbeagle.dts | 121 "[USR LED 0]", 122 "[USR LED 1]", 123 "[USR LED 2]", 124 "[USR LED 3]",
|
H A D | ste-snowball.dts | 98 gpio-line-names = "USR PB", "", "", "", "", "", "", "",
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 504 auto USR = getUSRForDecl(Decl); in isInUSRSet() local 505 if (USR.empty()) in isInUSRSet() 507 return llvm::is_contained(USRSet, USR); in isInUSRSet()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | CommentToXML.cpp | 923 SmallString<128> USR; in visitFullComment() local 924 generateUSRForDecl(DI->CommentDecl, USR); in visitFullComment() 925 if (!USR.empty()) { in visitFullComment() 927 appendToResultWithXMLEscaping(USR); in visitFullComment()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/user-docs/ |
H A D | CrossTranslationUnit.rst | 25 The index, which maps symbols' USR names to PCH dumps containing them must also be generated by the 83 The next step is to create a CTU index file which holds the `USR` name and location of external def… 214 The index, which maps function USR names to source files containing them must also be generated by … 280 As we are using On-demand mode, we only need to create a CTU index file which holds the `USR` name …
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 365 if (BaseEntities[i].name && BaseEntities[i].USR) in CXXBasesListInfo() 553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl() 913 if (!RefEntity.USR) in handleReference() 1180 EntityInfo.USR = nullptr; in getEntityInfo() 1182 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
|
H A D | CXIndexDataConsumer.h | 54 name = USR = nullptr; in EntityInfo()
|
H A D | CIndex.cpp | 5843 CXString SearchFileName, ResultFileName, KindSpelling, USR; in clang_getCursor() 5854 USR = clang_getCursorUSR(Result); in clang_getCursor() 5859 ResultLine, ResultColumn, clang_getCString(USR), in clang_getCursor() 5864 clang_disposeString(USR); in clang_getCursor()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1396 CXString USR = clang_getCursorUSR(C); in USRVisitor() local 1397 const char *cstr = clang_getCString(USR); in USRVisitor() 1399 clang_disposeString(USR); in USRVisitor() 1406 clang_disposeString(USR); in USRVisitor() 3557 printf(" | USR: %s", info->USR); in printEntityInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 663 /* 8 */ USR, PC, UGP, GP, in DecodeCtrRegsRegisterClass()
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1535 USR
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 389 "The index file maps USR-names to identifiers. An identifier "
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
H A D | Index.h | 6337 const char *USR; member
|
/netbsd-src/sys/dev/usb/ |
H A D | usbdevs | 426 vendor USR 0x0baf U.S. Robotics 3537 product USR USR1120 0x00eb USR1120 WLAN 3538 product USR USR5422 0x0118 USR5422 WLAN 3539 product USR USR5423 0x0121 USR5423 WLAN
|
H A D | if_zyd.c | 147 ZYD_ZD1211B_DEV(USR, USR5423),
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | ChangeLog | 2417 permission masks for USR, GRP, and OTH in terms of the simpler
|
/netbsd-src/sys/dev/pci/ |
H A D | pcidevs | 534 vendor USR 0x12b9 US Robotics (3Com) 10036 product USR 3C2884A 0x1007 56K Voice Internal PCI Modem (WinModem) 10037 product USR 3CP5609 0x1008 3CP5609 PCI 16550 Modem
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gcc.info | 50431 -- Built-in Function: int __builtin_nds32_mfusr (int USR) 50432 Return the content of a user space register which is mapped by USR. 50437 -- Built-in Function: void __builtin_nds32_mtusr (int VALUE, int USR) 50438 Move the VALUE to a user space register which is mapped by USR.
|