Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h776 return HandleCmpl<float>(GetVRegFloat(B()), GetVRegFloat(C())); in CMPL_FLOAT()
780 return HandleCmpg<float>(GetVRegFloat(B()), GetVRegFloat(C())); in CMPG_FLOAT()
1308 SetVRegFloat(A(), GetVRegFloat(B()) + GetVRegFloat(C())); in ADD_FLOAT()
1313 SetVRegFloat(A(), GetVRegFloat(B()) - GetVRegFloat(C())); in SUB_FLOAT()
1318 SetVRegFloat(A(), GetVRegFloat(B()) * GetVRegFloat(C())); in MUL_FLOAT()
1323 SetVRegFloat(A(), GetVRegFloat(B()) / GetVRegFloat(C())); in DIV_FLOAT()
1328 SetVRegFloat(A(), fmodf(GetVRegFloat(B()), GetVRegFloat(C()))); in REM_FLOAT()
1464 SetVRegFloat(A(), GetVRegFloat(A()) + GetVRegFloat(B())); in ADD_FLOAT_2ADDR()
1469 SetVRegFloat(A(), GetVRegFloat(A()) - GetVRegFloat(B())); in SUB_FLOAT_2ADDR()
1474 SetVRegFloat(A(), GetVRegFloat(A()) * GetVRegFloat(B())); in MUL_FLOAT_2ADDR()
[all …]
H A Dshadow_frame.h162 float GetVRegFloat(size_t i) const { in GetVRegFloat() function