Home
last modified time | relevance | path

Searched refs:MIPSInstr_FpUnary (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_mips_isel.c2266 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_ABSS : Mfp_ABSD, dst, src)); in iselFltExpr_wrk()
2274 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_NEGS : Mfp_NEGD, dst, src)); in iselFltExpr_wrk()
2375 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_SQRTS : Mfp_SQRTD, dst, in iselFltExpr_wrk()
2513 addInstr(env, MIPSInstr_FpUnary(Mfp_CVTD, dst, src)); in iselDblExpr_wrk()
2582 addInstr(env, MIPSInstr_FpUnary(fpop, dst, src)); in iselDblExpr_wrk()
2607 addInstr(env, MIPSInstr_FpUnary(Mfp_SQRTD, dst, src)); in iselDblExpr_wrk()
2863 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVS, fr_dst, fr_src)); in iselStmt()
2870 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVD, dst, src)); in iselStmt()
Dhost_mips_defs.h663 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src);
Dhost_mips_defs.c1391 MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpUnary() function