Searched refs:DoLongDivide (Results 1 – 2 of 2) sorted by relevance
1417 return DoLongDivide(shadow_frame, A(), GetVRegLong(B()), GetVRegLong(C())); in DIV_LONG()1588 return DoLongDivide(shadow_frame, vregA, GetVRegLong(vregA), GetVRegLong(B())); in DIV_LONG_2ADDR()
849 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide() function