Searched refs:VRegB_51l (Results 1 – 8 of 8) sorted by relevance
263 case k51l: return VRegB_51l(); in VRegB()271 return VRegB_51l(); in WideVRegB()370 inline uint64_t Instruction::VRegB_51l() const { in VRegB_51l() function
466 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
381 uint64_t VRegB_51l() const; // vB_wide
120 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 in Const0()188 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask()
1761 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l(), dex_pc); in ProcessDexInstruction()
431 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteGotoImpl()
373 shadow_frame.SetVRegLong(inst->VRegA_51l(inst_data), inst->VRegB_51l()); in ExecuteSwitchImpl()
2244 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction()