| /freebsd-14.2/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 33 Enable DPP in wpa_supplicant build config file 40 Enable DPP in hostapd build config file 72 wpa_key_mgmt=DPP 164 command to get DPP credentials. 180 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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 407 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction() 459 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan() 467 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan() 472 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan() 488 B.getInt32(DPP::QUAD_PERM_ID), B.getInt32(0xa), in buildScan() 499 UpdateDPP, {Identity, Lane31, B.getInt32(DPP::QUAD_PERM_ID), in buildScan() 522 {Identity, V, B.getInt32(DPP::WAVE_SHR1), B.getInt32(0xf), in buildShiftRight() 534 {Identity, V, B.getInt32(DPP::ROW_SHR0 + 1), in buildShiftRight() 766 if (ScanImpl == ScanOptions::DPP) { in optimizeAtomic() 950 if (ScanImpl == ScanOptions::DPP) { in optimizeAtomic()
|
| H A D | VOPInstructions.td | 736 // Common refers to common between DPP and DPP8 820 let DPP = 1; 839 let DecoderNamespace = "DPP"; 860 let DPP = 1; 900 let DPP = 1; 910 let DecoderNamespace = "DPP"; 990 let DPP = 1; 996 let AsmVariantName = AMDGPUAsmVariants.DPP; 1329 // VOP3 DPP 1354 let DecoderNamespace = "DPP"#Gen.DecoderNamespace# [all …]
|
| H A D | SIDefines.h | 76 DPP = 1 << 15, enumerator 317 DPP = 4, enumerator 912 namespace DPP {
|
| H A D | GCNHazardRecognizer.h | 84 int checkDPPHazards(MachineInstr *DPP);
|
| H A D | AMDGPU.td | 471 "Support DPP (Data Parallel Primitives) extension" 484 "Support DPP (Data Parallel Primitives) extension in DP ALU" 490 "Support SGPR for Src1 of DPP instructions" 1548 string DPP = "DPP"; 1578 let Name = AMDGPUAsmVariants.DPP;
|
| H A D | AMDGPU.h | 98 enum class ScanOptions { DPP, Iterative, None }; enumerator
|
| H A D | SIInstrFormats.td | 35 field bit DPP = 0; 185 let TSFlags{15} = DPP;
|
| H A D | VOPCInstructions.td | 62 // VOPC DPP Instructions do not need an old operand 1153 // DPP Encodings 1350 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1381 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1449 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1486 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1551 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1568 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1618 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in { 1629 let DecoderNamespace = "DPP"#Gen.DecoderNamespace in {
|
| H A D | SIInstrInfo.td | 1588 // Src2 of VOP3 DPP instructions cannot be a literal 1641 // Return type of input modifiers operand specified input operand for DPP 1655 // Return type of input modifiers operand for specified input operand for DPP 1932 // Outs for DPP 2187 0, // NumSrcArgs == 3 - No DPP for VOP3 2203 // Function that checks if instruction supports DPP and SDWA 2225 0, // 64-bit dst No DPP for 64-bit operands 2700 // Maps ordinary instructions to their DPP counterparts 2706 let ValueCols = [["DPP"]];
|
| H A D | VOP1Instructions.td | 121 // We only want to set this on the basic, non-SDWA or DPP forms. 152 def : MnemonicAlias<opName#"_dpp", opName, AMDGPUAsmVariants.DPP>, LetDummies; 774 let DecoderNamespace = "DPP"#Gen.DecoderNamespace; 841 DecoderNamespace = "DPP" # Gen.DecoderNamespace #
|
| H A D | SIInstrInfo.h | 745 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP() 749 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
|
| H A D | GCNHazardRecognizer.cpp | 739 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument 751 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
|
| H A D | AMDGPUTargetMachine.cpp | 277 clEnumValN(ScanOptions::DPP, "DPP", "Use DPP operations for scan"),
|
| H A D | VOP2Instructions.td | 1237 // DPP Encodings 1276 let DecoderNamespace = "DPP"#Gen.DecoderNamespace#
|
| H A D | VOP3Instructions.td | 1314 // (they do not support SDWA or DPP).
|
| H A D | VOP3PInstructions.td | 1514 let DecoderNamespace = "DPP"#Gen.DecoderNamespace;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 385 if (Flags & SIInstrFlags::VOP3 && Flags & SIInstrFlags::DPP) in printVOPDst() 390 } else if (Flags & SIInstrFlags::DPP) in printVOPDst() 710 return OpNo == 0 && (Desc.TSFlags & SIInstrFlags::DPP) && in needsImpliedVcc() 727 (OpNo == 1 && (Desc.TSFlags & SIInstrFlags::DPP) && ModIdx != -1)) && in printOperand() 1002 using namespace AMDGPU::DPP; in printDPPCtrl() 1118 using namespace llvm::AMDGPU::DPP; in printDppFI()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 1424 return DC >= DPP::ROW_NEWBCAST_FIRST && DC <= DPP::ROW_NEWBCAST_LAST; in isLegalDPALU_DPPControl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3323 (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) || in checkTargetMatchPredicate() 3350 AMDGPUAsmVariants::DPP, AMDGPUAsmVariants::VOP3_DPP in getAllVariants() 3379 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants() 8572 using namespace AMDGPU::DPP; in isDPPCtrl() 8767 using namespace AMDGPU::DPP; in parseDPPCtrlSel() 8814 using namespace AMDGPU::DPP; in parseDPPCtrl() 8940 using namespace llvm::AMDGPU::DPP; in cvtVOP3DPP() 9009 using namespace llvm::AMDGPU::DPP; in cvtDPP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 482 using namespace llvm::AMDGPU::DPP; in isValidDPP8()
|