Searched refs:STFD (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 24 PCREL_OPT(STFD, PSTFD, OPC_AND_RST);
|
| H A D | PPC64.cpp | 90 STFD = 0xd8000000, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 162 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 170 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \ 178 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
|
| H A D | PPCPreEmitPeephole.cpp | 80 case PPC::STFD: in hasPCRelativeForm()
|
| H A D | PPCFastISel.cpp | 649 Opc = Subtarget->hasSPE() ? PPC::EVSTDD : PPC::STFD; in PPCEmitStore() 663 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore() 713 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; in PPCEmitStore()
|
| H A D | PPCInstrInfo.cpp | 2792 case PPC::STFD: in isClusterableLdStOpcPair() 2944 LowerOpcode = PPC::STFD; in expandVSXMemPseudo() 4110 case PPC::STFDX: III.ImmOpcode = PPC::STFD; break; in instrHasImmForm() 4251 III.ImmOpcode = PPC::STFD; in instrHasImmForm()
|
| H A D | PPCRegisterInfo.cpp | 106 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
|
| H A D | PPCISelDAGToDAG.cpp | 7095 case PPC::STFD: in PeepholePPC64()
|
| H A D | PPCInstrInfo.td | 2415 def STFD : DForm_1<54, (outs), (ins f8rc:$rS, memri:$dst),
|
| H A D | PPCISelLowering.cpp | 12535 StoreOp = PPC::STFD; in EmitInstrWithCustomInserter()
|