Searched refs:VRegB_21s (Results 1 – 7 of 7) sorted by relevance
247 case k21s: return VRegB_21s(); in VRegB()292 inline int16_t Instruction::VRegB_21s() const { in VRegB_21s() function
148 case k21s: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_21s(), VRegB_21s()); break; in DumpString()
346 int16_t VRegB_21s() const;
478 HIntConstant* constant = GetIntConstant(instruction.VRegB_21s()); in AnalyzeDexInstruction()500 int64_t value = instruction.VRegB_21s(); in AnalyzeDexInstruction()
384 int32_t val = inst->VRegB_21s(); in ExecuteGotoImpl()416 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteGotoImpl()
297 int16_t val = inst->VRegB_21s(); in ExecuteSwitchImpl()329 shadow_frame.SetVRegLong(inst->VRegA_21s(inst_data), inst->VRegB_21s()); in ExecuteSwitchImpl()
1657 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction()1676 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction()