/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelDAGToDAG.cpp | 55 PCD, // Program Counter Indirect with Displacement enumerator 110 AM == AddrType::ARID || AM == AddrType::PCD || AM == AddrType::AL; in isDispAddrType() 122 case AddrType::PCD: in getDispSize() 842 M68kISelAddressMode AM(M68kISelAddressMode::AddrType::PCD); in SelectPCD()
|
H A D | M68kInstrInfo.td | 350 def MxPCD : MxOpClass<"PCD">; 593 // qOp: Supported PCD operand 594 // qPat: What PCD pattern is used
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | alpha-opc.c | 428 #define PCD(oo) PCD_(oo), PCD_MASK macro 535 { "call_pal", PCD(0x00), BASE, ARG_PCD }, 536 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */ 1118 { "pal19", PCD(0x19), BASE, ARG_PCD }, 1336 { "pal1b", PCD(0x1B), BASE, ARG_PCD }, 1377 { "pal1d", PCD(0x1D), BASE, ARG_PCD }, 1391 { "pal1e", PCD(0x1E), BASE, ARG_PCD }, 1512 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | alpha-opc.c | 375 #define PCD(oo) PCD_(oo), PCD_MASK macro 482 { "call_pal", PCD(0x00), BASE, ARG_PCD }, 483 { "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */ 1065 { "pal19", PCD(0x19), BASE, ARG_PCD }, 1283 { "pal1b", PCD(0x1B), BASE, ARG_PCD }, 1324 { "pal1d", PCD(0x1D), BASE, ARG_PCD }, 1338 { "pal1e", PCD(0x1E), BASE, ARG_PCD }, 1459 { "pal1f", PCD(0x1F), BASE, ARG_PCD },
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 510 auto *PCD = PragmaCommentDecl::Create( in ActOnPragmaMSComment() local 512 Context.getTranslationUnitDecl()->addDecl(PCD); in ActOnPragmaMSComment() 513 Consumer.HandleTopLevelDecl(DeclGroupRef(PCD)); in ActOnPragmaMSComment()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Decl.cpp | 4970 PragmaCommentDecl *PCD = in Create() local 4973 memcpy(PCD->getTrailingObjects<char>(), Arg.data(), Arg.size()); in Create() 4974 PCD->getTrailingObjects<char>()[Arg.size()] = '\0'; in Create() 4975 return PCD; in Create()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 6429 const auto *PCD = cast<PragmaCommentDecl>(D); in EmitTopLevelDecl() local 6430 switch (PCD->getCommentKind()) { in EmitTopLevelDecl() 6434 AppendLinkerOptions(PCD->getArg()); in EmitTopLevelDecl() 6437 AddDependentLib(PCD->getArg()); in EmitTopLevelDecl()
|
/openbsd/sys/dev/usb/ |
H A D | usbdevs | 2054 product FTDI ELV_PCD200 0xf06c PCD 200
|