Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_mips_isel.c895 addInstr(env, MIPSInstr_Mflo(tLo)); in iselWordExpr_R_wrk()
1012 addInstr(env, MIPSInstr_Mflo(tLo)); in iselWordExpr_R_wrk()
1796 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt128Expr_wrk()
1817 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt128Expr_wrk()
1835 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt128Expr_wrk()
1997 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt64Expr_wrk()
2014 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt64Expr_wrk()
Dhost_mips_defs.h681 extern MIPSInstr *MIPSInstr_Mflo(HReg dst);
Dhost_mips_defs.c1361 MIPSInstr *MIPSInstr_Mflo(HReg dst) in MIPSInstr_Mflo() function