Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1256 SetVRegFloat(A(), -GetVRegFloat(B())); in NEG_FLOAT()
1271 SetVRegFloat(A(), GetVReg(B())); in INT_TO_FLOAT()
1286 SetVRegFloat(A(), GetVRegLong(B())); in LONG_TO_FLOAT()
1329 SetVRegFloat(A(), GetVRegDouble(B())); in DOUBLE_TO_FLOAT()
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()
1475 SetVRegFloat(A(), fmodf(GetVRegFloat(B()), GetVRegFloat(C()))); in REM_FLOAT()
1634 SetVRegFloat(vregA, GetVRegFloat(vregA) + GetVRegFloat(B())); in ADD_FLOAT_2ADDR()
[all …]
Dshadow_frame.h212 void SetVRegFloat(size_t i, float val) { in SetVRegFloat() function