Lines Matching refs:GetVReg
400 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in MOVE()
406 shadow_frame.GetVReg(inst->VRegB_22x())); in MOVE_FROM16()
412 shadow_frame.GetVReg(inst->VRegB_32x())); in MOVE_16()
531 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data))); in RETURN()
866 int32_t length = shadow_frame.GetVReg(inst->VRegB_22c(inst_data)); in NEW_ARRAY()
1058 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == in IF_EQ()
1059 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in IF_EQ()
1071 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in IF_NE()
1072 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in IF_NE()
1084 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in IF_LT()
1085 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in IF_LT()
1097 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in IF_GE()
1098 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in IF_GE()
1110 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in IF_GT()
1111 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in IF_GT()
1123 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in IF_LE()
1124 shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in IF_LE()
1136 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) { in IF_EQZ()
1148 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) { in IF_NEZ()
1160 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) { in IF_LTZ()
1172 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) { in IF_GEZ()
1184 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) { in IF_GTZ()
1196 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) { in IF_LEZ()
1213 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_BOOLEAN()
1229 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_BYTE()
1245 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_CHAR()
1261 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_SHORT()
1277 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET()
1294 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_WIDE()
1311 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in AGET_OBJECT()
1327 uint8_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data)); in APUT_BOOLEAN()
1328 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT_BOOLEAN()
1344 int8_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data)); in APUT_BYTE()
1345 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT_BYTE()
1361 uint16_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data)); in APUT_CHAR()
1362 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT_CHAR()
1378 int16_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data)); in APUT_SHORT()
1379 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT_SHORT()
1395 int32_t val = shadow_frame.GetVReg(inst->VRegA_23x(inst_data)); in APUT()
1396 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT()
1414 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT_WIDE()
1431 int32_t index = shadow_frame.GetVReg(inst->VRegC_23x()); in APUT_OBJECT()
1789 inst->VRegA_12x(inst_data), -shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in NEG_INT()
1795 inst->VRegA_12x(inst_data), ~shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in NOT_INT()
1825 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in INT_TO_LONG()
1831 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in INT_TO_FLOAT()
1837 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in INT_TO_DOUBLE()
1901 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)))); in INT_TO_BYTE()
1907 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)))); in INT_TO_CHAR()
1913 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)))); in INT_TO_SHORT()
1919 SafeAdd(shadow_frame.GetVReg(inst->VRegB_23x()), in ADD_INT()
1920 shadow_frame.GetVReg(inst->VRegC_23x()))); in ADD_INT()
1926 SafeSub(shadow_frame.GetVReg(inst->VRegB_23x()), in SUB_INT()
1927 shadow_frame.GetVReg(inst->VRegC_23x()))); in SUB_INT()
1933 SafeMul(shadow_frame.GetVReg(inst->VRegB_23x()), in MUL_INT()
1934 shadow_frame.GetVReg(inst->VRegC_23x()))); in MUL_INT()
1940 shadow_frame.GetVReg(inst->VRegB_23x()), in DIV_INT()
1941 shadow_frame.GetVReg(inst->VRegC_23x())); in DIV_INT()
1947 shadow_frame.GetVReg(inst->VRegB_23x()), in REM_INT()
1948 shadow_frame.GetVReg(inst->VRegC_23x())); in REM_INT()
1954 shadow_frame.GetVReg(inst->VRegB_23x()) << in SHL_INT()
1955 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x1f)); in SHL_INT()
1961 shadow_frame.GetVReg(inst->VRegB_23x()) >> in SHR_INT()
1962 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x1f)); in SHR_INT()
1968 static_cast<uint32_t>(shadow_frame.GetVReg(inst->VRegB_23x())) >> in USHR_INT()
1969 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x1f)); in USHR_INT()
1975 shadow_frame.GetVReg(inst->VRegB_23x()) & in AND_INT()
1976 shadow_frame.GetVReg(inst->VRegC_23x())); in AND_INT()
1982 shadow_frame.GetVReg(inst->VRegB_23x()) | in OR_INT()
1983 shadow_frame.GetVReg(inst->VRegC_23x())); in OR_INT()
1989 shadow_frame.GetVReg(inst->VRegB_23x()) ^ in XOR_INT()
1990 shadow_frame.GetVReg(inst->VRegC_23x())); in XOR_INT()
2053 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x3f)); in SHL_LONG()
2060 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x3f)); in SHR_LONG()
2067 (shadow_frame.GetVReg(inst->VRegC_23x()) & 0x3f)); in USHR_LONG()
2143 shadow_frame.SetVReg(vregA, SafeAdd(shadow_frame.GetVReg(vregA), in ADD_INT_2ADDR()
2144 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)))); in ADD_INT_2ADDR()
2151 SafeSub(shadow_frame.GetVReg(vregA), in SUB_INT_2ADDR()
2152 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)))); in SUB_INT_2ADDR()
2159 SafeMul(shadow_frame.GetVReg(vregA), in MUL_INT_2ADDR()
2160 shadow_frame.GetVReg(inst->VRegB_12x(inst_data)))); in MUL_INT_2ADDR()
2166 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in DIV_INT_2ADDR()
2167 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in DIV_INT_2ADDR()
2173 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in REM_INT_2ADDR()
2174 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in REM_INT_2ADDR()
2181 shadow_frame.GetVReg(vregA) << in SHL_INT_2ADDR()
2182 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x1f)); in SHL_INT_2ADDR()
2189 shadow_frame.GetVReg(vregA) >> in SHR_INT_2ADDR()
2190 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x1f)); in SHR_INT_2ADDR()
2197 static_cast<uint32_t>(shadow_frame.GetVReg(vregA)) >> in USHR_INT_2ADDR()
2198 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x1f)); in USHR_INT_2ADDR()
2205 shadow_frame.GetVReg(vregA) & in AND_INT_2ADDR()
2206 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in AND_INT_2ADDR()
2213 shadow_frame.GetVReg(vregA) | in OR_INT_2ADDR()
2214 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in OR_INT_2ADDR()
2221 shadow_frame.GetVReg(vregA) ^ in XOR_INT_2ADDR()
2222 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in XOR_INT_2ADDR()
2292 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x3f)); in SHL_LONG_2ADDR()
2300 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x3f)); in SHR_LONG_2ADDR()
2308 (shadow_frame.GetVReg(inst->VRegB_12x(inst_data)) & 0x3f)); in USHR_LONG_2ADDR()
2394 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22s(inst_data)), in ADD_INT_LIT16()
2402 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)))); in RSUB_INT()
2408 SafeMul(shadow_frame.GetVReg(inst->VRegB_22s(inst_data)), in MUL_INT_LIT16()
2415 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)), in DIV_INT_LIT16()
2422 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)), in REM_INT_LIT16()
2429 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)) & in AND_INT_LIT16()
2436 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)) | in OR_INT_LIT16()
2443 shadow_frame.GetVReg(inst->VRegB_22s(inst_data)) ^ in XOR_INT_LIT16()
2450 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b())); in ADD_INT_LIT8()
2456 SafeSub(inst->VRegC_22b(), shadow_frame.GetVReg(inst->VRegB_22b()))); in RSUB_INT_LIT8()
2462 SafeMul(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b())); in MUL_INT_LIT8()
2468 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()); in DIV_INT_LIT8()
2474 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()); in REM_INT_LIT8()
2480 shadow_frame.GetVReg(inst->VRegB_22b()) & in AND_INT_LIT8()
2487 shadow_frame.GetVReg(inst->VRegB_22b()) | in OR_INT_LIT8()
2494 shadow_frame.GetVReg(inst->VRegB_22b()) ^ in XOR_INT_LIT8()
2501 shadow_frame.GetVReg(inst->VRegB_22b()) << in SHL_INT_LIT8()
2508 shadow_frame.GetVReg(inst->VRegB_22b()) >> in SHR_INT_LIT8()
2515 static_cast<uint32_t>(shadow_frame.GetVReg(inst->VRegB_22b())) >> in USHR_INT_LIT8()