Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_mips_defs.h676 extern MIPSInstr *MIPSInstr_MtFCSR(HReg src);
Dhost_mips_isel.c285 addInstr(env, MIPSInstr_MtFCSR(irrm)); in set_MIPS_rounding_mode()
300 addInstr(env, MIPSInstr_MtFCSR(fcsr)); in set_MIPS_rounding_default()
2510 addInstr(env, MIPSInstr_MtFCSR(irrm)); in iselDblExpr_wrk()
2567 addInstr(env, MIPSInstr_MtFCSR(irrm)); in iselDblExpr_wrk()
Dhost_mips_defs.c1449 MIPSInstr *MIPSInstr_MtFCSR(HReg src) in MIPSInstr_MtFCSR() function