Searched refs:MIPSInstr_Div (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.h | 639 extern MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg, HReg);
|
D | host_mips_isel.c | 1010 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()
|
D | host_mips_defs.c | 1208 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR) in MIPSInstr_Div() function
|