Home
last modified time | relevance | path

Searched refs:PCC (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod147 # 64 1<<63 PCC-Scalar-Multiply-P256
148 # 65 1<<62 PCC-Scalar-Multiply-P384
149 # 66 1<<61 PCC-Scalar-Multiply-P521
150 # 72 1<<55 PCC-Scalar-Multiply-Ed25519
151 # 73 1<<54 PCC-Scalar-Multiply-Ed448
152 # 80 1<<47 PCC-Scalar-Multiply-X25519
153 # 81 1<<46 PCC-Scalar-Multiply-X448
/freebsd/contrib/byacc/
H A DNOTES3 developed on a VAX using PCC. PCC placed at most six variables
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp722 ParamCommandComment *PCC = dyn_cast<ParamCommandComment>(*I); in resolveParamCommandIndexes() local
723 if (!PCC || !PCC->hasParamName()) in resolveParamCommandIndexes()
725 StringRef ParamName = PCC->getParamNameAsWritten(); in resolveParamCommandIndexes()
731 PCC->setIsVarArgParam(); in resolveParamCommandIndexes()
735 UnresolvedParamCommands.push_back(PCC); in resolveParamCommandIndexes()
738 PCC->setParamIndex(ResolvedParamIndex); in resolveParamCommandIndexes()
740 SourceRange ArgRange = PCC->getParamNameRange(); in resolveParamCommandIndexes()
747 ParamVarDocs[ResolvedParamIndex] = PCC; in resolveParamCommandIndexes()
761 const ParamCommandComment *PCC = UnresolvedParamCommands[i]; in resolveParamCommandIndexes() local
763 SourceRange ArgRange = PCC->getParamNameRange(); in resolveParamCommandIndexes()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dimx8ulp-pcc-clock.yaml7 title: NXP i.MX8ULP Peripheral Clock Controller(PCC) Module
14 under the control of several CGCs & PCCs modules. The PCC modules control
H A Dimx7ulp-pcc-clock.yaml7 title: Freescale i.MX7ULP Peripheral Clock Control (PCC) modules Clock Controller
14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
28 The Peripheral Clock Control (PCC) is responsible for clock selection,
H A Dimx7ulp-clock.txt4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
36 Peripheral Clock Control (PCC) modules:
38 The Peripheral Clock Control (PCC) is responsible for clock selection,
H A Dimx7ulp-scg-clock.yaml14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp144 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child); in FullCommentParts() local
145 if (!PCC->hasParamName()) in FullCommentParts()
148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts()
151 Params.push_back(PCC); in FullCommentParts()
/freebsd/contrib/ntp/html/hints/
H A Dbsdi8 the "cc" command is GCC 1.4x rather than PCC or GCC 2.x. It is imperative
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td135 def PCC : MxRegClass<[i32], 32, (add PC)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp596 static unsigned getBranchHint(unsigned PCC, in getBranchHint() argument
4870 unsigned PCC = 0; in tryFoldSWTestBRCC() local
4876 PCC = IsCCNE ? PPC::PRED_UN : PPC::PRED_NU; in tryFoldSWTestBRCC()
4892 PCC = IsCCNE ? PPC::PRED_UN : PPC::PRED_NU; in tryFoldSWTestBRCC()
4894 if (PCC) { in tryFoldSWTestBRCC()
6024 unsigned PCC = N->getConstantOperandVal(1); in Select() local
6026 PCC |= getBranchHint(PCC, *FuncInfo, N->getOperand(3)); in Select()
6028 SDValue Pred = getI32Imm(PCC, dl); in Select()
6040 unsigned PCC = in Select() local
6046 switch (PCC) { in Select()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp950 Sema::ParserCompletionContext PCC; in ParseExternalDeclaration() local
952 PCC = Sema::PCC_ObjCImplementation; in ParseExternalDeclaration()
954 PCC = Sema::PCC_TopLevelOrExpression; in ParseExternalDeclaration()
956 PCC = Sema::PCC_Namespace; in ParseExternalDeclaration()
958 Actions.CodeCompleteOrdinaryName(getCurScope(), PCC); in ParseExternalDeclaration()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h913 PCI, PCC; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4239 mapCodeCompletionContext(Sema &S, Sema::ParserCompletionContext PCC) { in mapCodeCompletionContext() argument
4240 switch (PCC) { in mapCodeCompletionContext()
4849 auto PCC = in CodeCompleteExpression() local
4855 else if (WantTypesInContext(PCC, getLangOpts())) in CodeCompleteExpression()
4873 AddOrdinaryNameResults(PCC, S, *this, Results); in CodeCompleteExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ196.td606 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
H A DSystemZScheduleZEC12.td619 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "(KIMD|KLMD|KMAC|PCC)$")>;
H A DSystemZScheduleZ13.td649 (instregex "(KIMD|KLMD|KMAC|PCC|PPNO)$")>;
H A DSystemZScheduleZ14.td661 (instregex "(PCC|PPNO|PRNO)$")>;
H A DSystemZScheduleZ15.td675 (instregex "(PCC|PPNO|PRNO)$")>;
H A DSystemZScheduleZ16.td675 (instregex "(PCC|PPNO|PRNO)$")>;
H A DSystemZInstrInfo.td1880 def PCC : SideEffectInherentRRE<"pcc", 0xB92C>;
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt231 Add support for PCC Opregion special context data. PCC Opregion added in
233 Serial Bus as it needs to know the internal PCC buffer and its length as
234 well as the PCC channel index when the opregion handler is being executed
235 by the OSPM. Adds support for the special context data needed by PCC
907 iASL: Changed the "PlatformCommChannel" ASL keyword to "PCC", as per the
1378 Test suite: Update makefiles, add PCC operation region support
1428 Add PCC operation region support for the AML interpreter. This adds PCC
1430 acpiexec. The change also renames the PCC region address space keyword to
1437 PDTT: Add TriggerOrder to the PCC Identifier structure. The field value
2565 PCCT (New subtables, Extended PCC subspaces (types 3 and 4))
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in9871 @Article{Pager:1973:PCC,
15482 @Article{McCarthy:1975:PCC,
26119 @Article{Lamport:1979:PCC,
/freebsd/share/misc/
H A Dpci_vendors23126 a002 THUNDERX PCC Bridge
23127 177d a102 CN88XX PCC Bridge