Searched refs:STFS (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 256 case PPC::STFS: in EmitInstruction()
|
D | PPCInstrInfo.cpp | 83 case PPC::STFS: in isStoreToStackSlot() 375 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS)) in StoreRegToStackSlot()
|
D | PPCRegisterInfo.cpp | 82 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
|
D | PPCInstrInfo.td | 757 def STFS : DForm_1<52, (outs), (ins F4RC:$rS, memri:$dst),
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 142 STFS = 52 << 26, // Store Floating-Point Single enumerator
|
D | disasm-ppc.cc | 1335 case STFS: { in InstructionDecode()
|
D | assembler-ppc.cc | 2095 emit(STFS | frs.code() * B21 | ra.code() * B16 | imm16); in stfs()
|
D | simulator-ppc.cc | 3728 case STFS: in ExecuteGeneric()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 646 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()
|
D | PPCInstrInfo.cpp | 299 case PPC::STFS: in isStoreToStackSlot() 984 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS)) in StoreRegToStackSlot()
|
D | PPCRegisterInfo.cpp | 71 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
|
D | PPCISelDAGToDAG.cpp | 4295 case PPC::STFS: in PeepholePPC64()
|
D | PPCInstrInfo.td | 1794 def STFS : DForm_1<52, (outs), (ins f4rc:$rS, memri:$dst),
|