Searched refs:GetVRegFloat (Results 1 – 3 of 3) sorted by relevance
605 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl()606 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl()621 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl()622 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl()1421 …shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(i… in ExecuteSwitchImpl()1467 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteSwitchImpl()1475 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteSwitchImpl()1484 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl()1686 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ExecuteSwitchImpl()1687 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteSwitchImpl()[all …]
696 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()697 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl()712 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl()713 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl()1535 …shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(i… in ExecuteGotoImpl()1575 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteGotoImpl()1583 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteGotoImpl()1591 …shadow_frame.SetVRegDouble(inst->VRegA_12x(inst_data), shadow_frame.GetVRegFloat(inst->VRegB_12x(i… in ExecuteGotoImpl()1794 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ExecuteGotoImpl()1795 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteGotoImpl()[all …]
194 float GetVRegFloat(size_t i) const { in GetVRegFloat() function