Searched refs:GetVRegFloat (Results 1 – 2 of 2) sorted by relevance
807 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImplCpp()808 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImplCpp()823 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImplCpp()824 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImplCpp()1744 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()1791 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteSwitchImplCpp()1799 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)); in ExecuteSwitchImplCpp()1808 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()2011 shadow_frame.GetVRegFloat(inst->VRegB_23x()) + in ExecuteSwitchImplCpp()2012 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteSwitchImplCpp()[all …]
153 float GetVRegFloat(size_t i) const { in GetVRegFloat() function