Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_isel.c1098 addInstr(env, MIPSInstr_Mflo(tLo)); in iselWordExpr_R_wrk()
1212 addInstr(env, MIPSInstr_Mflo(tLo)); in iselWordExpr_R_wrk()
2213 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt128Expr_wrk()
2234 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt128Expr_wrk()
2253 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt128Expr_wrk()
2447 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt64Expr_wrk()
2464 addInstr(env, MIPSInstr_Mflo(tLo)); in iselInt64Expr_wrk()
Dhost_mips_defs.h665 extern MIPSInstr *MIPSInstr_Mflo(HReg dst);
Dhost_mips_defs.c1035 MIPSInstr *MIPSInstr_Mflo(HReg dst) in MIPSInstr_Mflo() function