Searched refs:SCD (Results 1 – 5 of 5) sorted by relevance
61 // The spec occasionally names this value LL, LLD, SC, or SCD.
223 def SCD : SCBase<"scd", GPR64Opnd>, LW_FM<0x3c>, ISA_MIPS3_NOT_32R6_64R6;
1135 SC = Subtarget.hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in emitAtomicBinary()1422 SC = Subtarget.hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in emitAtomicCmpSwap()
376 SCD = ((7U << 3) + 4) << kOpcodeShift, enumerator
1278 Inst.getOpcode() == Mips::SCD) in DecodeMem()