Searched refs:SC_D (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 187 R_TYPE_INST(SC_D); 281 AMOOR_W, AMOMIN_W, AMOMAX_W, AMOMINU_W, AMOMAXU_W, LR_D, SC_D, AMOSWAP_D,
|
H A D | EmulateInstructionRISCV.cpp | 366 !std::holds_alternative<SC_D>(inst->decoded))) in AtomicSequence() 488 {"SC_D", 0xF800707F, 0x1800302F, DecodeRType<SC_D>}, 1150 bool operator()(SC_D) { in operator ()() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandAtomicPseudoInsts.cpp | 209 TII->get(Width == 32 ? LoongArch::SC_W : LoongArch::SC_D), ScratchReg) in doAtomicBinOpExpansion() 523 TII->get(Width == 32 ? LoongArch::SC_W : LoongArch::SC_D), in expandAtomicCmpXchg() 563 TII->get(Width == 32 ? LoongArch::SC_W : LoongArch::SC_D), in expandAtomicCmpXchg()
|
H A D | LoongArchInstrInfo.td | 1036 def SC_D : SCBase<0x23000000>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandAtomicPseudoInsts.cpp | 225 return RISCV::SC_D; in getLRForRMW() 227 return RISCV::SC_D; in getSCForRMW() 230 return RISCV::SC_D; in getSCForRMW() 234 return RISCV::SC_D;
|
H A D | RISCVInstrInfoA.td | 92 defm SC_D : SC_r_aq_rl<0b011, "sc.d">,
|