Searched refs:STFD (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 24 PCREL_OPT(STFD, PSTFD, OPC_AND_RST);
|
| H A D | PPC64.cpp | 91 STFD = 0xd8000000, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 175 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 D | PPCPreEmitPeephole.cpp | 87 case PPC::STFD: in hasPCRelativeForm()
|
| H A D | PPCFastISel.cpp | 647 Opc = Subtarget->hasSPE() ? PPC::EVSTDD : PPC::STFD; in PPCEmitStore() 661 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore() 711 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; in PPCEmitStore()
|
| H A D | PPCInstrInfo.cpp | 2888 case PPC::STFD: in isClusterableLdStOpcPair() 3040 LowerOpcode = PPC::STFD; in expandVSXMemPseudo() 4252 case PPC::STFDX: III.ImmOpcode = PPC::STFD; break; in instrHasImmForm() 4393 III.ImmOpcode = PPC::STFD; in instrHasImmForm()
|
| H A D | P10InstrResources.td | 1814 DFSTOREf32, DFSTOREf64, STFD,
|
| H A D | PPCRegisterInfo.cpp | 109 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
|
| H A D | PPCISelDAGToDAG.cpp | 7438 case PPC::STFD: in PeepholePPC64()
|
| H A D | PPCInstrInfo.td | 2010 def STFD : DForm_1<54, (outs), (ins f8rc:$rS, memri:$dst),
|
| H A D | PPCISelLowering.cpp | 13025 StoreOp = PPC::STFD; in EmitInstrWithCustomInserter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 164 return IsStore ? PPC::STFD : PPC::LFD; in selectLoadStoreOp()
|