Searched refs:SCD (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/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() 620 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,
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/Disassembler/ |
H A D | MipsDisassembler.cpp | 1472 Inst.getOpcode() == Mips::SCD) in DecodeMem()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4036 const Decl *SCD = SC.getAssociatedDeclaration(); in VisitMemberExpr() local 4038 SCD = SCD ? SCD->getCanonicalDecl() : nullptr; in VisitMemberExpr() 4039 if (SCD != CCD) in VisitMemberExpr()
|