Searched refs:SCD (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.cpp | 86 case Mips::SCD: in getLoadStoreOffsetSizeInBits()
|
H A D | MipsExpandPseudo.cpp | 236 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicCmpSwap() 656 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicBinOp()
|
H A D | Mips32r6InstrFormats.td | 60 // The spec occasionally names this value LL, LLD, SC, or SCD.
|
H A D | Mips64InstrInfo.td | 251 def SCD : SCBase<"scd", GPR64Opnd>, LW_FM<0x3c>, ISA_MIPS3_NOT_32R6_64R6;
|
H A D | MipsScheduleGeneric.td | 690 def : InstRW<[GenericWriteStore], (instrs SD, SC64, SCD, SB64, SH64, SW64,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 1472 Inst.getOpcode() == Mips::SCD) in DecodeMem()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4103 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr() local 4105 SCD = SCD ? SCD->getCanonicalDecl() : nullptr; in VisitMemberExpr() 4106 if (SCD != CCD) in VisitMemberExpr()
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 22226 # SCD scroll down (72 lines) ^[[1s
|