Home | History | Annotate | Download | only in interpreter

Lines Matching refs:GetVRegFloat

605         float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
606 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
621 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x());
622 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x());
1421 shadow_frame.SetVRegFloat(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1467 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data));
1475 float val = shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data));
1484 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1686 shadow_frame.GetVRegFloat(inst->VRegB_23x()) +
1687 shadow_frame.GetVRegFloat(inst->VRegC_23x()));
1693 shadow_frame.GetVRegFloat(inst->VRegB_23x()) -
1694 shadow_frame.GetVRegFloat(inst->VRegC_23x()));
1700 shadow_frame.GetVRegFloat(inst->VRegB_23x()) *
1701 shadow_frame.GetVRegFloat(inst->VRegC_23x()));
1707 shadow_frame.GetVRegFloat(inst->VRegB_23x()) /
1708 shadow_frame.GetVRegFloat(inst->VRegC_23x()));
1714 fmodf(shadow_frame.GetVRegFloat(inst->VRegB_23x()),
1715 shadow_frame.GetVRegFloat(inst->VRegC_23x())));
1951 shadow_frame.GetVRegFloat(vregA) +
1952 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1960 shadow_frame.GetVRegFloat(vregA) -
1961 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1969 shadow_frame.GetVRegFloat(vregA) *
1970 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1978 shadow_frame.GetVRegFloat(vregA) /
1979 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data)));
1987 fmodf(shadow_frame.GetVRegFloat(vregA),
1988 shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))));