Searched refs:STFS (Results 1 – 9 of 9) sorted by relevance
142 STFS = 52 << 26, // Store Floating-Point Single enumerator
1328 case STFS: { in InstructionDecode()
2052 emit(STFS | frs.code() * B21 | ra.code() * B16 | imm16); in stfs()
3693 case STFS: in ExecuteGeneric()
633 Opc = PPC::STFS; in PPCEmitStore()649 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore()698 case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break; in PPCEmitStore()
297 case PPC::STFS: in isStoreToStackSlot()958 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS)) in StoreRegToStackSlot()
71 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
4238 case PPC::STFS: in PeepholePPC64()
1732 def STFS : DForm_1<52, (outs), (ins f4rc:$rS, memri:$dst),