Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def21 PCREL_OPT(STD, PSTD, ONLY_RST);
H A DPPC64.cpp133 PSTD = PREFIX_8LS | 0xf4000000, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td763 defm PSTD :
2360 def : Pat<(store i64:$rS, PDForm:$dst), (PSTD g8rc:$rS, memri34:$dst)>;
2372 def : Pat<(atomic_store_64 i64:$RS, PDForm:$dst), (PSTD $RS, memri34:$dst)>;
H A DP10InstrResources.td1927 PSTD, PSTDpc,
H A DPPCRegisterInfo.cpp146 ImmToIdxMap[PPC::PLD] = PPC::LDX; ImmToIdxMap[PPC::PSTD] = PPC::STDX; in PPCRegisterInfo()