| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | TargetOpcodes.def | 247 /// Generic ADD instruction. This is an integer add. 251 /// Generic SUB instruction. This is an integer sub. 254 // Generic multiply instruction. 257 // Generic signed division instruction. 260 // Generic unsigned division instruction. 263 // Generic signed remainder instruction. 266 // Generic unsigned remainder instruction. 269 // Generic signed divrem instruction. 272 // Generic unsigned divrem instruction. 275 /// Generic bitwise and instruction. [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | GenericOpcodes.td | 272 // Generic addition. 280 // Generic subtraction. 288 // Generic multiplication. 296 // Generic signed division. 304 // Generic unsigned division. 312 // Generic signed remainder. 320 // Generic unsigned remainder. 328 // Generic signed division and remainder. 336 // Generic unsigned division and remainder. 344 // Generic bitwise and. [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/display/bridge/ |
| HD | ptn3460.txt | 11 | 0 | 1024x768 | NXP Generic | 12 | 1 | 1920x1080 | NXP Generic | 13 | 2 | 1920x1080 | NXP Generic | 16 | 5 | 1366x768 | NXP Generic |
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexSymbol.cpp | 102 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 130 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 136 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 140 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 156 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 161 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 166 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 285 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 290 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 311 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | 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 …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/watchdog/ |
| HD | sbsa-gwdt.txt | 1 * SBSA (Server Base System Architecture) Generic Watchdog 3 The SBSA Generic Watchdog Timer is used to force a reset of the system 18 Peripheral Interrupt) number of SBSA Generic Watchdog.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| HD | AArch64MCAsmInfo.cpp | 23 Generic = 0, enumerator 30 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"), 74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant; in AArch64MCAsmInfoELF()
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm64/marvell/ |
| HD | cn9132-db.dts | 108 /* Generic PHY, providing serdes lanes */ 158 /* Generic PHY, providing serdes lanes */ 168 /* Generic PHY, providing serdes lanes */ 177 /* Generic PHY, providing serdes lanes */ 219 /* Generic PHY, providing serdes lanes */
|
| HD | cn9131-db.dts | 90 /* Generic PHY, providing serdes lanes */ 119 /* Generic PHY, providing serdes lanes */ 129 /* Generic PHY, providing serdes lanes */ 199 /* Generic PHY, providing serdes lanes */
|
| HD | armada-8040-mcbin.dtsi | 238 /* Generic PHY, providing serdes lanes */ 277 /* Generic PHY, providing serdes lanes */ 287 /* Generic PHY, providing serdes lanes */ 297 /* Generic PHY, providing serdes lanes */
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/usb/ |
| HD | exynos-usb.txt | 15 - phys: from the *Generic PHY* bindings; array specifying phy(s) used 17 - phy-names: from the *Generic PHY* bindings; array of the names for 49 - phys: from the *Generic PHY* bindings; array specifying phy(s) used 51 - phy-names: from the *Generic PHY* bindings; array of the names for
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_report.cpp | 530 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc() 536 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp() 542 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp() 549 return err.Generic.addr_description.Address(); in __asan_get_report_address() 557 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type() 563 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size() 569 return ScopedInErrorReport::CurrentError().Generic.bug_descr; in __asan_get_report_description()
|
| /freebsd-13-stable/sys/mips/conf/ |
| HD | RT5350.hints | 11 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 15 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/mailbox/ |
| HD | mailbox.txt | 1 * Generic Mailbox Controller and client driver bindings 3 Generic binding to provide a way for Mailbox controller drivers to
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Cuda.h | 132 Generic, // A processor model named 'generic' if the target backend defines a enumerator 154 return A >= OffloadArch::GFX600 && A < OffloadArch::Generic; in IsAMDOffloadArch()
|
| /freebsd-13-stable/sys/powerpc/conf/ |
| HD | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 134 device vt # Generic console driver (pulls in OF FB) 187 device cdce # Generic USB over Ethernet 215 device sound # Generic sound driver (required) 226 device virtio # Generic VirtIO bus (required) 235 device hid # Generic HID support
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| HD | StructuredData.h | 64 class Generic; variable 74 typedef std::shared_ptr<Generic> GenericSP; 166 Generic *GetAsGeneric() { in GetAsGeneric() 168 ? static_cast<Generic *>(this) in GetAsGeneric() 558 class Generic : public Object { 560 explicit Generic(void *object = nullptr)
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/hwlock/ |
| HD | hwlock.txt | 1 Generic hwlock bindings 4 Generic bindings that are common to all the hwlock platform specific driver
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| HD | 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
|
| /freebsd-13-stable/sys/arm/conf/ |
| HD | TEGRA124 | 33 # ARM Generic Timer 98 #device cdce # Generic USB over Ethernet 133 device hid # Generic HID support
|
| /freebsd-13-stable/contrib/bearssl/T0/ |
| HD | OpcodeRet.cs | 26 using System.Collections.Generic;
|
| HD | TPointerNull.cs | 26 using System.Collections.Generic;
|
| HD | OpcodeJumpUncond.cs | 26 using System.Collections.Generic;
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/ |
| HD | tlv320aic31xx.txt | 8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp 9 "ti,tlv320aic311x" - Generic TLV320AIC31xx with stereo speaker amp
|
| /freebsd-13-stable/sys/arm/xilinx/ |
| HD | std.zynq7 | 2 # std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
|