Searched refs:STFD (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 24 PCREL_OPT(STFD, PSTFD, OPC_AND_RST);
|
| H A D | PPC64.cpp | 70 STFD = 54, enumerator 105 STFD = 0xd8000000, enumerator 883 return STFD << 26; in getPPCDFormOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 193 PPC::STFD, \ 214 PPC::STFD, \ 235 PPC::STFD, \ 256 PPC::STFD, \
|
| H A D | PPCPreEmitPeephole.cpp | 85 case PPC::STFD: in hasPCRelativeForm()
|
| H A D | PPCFastISel.cpp | 635 Opc = Subtarget->hasSPE() ? PPC::EVSTDD : PPC::STFD; in PPCEmitStore() 649 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore() 699 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; in PPCEmitStore()
|
| H A D | PPCScheduleP7.td | 165 STFD, STFDU, STFDUX, STFDX, STFIWX, STFS, STFSU, STFSUX, STFSX,
|
| H A D | PPCInstrInfo.cpp | 2898 case PPC::STFD: in isClusterableLdStOpcPair() 3053 LowerOpcode = PPC::STFD; in expandVSXMemPseudo() 4230 case PPC::STFDX: III.ImmOpcode = PPC::STFD; break; in instrHasImmForm() 4371 III.ImmOpcode = PPC::STFD; in instrHasImmForm()
|
| H A D | P10InstrResources.td | 1786 DFSTOREf32, DFSTOREf64, STFD,
|
| H A D | PPCRegisterInfo.cpp | 107 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
|
| H A D | PPCAsmPrinter.cpp | 1638 case PPC::STFD: in emitInstruction()
|
| H A D | PPCISelDAGToDAG.cpp | 7752 case PPC::STFD: in PeepholePPC64()
|
| H A D | PPCInstrInfo.td | 2142 def STFD : DForm_1<54, (outs), (ins f8rc:$RST, (memri $D, $RA):$dst),
|
| H A D | PPCISelLowering.cpp | 14376 StoreOp = PPC::STFD; in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 173 return IsStore ? PPC::STFD : PPC::LFD; in selectLoadStoreOp()
|