Searched refs:VRegB_21s (Results 1 – 7 of 7) sorted by relevance
305 case k21s: return VRegB_21s(); in VRegB()352 inline int16_t Instruction::VRegB_21s() const { in VRegB_21s() function
188 case k21s: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_21s(), VRegB_21s()); break; in DumpString()
415 int16_t VRegB_21s() const;
256 constant = instruction.VRegB_21s(); in TryMatch()
269 int32_t value = instruction.VRegB_21s(); in ProcessDexInstruction()
2789 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21s(), dex_pc); in ProcessDexInstruction()2811 int64_t value = instruction.VRegB_21s(); in ProcessDexInstruction()
2198 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction()2214 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction()