| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 291 /// Generic signext load 294 /// Generic zeroext load 297 /// Generic store. 306 /// Generic atomicrmw. 352 // Generic sign extend 355 // Generic zero extend 358 // Generic left-shift 373 /// Generic select. 424 /// Generic FP addition. 515 /// Generic count bits. [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 175 // Generic addition. 183 // Generic subtraction. 191 // Generic multiplication. 231 // Generic bitwise and. 239 // Generic bitwise or. 247 // Generic bitwise xor. 255 // Generic left-shift. 290 // Generic select 461 // Generic FP addition. 494 // Generic FP division. [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 131 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 151 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 156 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 161 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 279 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 284 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 305 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo() 344 if (Info.Properties & (SymbolPropertySet)SymbolProperty::Generic) in getSymbolInfo() 517 APPLY_FOR_PROPERTY(Generic); in applyForEachSymbolProperty() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 24 // Define Generic 1 micro-op types 55 // Define Generic 2 micro-op types 178 // Define Generic 3 micro-op types 249 // Define Generic 4 micro-op types 316 // Define Generic 5 micro-op types 360 // Define Generic 6 micro-op types 407 // Define Generic 7 micro-op types 444 // Define Generic 8 micro-op types 470 // Define Generic 9 micro-op types 497 // Define Generic 10 micro-op types [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCAsmInfo.cpp | 24 Generic = 0, enumerator 31 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"), 74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant; in AArch64MCAsmInfoELF()
|
| /freebsd-12.1/contrib/compiler-rt/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()
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | RT5350.hints | 12 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic 16 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
|
| H A D | std.XLP | 92 #device ugen # Generic 119 device sdhci # Generic PCI SD Host Controller
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 63 class Generic; variable 72 typedef std::shared_ptr<Generic> GenericSP; 148 Generic *GetAsGeneric() { in GetAsGeneric() 150 ? static_cast<Generic *>(this) in GetAsGeneric() 532 class Generic : public Object { 534 explicit Generic(void *object = nullptr)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 41 Generic, // Default 46 Generic, // opencl_generic 58 Generic, // opencl_generic
|
| /freebsd-12.1/sys/gnu/dts/arm64/marvell/ |
| H A D | armada-8040-mcbin.dtsi | 235 /* Generic PHY, providing serdes lanes */ 269 /* Generic PHY, providing serdes lanes */ 279 /* Generic PHY, providing serdes lanes */ 289 /* Generic PHY, providing serdes lanes */
|
| /freebsd-12.1/sys/riscv/conf/ |
| H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V 81 device virtio # Generic VirtIO bus (required) 97 device uart # Generic UART driver
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepArch.h | 17 enum class ArchEnum { NoArch, Generic, V5, V55, V60, V62, V65, V66 }; enumerator
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | OpcodeRet.cs | 26 using System.Collections.Generic;
|
| H A D | TPointerNull.cs | 26 using System.Collections.Generic;
|
| H A D | OpcodeJumpUncond.cs | 26 using System.Collections.Generic;
|
| H A D | OpcodePutLocal.cs | 26 using System.Collections.Generic;
|
| H A D | OpcodeGetLocal.cs | 26 using System.Collections.Generic;
|
| H A D | TPointerBase.cs | 26 using System.Collections.Generic;
|
| H A D | OpcodeJumpIfNot.cs | 26 using System.Collections.Generic;
|
| H A D | OpcodeJumpIf.cs | 26 using System.Collections.Generic;
|
| /freebsd-12.1/sys/arm/xilinx/ |
| H A D | std.zynq7 | 2 # std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1875 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanExplainsStop() 1892 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanShouldStop() 1909 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanIsStale() 1926 StructuredData::Generic *generic = nullptr; in ScriptedThreadPlanGetRunState() 2195 StructuredData::Generic *generic = nullptr; in GetScriptedSummary() 2345 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in CalculateNumChildren() 2371 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetChildAtIndex() 2407 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in GetIndexOfChildWithName() 2435 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in UpdateSynthProviderInstance() 2461 StructuredData::Generic *generic = implementor_sp->GetAsGeneric(); in MightHaveChildrenSynthProviderInstance() [all …]
|
| /freebsd-12.1/tools/tools/nanobsd/rescue/ |
| H A D | R64 | 2 # R64 -- Generic kernel configuration file with modifications for rescue.
|
| H A D | R32 | 2 # R32 -- Generic kernel configuration file with modifications for rescue.
|