Home
last modified time | relevance | path

Searched refs:STFS (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DPPCInsns.def22 PCREL_OPT(STFS, PSTFS, OPC_AND_RST);
H A DPPC64.cpp89 STFS = 0xd0000000, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h175 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
183 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
191 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
199 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
H A DPPCPreEmitPeephole.cpp88 case PPC::STFS: in hasPCRelativeForm()
H A DPPCFastISel.cpp644 Opc = Subtarget->hasSPE() ? PPC::SPESTW : PPC::STFS; in PPCEmitStore()
660 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore()
710 case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break; in PPCEmitStore()
H A DPPCInstrInfo.cpp3036 LowerOpcode = PPC::STFS; in expandVSXMemPseudo()
4251 case PPC::STFSX: III.ImmOpcode = PPC::STFS; break; in instrHasImmForm()
4379 III.ImmOpcode = PPC::STFS; in instrHasImmForm()
H A DPPCRegisterInfo.cpp109 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
H A DP10InstrResources.td1819 STFS,
H A DPPCISelDAGToDAG.cpp7439 case PPC::STFS: in PeepholePPC64()
H A DPPCInstrInfo.td2007 def STFS : DForm_1<52, (outs), (ins f4rc:$rS, memri:$dst),
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp162 return IsStore ? PPC::STFS : PPC::LFS; in selectLoadStoreOp()