Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_mips_defs.h639 extern MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg, HReg);
Dhost_mips_isel.c1010 addInstr(env, MIPSInstr_Div(syned, True, r_srcL, r_srcR)); in iselWordExpr_R_wrk()
1815 addInstr(env, MIPSInstr_Div(syned, False, r_srcL, r_srcR)); in iselInt128Expr_wrk()
1833 addInstr(env, MIPSInstr_Div(syned, False, rLo1, r_srcR)); in iselInt128Expr_wrk()
2012 addInstr(env, MIPSInstr_Div(syned, True, r_sLo, r_srcR)); in iselInt64Expr_wrk()
Dhost_mips_defs.c1208 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR) in MIPSInstr_Div() function