Home
last modified time | relevance | path

Searched refs:SCD (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td61 // The spec occasionally names this value LL, LLD, SC, or SCD.
DMips64InstrInfo.td223 def SCD : SCBase<"scd", GPR64Opnd>, LW_FM<0x3c>, ISA_MIPS3_NOT_32R6_64R6;
DMipsISelLowering.cpp1135 SC = Subtarget.hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in emitAtomicBinary()
1422 SC = Subtarget.hasMips64r6() ? Mips::SCD_R6 : Mips::SCD; in emitAtomicCmpSwap()
/external/v8/src/mips64/
Dconstants-mips64.h376 SCD = ((7U << 3) + 4) << kOpcodeShift, enumerator
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1278 Inst.getOpcode() == Mips::SCD) in DecodeMem()