Home
last modified time | relevance | path

Searched refs:TH_LDD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXTHead.td30 def th_ldd : SDNode<"RISCVISD::TH_LDD", SDT_LoadPair,
307 def TH_LDD : THLoadPair<0b11111, "th.ldd">,
687 def : Pat<(th_ldd i64:$rs1, uimm2_4:$uimm2_4), (TH_LDD i64:$rs1, uimm2_4:$uimm2_4, 4)>;
H A DRISCVISelLowering.h474 TH_LDD, enumerator
H A DRISCVISelLowering.cpp15163 Opcode = RISCVISD::TH_LDD; in tryMemPairCombine()
20440 NODE_NAME_CASE(TH_LDD) in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3481 if (Opcode == RISCV::TH_LDD || Opcode == RISCV::TH_LWUD || in validateInstruction()
3504 bool IsTHeadMemPair64 = (Opcode == RISCV::TH_LDD || Opcode == RISCV::TH_SDD); in validateInstruction()