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