Searched refs:MIPSInstr_FpConvert (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c1055 addInstr(env, MIPSInstr_FpConvert(Mfp_CVTWD, valS, valD));
2327 addInstr(env, MIPSInstr_FpConvert(Mfp_CVTSD, valS, valD));
2337 addInstr(env, MIPSInstr_FpConvert(Mfp_CVTWS, valS, valF));
2362 addInstr(env, MIPSInstr_FpConvert(Mfp_CVTSW, r_dst, tmp));
2570 addInstr(env, MIPSInstr_FpConvert(Mfp_CVTDW, dst, tmp1));
2595 addInstr(env, MIPSInstr_FpConvert(Mfp_TRULD, valD1, valD));
2597 addInstr(env, MIPSInstr_FpConvert(Mfp_CEILLD, valD1, valD));
H A Dhost_mips_defs.h666 extern MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src);
H A Dhost_mips_defs.c1412 MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src) function

Completed in 28 milliseconds