Home
last modified time | relevance | path

Searched refs:DPP (Results 1 – 25 of 33) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
DREADME-DPP1 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
14 authentication( detailed below ), PKEX based authentication etc. In DPP
16 The three phases of DPP connection are authentication, configuration and
28 Enable DPP and protected management frame in wpa_supplicant build config
37 Enable DPP and protected management frame in hostapd build config file
45 Any STA or AP device can act as a Configurator. Enable DPP and protected
70 wpa_key_mgmt=DPP
[all …]
Ddefconfig599 # Device Provisioning Protocol (DPP)
601 # wpa_supplicant/README-DPP for details)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIDefines.h43 DPP = 1 << 15, enumerator
196 DPP = 4 enumerator
389 namespace DPP {
DGCNHazardRecognizer.h66 int checkDPPHazards(MachineInstr *DPP);
DAMDGPU.td236 "Support DPP (Data Parallel Primitives) extension"
582 string DPP = "DPP";
611 let Name = AMDGPUAsmVariants.DPP;
DGCNHazardRecognizer.cpp423 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument
433 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
DSIInstrFormats.td46 field bit DPP = 0;
142 let TSFlags{15} = DPP;
DVOPInstructions.td518 let DPP = 1;
524 let AsmVariantName = !if(P.HasExt, AMDGPUAsmVariants.DPP,
528 let DecoderNamespace = "DPP";
DSIInstrInfo.h511 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP()
515 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
DSIInstrInfo.td1224 // Return type of input modifiers operand specified input operand for DPP
1457 // Outs for DPP and SDWA
1626 // Function that checks if instruction supports DPP and SDWA
1630 0, // NumSrcArgs == 3 - No DPP or SDWA for VOP3
1632 0, // 64-bit dst - No DPP or SDWA for 64-bit operands
/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp248 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument
255 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
DGCNHazardRecognizer.h45 int checkDPPHazards(MachineInstr *DPP);
DSIDefines.h33 DPP = 1 << 15, enumerator
DSIInstrInfo.h352 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP()
356 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
DVIInstructions.td128 // DPP Patterns
DVIInstrFormats.td182 let DPP = 1;
DSIInstrFormats.td36 field bits<1> DPP = 0;
72 let TSFlags{15} = DPP;
DSIInstrInfo.td1316 // Outs for DPP and SDWA
1399 // Function that checks if instruction supports DPP and SDWA
1403 0, // NumSrcArgs == 3 - No DPP or SDWA for VOP3
1405 0, // 64-bit dst - No DPP or SDWA for 64-bit operands
1729 let DecoderNamespace = "DPP";
1826 let DecoderNamespace = "DPP";
/external/ImageMagick/PerlMagick/t/
Dinput_gray_lsb_08bit.mat3 …E@UNIEFB+ L?GDA@B?>;899529>>=?>>?A?93.*31JazpGKKKKMNNMMOOOPPNNMKIHEIA)??DPP^E'-EACGC@GFA?A>975…
/external/wpa_supplicant_8/hostapd/
Dandroid.config227 # Easy Connect (Device Provisioning Protocol - DPP)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp378 else if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::DPP) in printVOPDst()
634 using namespace AMDGPU::DPP; in printDPPCtrl()
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp297 else if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::DPP) in printVOPDst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2149 (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) || in checkTargetMatchPredicate()
2200 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants()
2206 AMDGPUAsmVariants::SDWA, AMDGPUAsmVariants::SDWA9, AMDGPUAsmVariants::DPP in getMatchedVariants()
5099 using namespace AMDGPU::DPP; in isDPPCtrl()
5134 using namespace AMDGPU::DPP; in parseDPPCtrl()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsta_iface.cpp1128 mask |= ISupplicantStaNetwork::KeyMgmtMask::DPP; in getKeyMgmtCapabilitiesInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUOperandSyntax.rst568 VOP1/VOP2 DPP Modifiers

12