/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-DPP | 1 Device Provisioning Protocol (DPP) 4 This document describes how the Device Provisioning Protocol (DPP) 6 the STA device and AP can be configured to connect each other using DPP 9 Introduction to DPP 15 authentication (password with in-band provisioning), etc. In DPP a 17 three phases of DPP connection are authentication, configuration and 33 Enable DPP in wpa_supplicant build config file 40 Enable DPP in hostapd build config file 47 Any STA or AP device can act as a Configurator. Enable DPP in build 72 wpa_key_mgmt=DPP [all …]
|
H A D | defconfig | 644 # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect) 646 # DPP version 2 support 648 # DPP version 3 support (experimental and still changing; do not enable for
|
H A D | ChangeLog | 5 - add support for DPP release 3 77 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 121 * fixed DPP bootstrapping URI parser of channel list 172 * fixed DPP network profile saving 215 * added support for DPP (Wi-Fi Device Provisioning Protocol)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAtomicOptimizer.cpp | 248 if (ScanImpl == ScanOptions::DPP && !ST->hasDPP()) in visitAtomicRMWInst() 334 if (ScanImpl == ScanOptions::DPP && !ST->hasDPP()) in visitIntrinsicInst() 418 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction() 462 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan() 470 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan() 475 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan() 489 UpdateDPP, {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan() 499 UpdateDPP, {Identity, Lane31, B.getInt32(DPP::QUAD_PERM_ID), in buildScan() 519 {Identity, V, B.getInt32(DPP::WAVE_SHR1), B.getInt32(0xf), in buildShiftRight() 531 {Identity, V, B.getInt32(DPP::ROW_SHR0 + 1), in buildShiftRight() [all …]
|
H A D | SIDefines.h | 76 DPP = 1 << 15, enumerator 339 DPP = 4, enumerator 911 namespace DPP {
|
H A D | GCNHazardRecognizer.h | 84 int checkDPPHazards(MachineInstr *DPP);
|
H A D | VOPInstructions.td | 740 // Common refers to common between DPP and DPP8 823 let DPP = 1; 837 let AsmVariantName = !if(P.HasExtDPP, AMDGPUAsmVariants.DPP, 863 let DPP = 1; 905 let DPP = 1; 910 let AsmVariantName = !if(P.HasExtDPP, AMDGPUAsmVariants.DPP, 994 let DPP = 1; 999 let AsmVariantName = AMDGPUAsmVariants.DPP; 1332 // VOP3 DPP 1689 def VOPC64DPPTable : VOPC64Table<"DPP">;
|
H A D | SIInstrFormats.td | 35 field bit DPP = 0; 176 let TSFlags{15} = DPP;
|
H A D | AMDGPU.h | 99 enum class ScanOptions { DPP, Iterative, None }; enumerator
|
H A D | AMDGPU.td | 498 "Support DPP (Data Parallel Primitives) extension" 511 "Support DPP (Data Parallel Primitives) extension in DP ALU" 517 "Support SGPR for Src1 of DPP instructions" 1707 string DPP = "DPP"; 1737 let Name = AMDGPUAsmVariants.DPP;
|
H A D | SIInstrInfo.td | 1612 // Src2 of VOP3 DPP instructions cannot be a literal 1670 // Return type of input modifiers operand specified input operand for DPP 1684 // Return type of input modifiers operand for specified input operand for DPP 1961 // Outs for DPP 2218 0, // NumSrcArgs == 3 - No DPP for VOP3 2234 // Function that checks if instruction supports DPP and SDWA 2255 0, // 64-bit dst No DPP for 64-bit operands 2737 // Maps ordinary instructions to their DPP counterparts 2743 let ValueCols = [["DPP"]];
|
H A D | AMDGPUTargetMachine.cpp | 292 clEnumValN(ScanOptions::DPP, "DPP", "Use DPP operations for scan"), 647 .Case("dpp", ScanOptions::DPP) in parseAMDGPUAtomicOptimizerStrategy()
|
H A D | SIInstrInfo.h | 761 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP() 765 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
|
H A D | GCNHazardRecognizer.cpp | 741 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument 753 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
|
H A D | VOP1Instructions.td | 122 // We only want to set this on the basic, non-SDWA or DPP forms. 153 def : LetDummies, AMDGPUMnemonicAlias<opName#"_dpp", opName, AMDGPUAsmVariants.DPP>;
|
H A D | VOPCInstructions.td | 62 // VOPC DPP Instructions do not need an old operand 1159 // DPP Encodings
|
H A D | VOP3Instructions.td | 1355 // (they do not support SDWA or DPP).
|
H A D | VOP2Instructions.td | 1258 // DPP Encodings
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 390 if (Flags & SIInstrFlags::VOP3 && Flags & SIInstrFlags::DPP) in printVOPDst() 395 } else if (Flags & SIInstrFlags::DPP) in printVOPDst() 764 return OpNo == 0 && (Desc.TSFlags & SIInstrFlags::DPP) && in needsImpliedVcc() 782 (OpNo == 1 && (Desc.TSFlags & SIInstrFlags::DPP) && ModIdx != -1)) && in printOperand() 1066 using namespace AMDGPU::DPP; in printDPPCtrl() 1183 using namespace llvm::AMDGPU::DPP; in printDppFI()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | defconfig | 418 # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect) 420 # DPP version 2 support 422 # DPP version 3 support (experimental and still changing; do not enable for
|
H A D | ChangeLog | 5 - add support for DPP release 3 62 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 95 * fixed DPP bootstrapping URI parser of channel list 156 * OWE: allow Diffie-Hellman Parameter element to be included with DPP 157 in preparation for DPP protocol extension 169 * added support for DPP (Wi-Fi Device Provisioning Protocol)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 1507 return DC >= DPP::ROW_NEWBCAST_FIRST && DC <= DPP::ROW_NEWBCAST_LAST; in isLegalDPALU_DPPControl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 615 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::DPP) { in getInstruction() 1753 if (Val != AMDGPU::DPP::DPP8_FI_0 && Val != AMDGPU::DPP::DPP8_FI_1) in decodeDpp8FI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3463 (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) || in checkTargetMatchPredicate() 3485 AMDGPUAsmVariants::DPP, AMDGPUAsmVariants::VOP3_DPP in getAllVariants() 3514 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants() 8917 using namespace AMDGPU::DPP; in isDPPCtrl() 9104 using namespace AMDGPU::DPP; in parseDPPCtrlSel() 9151 using namespace AMDGPU::DPP; in parseDPPCtrl() 9284 using namespace llvm::AMDGPU::DPP; in cvtVOP3DPP() 9353 using namespace llvm::AMDGPU::DPP; in cvtDPP()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 2071 // 2. DPP)
|