HomeSort by: relevance | last modified time | path
    Searched refs:FRSP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 179 #define FRSP (HI(63) | LO(12))
1832 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1870 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1920 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src)));
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 1001 TII.get(PPC::FRSP), DestReg)
1525 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::FRSP),
PPCMIPeephole.cpp 686 // If this is a DP->SP conversion fed by an FRSP, the FRSP is redundant.
709 // Remove the passed FRSP/XSRSP instruction if it only feeds this MI
710 // and set any uses of that FRSP/XSRSP (in this MI) to the source of
711 // the FRSP/XSRSP.
714 if ((Opc == PPC::FRSP || Opc == PPC::XSRSP) &&
724 LLVM_DEBUG(dbgs() << "Removing redundant FRSP/XSRSP:\n");
735 // partially) out of FRSP's, the FRSP(s) can safely be removed

Completed in 22 milliseconds