Searched refs:MIPSInstr_Div (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 619 extern MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg, HReg);
|
D | host_mips_isel.c | 1210 addInstr(env, MIPSInstr_Div(syned, True, r_srcL, r_srcR)); in iselWordExpr_R_wrk() 2232 addInstr(env, MIPSInstr_Div(syned, False, r_srcL, r_srcR)); in iselInt128Expr_wrk() 2251 addInstr(env, MIPSInstr_Div(syned, False, rLo1, r_srcR)); in iselInt128Expr_wrk() 2462 addInstr(env, MIPSInstr_Div(syned, True, r_sLo, r_srcR)); in iselInt64Expr_wrk()
|
D | host_mips_defs.c | 858 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR) in MIPSInstr_Div() function
|