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

/netbsd-current/sys/arch/sgimips/hpc/
H A Dpi1ppcreg.h48 #define PCD 0x20 macro
H A Dpi1ppc.c380 if (atppc->sc_ctr_intr & PCD) {
618 ecr |= PCD; /* data is INPUT */
1248 if (!(ctr & PCD)) {
1370 ctr &= ~PCD;
/netbsd-current/sys/dev/ppbus/
H A Dppbus_base.h45 #define PCD 0x20 macro
51 #define nPCD inv(PCD)
H A Dpps_ppbus.c133 ppbus_wctr(sc->ppbus, IRQENABLE | PCD | nINIT | SELECTIN);
/netbsd-current/sys/dev/ic/
H A Datppcreg.h80 #define PCD 0x20 macro
87 #define nPCD inv(PCD)
H A Datppc.c499 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) | PCD);
545 atppc_w_ctr(atppc, (ctr_sav & ~IRQENABLE) & ~PCD);
658 if (atppc->sc_ctr_intr & PCD) {
1027 ecr |= PCD;
1689 if (!(ctr & PCD)) {
1803 if (!(ctr & PCD)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp54 PCD, // Program Counter Indirect with Displacement member in class:__anon2477::M68kISelAddressMode::AddrType
109 AM == AddrType::ARID || AM == AddrType::PCD || AM == AddrType::AL;
121 case AddrType::PCD:
807 LLVM_DEBUG(dbgs() << "Selecting AddrType::PCD: ");
808 M68kISelAddressMode AM(M68kISelAddressMode::AddrType::PCD);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp459 auto *PCD = PragmaCommentDecl::Create( local
461 Context.getTranslationUnitDecl()->addDecl(PCD);
462 Consumer.HandleTopLevelDecl(DeclGroupRef(PCD));
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dalpha-opc.c377 #define PCD(oo) PCD_(oo), PCD_MASK
485 { "call_pal", PCD(0x00), BASE, ARG_PCD },
486 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */
1068 { "pal19", PCD(0x19), BASE, ARG_PCD },
1286 { "pal1b", PCD(0x1B), BASE, ARG_PCD },
1327 { "pal1d", PCD(0x1D), BASE, ARG_PCD },
1341 { "pal1e", PCD(0x1E), BASE, ARG_PCD },
1462 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
374 #define PCD macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dalpha-opc.c377 #define PCD(oo) PCD_(oo), PCD_MASK
485 { "call_pal", PCD(0x00), BASE, ARG_PCD },
486 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */
1068 { "pal19", PCD(0x19), BASE, ARG_PCD },
1286 { "pal1b", PCD(0x1B), BASE, ARG_PCD },
1327 { "pal1d", PCD(0x1D), BASE, ARG_PCD },
1341 { "pal1e", PCD(0x1E), BASE, ARG_PCD },
1462 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
374 #define PCD macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dalpha-opc.c377 #define PCD(oo) PCD_(oo), PCD_MASK
485 { "call_pal", PCD(0x00), BASE, ARG_PCD },
486 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */
1068 { "pal19", PCD(0x19), BASE, ARG_PCD },
1286 { "pal1b", PCD(0x1B), BASE, ARG_PCD },
1327 { "pal1d", PCD(0x1D), BASE, ARG_PCD },
1341 { "pal1e", PCD(0x1E), BASE, ARG_PCD },
1462 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
374 #define PCD macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dalpha-opc.c377 #define PCD(oo) PCD_(oo), PCD_MASK
485 { "call_pal", PCD(0x00), BASE, ARG_PCD },
486 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */
1068 { "pal19", PCD(0x19), BASE, ARG_PCD },
1286 { "pal1b", PCD(0x1B), BASE, ARG_PCD },
1327 { "pal1d", PCD(0x1D), BASE, ARG_PCD },
1341 { "pal1e", PCD(0x1E), BASE, ARG_PCD },
1462 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
374 #define PCD macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4745 PragmaCommentDecl *PCD =
4748 memcpy(PCD->getTrailingObjects<char>(), Arg.data(), Arg.size());
4749 PCD->getTrailingObjects<char>()[Arg.size()] = '\0';
4750 return PCD;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5799 const auto *PCD = cast<PragmaCommentDecl>(D); local
5800 switch (PCD->getCommentKind()) {
5804 AppendLinkerOptions(PCD->getArg());
5807 AddDependentLib(PCD->getArg());

Completed in 402 milliseconds