Searched refs:VRegB_51l (Results 1 – 6 of 6) sorted by relevance
321 case k51l: return VRegB_51l(); in VRegB()329 return VRegB_51l(); in WideVRegB()432 inline uint64_t Instruction::VRegB_51l() const { in VRegB_51l() function
477 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
435 uint64_t VRegB_51l() const; // vB_wide
119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 in Const0()189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask()
2646 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l(), dex_pc); in ProcessDexInstruction()
2290 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction()