Searched refs:LFD (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 105 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 113 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 121 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 129 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
|
H A D | PPCFastISel.cpp | 162 unsigned FP64LoadOpc = PPC::LFD); 512 bool Is64VSXLoad = IsVSFRC && Opc == PPC::LFD; in PPCEmitLoad() 565 case PPC::LFD: Opc = IsVSFRC ? PPC::LXSDX : PPC::LFDX; break; in PPCEmitLoad() 611 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in SelectLoad() 1039 unsigned LoadOpc = PPC::LFD; in PPCMoveToFPReg() 2016 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP() 2367 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in tryToFoldLoadIntoMI()
|
H A D | PPCPreEmitPeephole.cpp | 84 case PPC::LFD: in hasPCRelativeForm()
|
H A D | PPCInstrInfo.cpp | 3021 LowerOpcode = PPC::LFD; in expandVSXMemPseudo() 4187 case PPC::LFDX: III.ImmOpcode = PPC::LFD; break; in instrHasImmForm() 4308 III.ImmOpcode = PPC::LFD; in instrHasImmForm()
|
H A D | P10InstrResources.td | 1241 DFLOADf32, DFLOADf64, LFD,
|
H A D | P9InstrResources.td | 769 LFD
|
H A D | PPCRegisterInfo.cpp | 107 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
H A D | PPCAsmPrinter.cpp | 1658 case PPC::LFD: in emitInstruction()
|
H A D | PPCISelDAGToDAG.cpp | 7721 case PPC::LFD: in PeepholePPC64()
|
H A D | PPCInstrInfo.td | 1967 def LFD : DForm_1<50, (outs f8rc:$RST), (ins (memri $D, $RA):$addr),
|
H A D | PPCISelLowering.cpp | 13535 unsigned StoreOp = PPC::STD, LoadOp = PPC::LFD; in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 13 PCREL_OPT(LFD, PLFD, OPC_AND_RST);
|
H A D | PPC64.cpp | 70 LFD = 50, enumerator 95 LFD = 0xc8000000, enumerator 879 return LFD << 26; in getPPCDFormOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 173 return IsStore ? PPC::STFD : PPC::LFD; in selectLoadStoreOp()
|