Lines Matching refs:GetVRegFloat
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()
2018 shadow_frame.GetVRegFloat(inst->VRegB_23x()) - in ExecuteSwitchImplCpp()
2019 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteSwitchImplCpp()
2025 shadow_frame.GetVRegFloat(inst->VRegB_23x()) * in ExecuteSwitchImplCpp()
2026 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteSwitchImplCpp()
2032 shadow_frame.GetVRegFloat(inst->VRegB_23x()) / in ExecuteSwitchImplCpp()
2033 shadow_frame.GetVRegFloat(inst->VRegC_23x())); in ExecuteSwitchImplCpp()
2039 fmodf(shadow_frame.GetVRegFloat(inst->VRegB_23x()), in ExecuteSwitchImplCpp()
2040 shadow_frame.GetVRegFloat(inst->VRegC_23x()))); in ExecuteSwitchImplCpp()
2275 shadow_frame.GetVRegFloat(vregA) + in ExecuteSwitchImplCpp()
2276 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()
2284 shadow_frame.GetVRegFloat(vregA) - in ExecuteSwitchImplCpp()
2285 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()
2293 shadow_frame.GetVRegFloat(vregA) * in ExecuteSwitchImplCpp()
2294 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()
2302 shadow_frame.GetVRegFloat(vregA) / in ExecuteSwitchImplCpp()
2303 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImplCpp()
2311 fmodf(shadow_frame.GetVRegFloat(vregA), in ExecuteSwitchImplCpp()
2312 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)))); in ExecuteSwitchImplCpp()