Home
last modified time | relevance | path

Searched refs:STFD (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def24 PCREL_OPT(STFD, PSTFD, OPC_AND_RST);
H A DPPC64.cpp72 STFD = 54, enumerator
107 STFD = 0xd8000000, enumerator
883 return STFD << 26; in getPPCDFormOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h124 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
132 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
140 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
148 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
H A DPPCPreEmitPeephole.cpp86 case PPC::STFD: in hasPCRelativeForm()
H A DPPCFastISel.cpp647 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 DPPCScheduleP7.td165 STFD, STFDU, STFDUX, STFDX, STFIWX, STFS, STFSU, STFSUX, STFSX,
H A DPPCScheduleP8.td238 STXSDX, STXVD2X, STXVW4X, STFIWX, STFS, STFSX, STFD, STFDX,
H A DPPCInstrInfo.cpp2859 case PPC::STFD: in isClusterableLdStOpcPair()
3012 LowerOpcode = PPC::STFD; in expandVSXMemPseudo()
4141 case PPC::STFDX: III.ImmOpcode = PPC::STFD; break; in instrHasImmForm()
4282 III.ImmOpcode = PPC::STFD; in instrHasImmForm()
H A DP10InstrResources.td1784 DFSTOREf32, DFSTOREf64, STFD,
H A DPPCRegisterInfo.cpp109 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
H A DPPCISelDAGToDAG.cpp7624 case PPC::STFD: in PeepholePPC64()
H A DPPCInstrInfo.td2112 def STFD : DForm_1<54, (outs), (ins f8rc:$RST, (memri $D, $RA):$dst),
H A DPPCISelLowering.cpp13330 StoreOp = PPC::STFD; in EmitInstrWithCustomInserter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp173 return IsStore ? PPC::STFD : PPC::LFD; in selectLoadStoreOp()