Searched refs:LFD (Results 1 – 10 of 10) sorted by relevance
140 LFD = 50 << 26, // Load Floating-Point Double enumerator
540 DCHECK(opcode == kLoadIntptrOpcode || opcode == LFD); in IsConstantPoolLoadStart()555 if (!(opcode == kLoadIntptrOpcode || opcode == LFD)) return false; in IsConstantPoolLoadEnd()
1320 case LFD: { in InstructionDecode()
1932 emit(LFD | frt.code() * B21 | ra.code() * B16 | imm16); in lfd()
3678 case LFD: { in ExecuteGeneric()
158 unsigned FP64LoadOpc = PPC::LFD);514 bool Is64VSXLoad = IsVSSRC && Opc == PPC::LFD; in PPCEmitLoad()567 case PPC::LFD: Opc = IsVSFRC ? PPC::LXSDX : PPC::LFDX; break; in PPCEmitLoad()963 unsigned LoadOpc = PPC::LFD; in PPCMoveToFPReg()1902 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD; in PPCMaterializeFP()
269 case PPC::LFD: in isLoadFromStackSlot()1083 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFD), DestReg), in LoadRegFromStackSlot()
69 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
4222 case PPC::LFD: in PeepholePPC64()
1596 def LFD : DForm_1<50, (outs f8rc:$rD), (ins memri:$src),