Home | History | Annotate | Download | only in interpreter

Lines Matching refs:GetVRegLong

117                                  shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
123 shadow_frame.GetVRegLong(inst->VRegB_22x()));
129 shadow_frame.GetVRegLong(inst->VRegB_32x()));
230 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
670 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x());
671 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x());
1093 int64_t val = shadow_frame.GetVRegLong(inst->VRegA_23x(inst_data));
1411 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1416 shadow_frame.SetVRegLong(inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1450 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1456 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1462 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1609 shadow_frame.GetVRegLong(inst->VRegB_23x()) +
1610 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1616 shadow_frame.GetVRegLong(inst->VRegB_23x()) -
1617 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1623 shadow_frame.GetVRegLong(inst->VRegB_23x()) *
1624 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1630 shadow_frame.GetVRegLong(inst->VRegB_23x()),
1631 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1637 shadow_frame.GetVRegLong(inst->VRegB_23x()),
1638 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1644 shadow_frame.GetVRegLong(inst->VRegB_23x()) &
1645 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1651 shadow_frame.GetVRegLong(inst->VRegB_23x()) |
1652 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1658 shadow_frame.GetVRegLong(inst->VRegB_23x()) ^
1659 shadow_frame.GetVRegLong(inst->VRegC_23x()));
1665 shadow_frame.GetVRegLong(inst->VRegB_23x()) <<
1672 shadow_frame.GetVRegLong(inst->VRegB_23x()) >>
1679 static_cast<uint64_t>(shadow_frame.GetVRegLong(inst->VRegB_23x())) >>
1854 shadow_frame.GetVRegLong(vregA) +
1855 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1863 shadow_frame.GetVRegLong(vregA) -
1864 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1872 shadow_frame.GetVRegLong(vregA) *
1873 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1880 DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA),
1881 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1888 DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA),
1889 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1897 shadow_frame.GetVRegLong(vregA) &
1898 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1906 shadow_frame.GetVRegLong(vregA) |
1907 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1915 shadow_frame.GetVRegLong(vregA) ^
1916 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data)));
1924 shadow_frame.GetVRegLong(vregA) <<
1933 shadow_frame.GetVRegLong(vregA) >>
1942 static_cast<uint64_t>(shadow_frame.GetVRegLong(vregA)) >>