Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def20 PCREL_OPT(STW, PSTW, OPC_AND_RST);
H A DPPC64.cpp134 PSTW = PREFIX_MLS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td748 defm PSTW :
2335 def : Pat<(store i32:$rS, PDForm:$dst), (PSTW gprc:$rS, memri34:$dst)>;
2365 def : Pat<(atomic_store_32 i32:$RS, PDForm:$dst), (PSTW $RS, memri34:$dst)>;
H A DP10InstrResources.td1929 PSTW, PSTW8, PSTW8pc, PSTWpc,
H A DPPCRegisterInfo.cpp152 ImmToIdxMap[PPC::PSTW] = PPC::STWX; ImmToIdxMap[PPC::PSTW8] = PPC::STWX8; in PPCRegisterInfo()