Searched refs:PCD (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h42 #define PCD 0x20 macro
48 #define nPCD n(PCD)
H A Dvpoio.c203 MS_CASS(PCD | H_AUTO | H_SELIN | H_INIT | H_nSTROBE),
207 MS_CASS(PCD | H_nAUTO | H_SELIN | H_INIT | H_nSTROBE),
208 MS_CASS(PCD | H_AUTO | H_SELIN | H_INIT | H_nSTROBE),
248 MS_CASS(PCD | H_AUTO | H_SELIN | H_INIT | H_STROBE),
255 MS_CASS(PCD | H_AUTO | H_nSELIN | H_INIT | H_STROBE),
258 MS_CASS(PCD | H_AUTO | H_nSELIN | H_INIT | H_STROBE),
H A Dpps.c168 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN;
180 i = IRQENABLE | PCD | nINIT | SELECTIN;
234 i = IRQENABLE | PCD | nINIT | SELECTIN;
H A Dimmio.c238 MS_CASS(PCD | 0x6),
240 MS_CASS(PCD | 0x5),
274 MS_CASS(PCD | 0x4),
276 MS_CASS(PCD | 0xc),
H A Dppi.c255 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN);
H A Dppb_1284.c449 ppb_wctr(bus, (PCD | nINIT | AUTOFEED) & ~(STROBE | SELECTIN));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp396 auto *PCD = PragmaCommentDecl::Create( local
398 Context.getTranslationUnitDecl()->addDecl(PCD);
399 Consumer.HandleTopLevelDecl(DeclGroupRef(PCD));
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c378 #define PCD(oo) PCD_(oo), PCD_MASK
486 { "call_pal", PCD(0x00), BASE, ARG_PCD },
487 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */
1069 { "pal19", PCD(0x19), BASE, ARG_PCD },
1287 { "pal1b", PCD(0x1B), BASE, ARG_PCD },
1328 { "pal1d", PCD(0x1D), BASE, ARG_PCD },
1342 { "pal1e", PCD(0x1E), BASE, ARG_PCD },
1463 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
375 #define PCD macro
/freebsd-11-stable/sys/dev/ppc/
H A Dppc.c190 w_ctr(ppc, ctr | PCD); /* set direction to 1 */
231 w_ctr(ppc, ctr & ~PCD); /* set direction to 0 */
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4600 PragmaCommentDecl *PCD = local
4603 memcpy(PCD->getTrailingObjects<char>(), Arg.data(), Arg.size());
4604 PCD->getTrailingObjects<char>()[Arg.size()] = '\0';
4605 return PCD;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5405 const auto *PCD = cast<PragmaCommentDecl>(D); local
5406 switch (PCD->getCommentKind()) {
5410 AppendLinkerOptions(PCD->getArg());
5413 AddDependentLib(PCD->getArg());

Completed in 239 milliseconds