Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h953 return HandleCmpl<float>(GetVRegFloat(B()), GetVRegFloat(C())); in CMPL_FLOAT()
957 return HandleCmpg<float>(GetVRegFloat(B()), GetVRegFloat(C())); in CMPG_FLOAT()
1294 SetVRegFloat(A(), -GetVRegFloat(B())); in NEG_FLOAT()
1334 SetVReg(A(), art_float_to_integral<int32_t, float>(GetVRegFloat(B()))); in FLOAT_TO_INT()
1339 SetVRegLong(A(), art_float_to_integral<int64_t, float>(GetVRegFloat(B()))); in FLOAT_TO_LONG()
1344 SetVRegDouble(A(), GetVRegFloat(B())); in FLOAT_TO_DOUBLE()
1485 SetVRegFloat(A(), GetVRegFloat(B()) + GetVRegFloat(C())); in ADD_FLOAT()
1490 SetVRegFloat(A(), GetVRegFloat(B()) - GetVRegFloat(C())); in SUB_FLOAT()
1495 SetVRegFloat(A(), GetVRegFloat(B()) * GetVRegFloat(C())); in MUL_FLOAT()
1500 SetVRegFloat(A(), GetVRegFloat(B()) / GetVRegFloat(C())); in DIV_FLOAT()
[all …]
Dshadow_frame.h170 float GetVRegFloat(size_t i) const { in GetVRegFloat() function