Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp256 case PPC::STFS: in EmitInstruction()
DPPCInstrInfo.cpp83 case PPC::STFS: in isStoreToStackSlot()
375 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS)) in StoreRegToStackSlot()
DPPCRegisterInfo.cpp82 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
DPPCInstrInfo.td757 def STFS : DForm_1<52, (outs), (ins F4RC:$rS, memri:$dst),
/external/v8/src/ppc/
Dconstants-ppc.h142 STFS = 52 << 26, // Store Floating-Point Single enumerator
Ddisasm-ppc.cc1335 case STFS: { in InstructionDecode()
Dassembler-ppc.cc2095 emit(STFS | frs.code() * B21 | ra.code() * B16 | imm16); in stfs()
Dsimulator-ppc.cc3728 case STFS: in ExecuteGeneric()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp646 Opc = PPC::STFS; in PPCEmitStore()
662 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore()
711 case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break; in PPCEmitStore()
DPPCInstrInfo.cpp299 case PPC::STFS: in isStoreToStackSlot()
984 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.cpp4295 case PPC::STFS: in PeepholePPC64()
DPPCInstrInfo.td1794 def STFS : DForm_1<52, (outs), (ins f4rc:$rS, memri:$dst),