Home
last modified time | relevance | path

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

/art/runtime/interpreter/
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()
1117 SetVRegFloat(A(), -GetVRegFloat(B())); in NEG_FLOAT()
1157 SetVReg(A(), art_float_to_integral<int32_t, float>(GetVRegFloat(B()))); in FLOAT_TO_INT()
1162 SetVRegLong(A(), art_float_to_integral<int64_t, float>(GetVRegFloat(B()))); in FLOAT_TO_LONG()
1167 SetVRegDouble(A(), GetVRegFloat(B())); in FLOAT_TO_DOUBLE()
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()
[all …]
Dshadow_frame.h162 float GetVRegFloat(size_t i) const { in GetVRegFloat() function