Searched refs:MIPSInstr_FpUnary (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_isel.c | 3075 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_ABSS : Mfp_ABSD, dst, src)); in iselFltExpr_wrk() 3083 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_NEGS : Mfp_NEGD, dst, src)); in iselFltExpr_wrk() 3300 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_SQRTS : Mfp_SQRTD, dst, in iselFltExpr_wrk() 3401 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVD, r_dst, r0)); in iselFltExpr_wrk() 3500 addInstr(env, MIPSInstr_FpUnary(fpop, dst, src)); in iselDblExpr_wrk() 3522 addInstr(env, MIPSInstr_FpUnary(Mfp_SQRTD, dst, src)); in iselDblExpr_wrk() 3621 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVD, r_dst, r0)); in iselDblExpr_wrk() 3785 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVS, fr_dst, fr_src)); in iselStmt() 3793 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVD, dst, src)); in iselStmt() 3798 addInstr(env, MIPSInstr_FpUnary(Mfp_MOVD, dst, src)); in iselStmt()
|
D | host_mips_defs.h | 645 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src);
|
D | host_mips_defs.c | 1065 MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src) in MIPSInstr_FpUnary() function
|