Home
last modified time | relevance | path

Searched refs:DoLongDivide (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1270 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()
H A Dinterpreter_common.h688 static inline bool DoLongDivide(ShadowFrame& shadow_frame, in DoLongDivide() function