/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | 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/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | 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/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | ptn3460.txt | 11 | 0 | 1024x768 | NXP Generic | 12 | 1 | 1920x1080 | NXP Generic | 13 | 2 | 1920x1080 | NXP Generic | 16 | 5 | 1366x768 | NXP Generic |
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | 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/contrib/llvm-project/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 1 [all...] |
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | 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/contrib/llvm-project/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()
|
/freebsd/sys/contrib/device-tree/src/arm64/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 */
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | 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/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | 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/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | mailbox.txt | 1 * Generic Mailbox Controller and client driver bindings 3 Generic binding to provide a way for Mailbox controller drivers to
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 135 device vt # Generic console driver (pulls in OF FB) 191 device cdce # Generic USB over Ethernet 220 device sound # Generic sound driver (required) 231 device virtio # Generic VirtIO bus (required) 240 device hid # Generic HID support 241 device hidbus # Generic HID Bus
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptedProcessInterface.h |
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | 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/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 64 class Generic; 74 typedef std::shared_ptr<Generic> GenericSP; 166 Generic *GetAsGeneric() { in GetAsGeneric() 168 ? static_cast<Generic *>(this) in GetAsGeneric() 558 class Generic : public Object { in GetValueForKeyAsArray() 560 explicit Generic(void *object = nullptr) 63 class Generic; global() variable
|
/freebsd/sys/arm/conf/ |
H A D | TEGRA124 | 33 # ARM Generic Timer 98 #device cdce # Generic USB over Ethernet 137 device hid # Generic HID support 138 device hidbus # Generic HID Bus
|
/freebsd/sys/contrib/device-tree/Bindings/hwlock/ |
H A D | hwlock.txt | 1 Generic hwlock bindings 4 Generic bindings that are common to all the hwlock platform specific driver
|
/freebsd/contrib/llvm-project/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
|
/freebsd/sys/riscv/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V 101 device virtio # Generic VirtIO bus (required) 129 device hid # Generic HID support 130 device hidbus # Generic HID Bus 133 device uart # Generic UART driver
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tlv320aic31xx.txt | 8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp 9 "ti,tlv320aic311x" - Generic TLV320AIC31xx with stereo speaker amp
|
/freebsd/contrib/bearssl/T0/ |
H A D | OpcodeRet.cs | 26 using System.Collections.Generic;
|
H A D | TPointerNull.cs | 26 using System.Collections.Generic;
|