| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 229 /// Generic ADD instruction. This is an integer add. 233 /// Generic SUB instruction. This is an integer sub. 236 // Generic multiply instruction. 239 // Generic signed division instruction. 242 // Generic unsigned division instruction. 245 // Generic signed remainder instruction. 248 // Generic unsigned remainder instruction. 251 // Generic signed divrem instruction. 254 // Generic unsigned divrem instruction. 257 /// Generic bitwise and instruction. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 42 Generic, // Default 47 Generic, // opencl_generic 58 Generic, // ptr32_sptr 59 Generic, // ptr32_uptr 60 Generic // ptr64 69 Generic, // opencl_generic 76 Generic, // sycl_global 77 Generic, // sycl_global_device 78 Generic, // sycl_global_host 79 Generic, // sycl_local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 232 // Generic addition. 240 // Generic subtraction. 248 // Generic multiplication. 256 // Generic signed division. 264 // Generic unsigned division. 272 // Generic signed remainder. 280 // Generic unsigned remainder. 288 // Generic signed division and remainder. 296 // Generic unsigned division and remainder. 304 // Generic bitwise and. [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
| H A D | extables.c | 373 [0012] Reset Register : [Generic Address Structure] 384 [0012] PM1A Event Block : [Generic Address Structure] 391 [0012] PM1B Event Block : [Generic Address Structure] 398 [0012] PM1A Control Block : [Generic Address Structure] 405 [0012] PM1B Control Block : [Generic Address Structure] 412 [0012] PM2 Control Block : [Generic Address Structure] 419 [0012] PM Timer Block : [Generic Address Structure] 426 [0012] GPE0 Block : [Generic Address Structure] 433 [0012] GPE1 Block : [Generic Address Structure] 441 [0012] Sleep Control Register : [Generic Address Structure] [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 129 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 139 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 155 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 160 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 165 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 284 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 289 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 310 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() [all …]
|
| /netbsd-src/sys/dev/ofw/ |
| H A D | files.ofw | 23 # Generic disk support 28 # Generic net support 33 # Generic console support 38 # Generic RTC support 43 # Generic bus support
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 27 // Define Generic 1 micro-op types 61 // Define Generic 2 micro-op types 196 // Define Generic 3 micro-op types 267 // Define Generic 4 micro-op types 334 // Define Generic 5 micro-op types 378 // Define Generic 6 micro-op types 425 // Define Generic 7 micro-op types 462 // Define Generic 8 micro-op types 488 // Define Generic 9 micro-op types 515 // Define Generic 10 micro-op types [all …]
|
| /netbsd-src/sys/dev/isapnp/ |
| H A D | isapnpdevs | 50 driver joy Generic Joystick 84 devlogic atppc PNP0400 0 Generic AT Parallel Port 85 devlogic atppc PNP0401 0 Generic ECP Prallel Port 115 devcompat com PNP0500 0 Generic 8250/16450 116 devcompat com PNP0501 0 Generic 16550A 231 devcompat sb PNPB000 0 Generic SB 1.5 232 devcompat sb PNPB001 0 Generic SB 2.0 233 devcompat sb PNPB002 0 Generic SB Pro 234 devcompat sb PNPB003 0 Generic SB 16
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
| H A D | cn9132-db.dtsi | 107 /* Generic PHY, providing serdes lanes */ 157 /* Generic PHY, providing serdes lanes */ 167 /* Generic PHY, providing serdes lanes */ 176 /* Generic PHY, providing serdes lanes */ 223 /* Generic PHY, providing serdes lanes */
|
| H A D | cn9131-db.dtsi | 89 /* Generic PHY, providing serdes lanes */ 118 /* Generic PHY, providing serdes lanes */ 128 /* Generic PHY, providing serdes lanes */ 202 /* Generic PHY, providing serdes lanes */
|
| H A D | cn9130-crb-B.dts | 16 /* Generic PHY, providing serdes lanes */ 29 /* Generic PHY, providing serdes lanes */
|
| H A D | armada-8040-mcbin.dtsi | 238 /* Generic PHY, providing serdes lanes */ 287 /* Generic PHY, providing serdes lanes */ 297 /* Generic PHY, providing serdes lanes */ 307 /* Generic PHY, providing serdes lanes */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCAsmInfo.cpp | 23 Generic = 0, enumerator 30 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"), 74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant; in AArch64MCAsmInfoELF()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/ |
| H A D | GMIR.rst | 3 Generic Machine IR 9 Generic MIR (gMIR) is an intermediate representation that shares the same data 20 Generic Machine Instructions 30 gMIR defines a rich collection of ``Generic Opcodes`` which are target 41 Generic Virtual Registers 49 Generic virtual registers are like virtual registers but they are not assigned a 55 Generic virtual registers can be used with all the virtual register API's 79 See `PR26576 <https://llvm.org/PR26576>`_: [GlobalISel] Generic MachineInstrs 216 Generic Opcode Reference 219 The Generic Opcodes that are available are described at :doc:`GenericOpcode`.
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/release/ |
| H A D | autoconf.sdf | 3 # Generic Autoconf INSTALL 6 H1: Generic configure Instructions
|
| /netbsd-src/sys/arch/arm/cortex/ |
| H A D | files.cortex | 14 # ARM Generic Interrupt Controller (initially on Cortex-A9) 19 # ARM Generic Interrupt Controller v3+ 32 # ARMv7 Generic Timer
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_report.cc | 494 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc() 500 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp() 506 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp() 513 return err.Generic.addr_description.Address(); in __asan_get_report_address() 521 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type() 527 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size() 533 return ScopedInErrorReport::CurrentError().Generic.bug_descr; in __asan_get_report_description()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_report.cc | 496 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc() 502 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp() 508 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp() 515 return err.Generic.addr_description.Address(); in __asan_get_report_address() 523 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type() 529 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size() 535 return ScopedInErrorReport::CurrentError().Generic.bug_descr; in __asan_get_report_description()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_report.cpp | 511 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc() 517 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp() 523 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp() 530 return err.Generic.addr_description.Address(); in __asan_get_report_address() 538 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type() 544 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size() 550 return ScopedInErrorReport::CurrentError().Generic.bug_descr; in __asan_get_report_description()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | uname-a_example.txt | 8 SunOS jupiter 5.10 Generic i86pc i386 i86pc 11 SunOS jupiter 5.10 Generic i86pc i386 i86pc
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | uname-a_example.txt | 8 SunOS jupiter 5.10 Generic i86pc i386 i86pc 11 SunOS jupiter 5.10 Generic i86pc i386 i86pc
|
| /netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
| H A D | BaremetalARM.cmake | 7 set(BUILTINS_armv6m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv6m-none-eabi System Name") 12 set(BUILTINS_armv7m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7m-none-eabi System Name") 19 set(BUILTINS_armv7em-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7em-none-eabi System Nam…
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-bpf.texi | 283 @subsubsection Generic load/store instructions 292 Generic 64-bit load. 294 Generic 32-bit load. 296 Generic 16-bit load. 298 Generic 8-bit load. 305 Generic 64-bit store. 307 Generic 32-bit store. 309 Generic 16-bit store. 311 Generic 8-bit store.
|
| /netbsd-src/sys/arch/acorn32/conf/ |
| H A D | files.acorn32 | 82 # Generic sbic (WD3393) driver 91 # Generic AMD AM53C94 driver 100 # Generic fas216 + esp216 driver 157 # Generic MD files
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 98 // Generic Registers 103 // Generic integer registers - 32 bits wide 107 // Generic floating point registers - 32 bits wide 114 // Generic integer registers - 64 bits wide
|