Searched refs:DoLongDivide (Results 1 – 2 of 2) sorted by relevance
1270 return DoLongDivide(shadow_frame_, A(), GetVRegLong(B()), GetVRegLong(C())); in DIV_LONG()1426 return DoLongDivide(shadow_frame_, A(), GetVRegLong(A()), GetVRegLong(B())); in DIV_LONG_2ADDR()
688 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide() function