Searched refs:VRegB_21h (Results 1 – 6 of 6) sorted by relevance
304 case k21h: return VRegB_21h(); in VRegB()347 inline uint16_t Instruction::VRegB_21h() const { in VRegB_21h() function
191 uint32_t value = VRegB_21h() << 16; in DumpString()194 uint64_t value = static_cast<uint64_t>(VRegB_21h()) << 48; in DumpString()
414 uint16_t VRegB_21h() const;
260 int32_t value = instruction.VRegB_21h(); in ProcessDexInstruction()
2153 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21h() << 16, dex_pc); in ProcessDexInstruction()2189 int64_t value = static_cast<int64_t>(instruction.VRegB_21h()) << 48; in ProcessDexInstruction()
2276 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction()2304 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction()