Searched refs:STFD (Results 1 – 9 of 9) sorted by relevance
144 STFD = 54 << 26, // Store Floating-Point Double enumerator
1343 case STFD: { in InstructionDecode()
2043 emit(STFD | frs.code() * B21 | ra.code() * B16 | imm16); in stfd()
3793 case STFD: { in ExecuteGeneric()
636 Opc = PPC::STFD; in PPCEmitStore()650 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore()699 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; in PPCEmitStore()
298 case PPC::STFD: in isStoreToStackSlot()953 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFD)) in StoreRegToStackSlot()
71 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
4237 case PPC::STFD: in PeepholePPC64()
1735 def STFD : DForm_1<54, (outs), (ins f8rc:$rS, memri:$dst),