Home | History | Annotate | Download | only in interpreter

Lines Matching refs:GetVReg

185                              shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
191 shadow_frame.GetVReg(inst->VRegB_22x()));
197 shadow_frame.GetVReg(inst->VRegB_32x()));
305 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
604 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data));
800 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) ==
801 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
814 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) !=
815 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
828 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <
829 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
842 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >=
843 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
856 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >
857 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
870 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <=
871 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) {
884 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) {
897 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) {
910 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) {
923 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) {
936 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) {
949 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) {
968 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
986 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1004 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1022 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1040 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1059 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1078 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1096 uint8_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data));
1097 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1115 int8_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data));
1116 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1134 uint16_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data));
1135 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1153 int16_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data));
1154 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1172 int32_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data));
1173 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1193 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1212 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x());
1629 inst->VRegA_12x(inst_data), -shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1635 inst->VRegA_12x(inst_data), ~shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1665 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1671 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1677 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
1745 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))));
1751 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))));
1757 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))));
1763 SafeAdd(shadow_frame.GetVReg(inst->VRegB_23x()),
1764 shadow_frame.GetVReg(inst->VRegC_23x())));
1771 SafeSub(shadow_frame.GetVReg(inst->VRegB_23x()),
1772 shadow_frame.GetVReg(inst->VRegC_23x())));
1778 SafeMul(shadow_frame.GetVReg(inst->VRegB_23x()),
1779 shadow_frame.GetVReg(inst->VRegC_23x())));
1785 shadow_frame.GetVReg(inst->VRegB_23x()),
1786 shadow_frame.GetVReg(inst->VRegC_23x()));
1793 shadow_frame.GetVReg(inst->VRegB_23x()),
1794 shadow_frame.GetVReg(inst->VRegC_23x()));
1801 shadow_frame.GetVReg(inst->VRegB_23x()) <<
1802 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x1f));
1808 shadow_frame.GetVReg(inst->VRegB_23x()) >>
1809 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x1f));
1815 static_cast<uint32_t>(shadow_frame.GetVReg(inst->VRegB_23x())) >>
1816 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x1f));
1822 shadow_frame.GetVReg(inst->VRegB_23x()) &
1823 shadow_frame.GetVReg(inst->VRegC_23x()));
1829 shadow_frame.GetVReg(inst->VRegB_23x()) |
1830 shadow_frame.GetVReg(inst->VRegC_23x()));
1836 shadow_frame.GetVReg(inst->VRegB_23x()) ^
1837 shadow_frame.GetVReg(inst->VRegC_23x()));
1900 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x3f));
1907 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x3f));
1914 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x3f));
1990 shadow_frame.SetVReg(vregA, SafeAdd(shadow_frame.GetVReg(vregA),
1991 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))));
1999 SafeSub(shadow_frame.GetVReg(vregA),
2000 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))));
2008 SafeMul(shadow_frame.GetVReg(vregA),
2009 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))));
2016 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA),
2017 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
2024 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA),
2025 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
2033 shadow_frame.GetVReg(vregA) <<
2034 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x1f));
2042 shadow_frame.GetVReg(vregA) >>
2043 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x1f));
2051 static_cast<uint32_t>(shadow_frame.GetVReg(vregA)) >>
2052 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x1f));
2060 shadow_frame.GetVReg(vregA) &
2061 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
2069 shadow_frame.GetVReg(vregA) |
2070 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
2078 shadow_frame.GetVReg(vregA) ^
2079 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)));
2158 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x3f));
2167 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x3f));
2176 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x3f));
2273 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22s(inst_data)),
2281 shadow_frame.GetVReg(inst->VRegB_22s(inst_data))));
2287 SafeMul(shadow_frame.GetVReg(inst->VRegB_22s(inst_data)),
2294 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)),
2302 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)),
2310 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)) &
2317 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)) |
2324 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)) ^
2331 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()));
2337 SafeSub(inst->VRegC_22b(), shadow_frame.GetVReg(inst->VRegB_22b())));
2343 SafeMul(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()));
2349 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2356 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2363 shadow_frame.GetVReg(inst->VRegB_22b()) &
2370 shadow_frame.GetVReg(inst->VRegB_22b()) |
2377 shadow_frame.GetVReg(inst->VRegB_22b()) ^
2384 shadow_frame.GetVReg(inst->VRegB_22b()) <<
2391 shadow_frame.GetVReg(inst->VRegB_22b()) >>
2398 static_cast<uint32_t>(shadow_frame.GetVReg(inst->VRegB_22b())) >>