Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h851 return HandleCmpl<float>(GetVRegFloat(B()), GetVRegFloat(C())); in CMPL_FLOAT()
855 return HandleCmpg<float>(GetVRegFloat(B()), GetVRegFloat(C())); in CMPG_FLOAT()
1256 SetVRegFloat(A(), -GetVRegFloat(B())); in NEG_FLOAT()
1296 float val = GetVRegFloat(B()); in FLOAT_TO_INT()
1303 float val = GetVRegFloat(B()); in FLOAT_TO_LONG()
1310 SetVRegDouble(A(), GetVRegFloat(B())); in FLOAT_TO_DOUBLE()
1455 SetVRegFloat(A(), GetVRegFloat(B()) + GetVRegFloat(C())); in ADD_FLOAT()
1460 SetVRegFloat(A(), GetVRegFloat(B()) - GetVRegFloat(C())); in SUB_FLOAT()
1465 SetVRegFloat(A(), GetVRegFloat(B()) * GetVRegFloat(C())); in MUL_FLOAT()
1470 SetVRegFloat(A(), GetVRegFloat(B()) / GetVRegFloat(C())); in DIV_FLOAT()
[all …]
Dshadow_frame.h162 float GetVRegFloat(size_t i) const { in GetVRegFloat() function