Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h979 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in CMPL_FLOAT()
980 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in CMPL_FLOAT()
994 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in CMPG_FLOAT()
995 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in CMPG_FLOAT()
1813 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in NEG_FLOAT()
1860 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in FLOAT_TO_INT()
1867 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in FLOAT_TO_LONG()
1875 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in FLOAT_TO_DOUBLE()
2073 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ADD_FLOAT()
2074 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ADD_FLOAT()
[all …]
Dshadow_frame.h164 float GetVRegFloat(size_t i) const { in GetVRegFloat() function