Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoXTHead.td32 def th_swd : SDNode<"RISCVISD::TH_SWD", SDT_StorePair,
299 def TH_SWD : THStorePair<0b11100, "th.swd">,
696 (TH_SWD GPR:$rd1, GPR:$rd2, GPR:$rs1, uimm2_3:$uimm2_3, 3)>;
HDRISCVISelLowering.h475 TH_SWD, enumerator
HDRISCVISelLowering.cpp15182 unsigned Opcode = (MemVT == MVT::i32) ? RISCVISD::TH_SWD : RISCVISD::TH_SDD; in tryMemPairCombine()
20444 NODE_NAME_CASE(TH_SWD) in getTargetNodeName()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
HDRISCVDisassembler.cpp471 Opcode == RISCV::TH_SWD); in decodeXTHeadMemPair()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp3503 Opcode == RISCV::TH_LWUD || Opcode == RISCV::TH_SWD); in validateInstruction()