Searched refs:SCD (Results 1 – 8 of 8) sorted by relevance
39 /* SCD libc 64 psABI */
87 case Mips::SCD: in getLoadStoreOffsetSizeInBits()
237 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicCmpSwap()512 SC = STI->hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in expandAtomicBinOp()
61 // The spec occasionally names this value LL, LLD, SC, or SCD.
242 def SCD : SCBase<"scd", GPR64Opnd>, LW_FM<0x3c>, ISA_MIPS3_NOT_32R6_64R6;
1643 for (auto &SCD : StoreChainDependents) in apply() local1644 clusterNeighboringMemOps(SCD, DAG); in apply()
2423 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr() local2425 SCD = SCD ? SCD->getCanonicalDecl() : nullptr; in VisitMemberExpr()2426 if (SCD != CCD) in VisitMemberExpr()
1534 Inst.getOpcode() == Mips::SCD) in DecodeMem()