Home
last modified time | relevance | path

Searched refs:STFS (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h142 STFS = 52 << 26, // Store Floating-Point Single enumerator
Ddisasm-ppc.cc1328 case STFS: { in InstructionDecode()
Dassembler-ppc.cc2052 emit(STFS | frs.code() * B21 | ra.code() * B16 | imm16); in stfs()
Dsimulator-ppc.cc3693 case STFS: in ExecuteGeneric()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp633 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()
DPPCInstrInfo.cpp297 case PPC::STFS: in isStoreToStackSlot()
958 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS)) in StoreRegToStackSlot()
DPPCRegisterInfo.cpp71 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
DPPCISelDAGToDAG.cpp4238 case PPC::STFS: in PeepholePPC64()
DPPCInstrInfo.td1732 def STFS : DForm_1<52, (outs), (ins f4rc:$rS, memri:$dst),