Home
last modified time | relevance | path

Searched refs:VRegB_22t (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Ddex_instruction.h355 uint4_t VRegB_22t() const { in VRegB_22t() function
356 return VRegB_22t(Fetch16(0)); in VRegB_22t()
375 uint4_t VRegB_22t(uint16_t inst_data) const;
Ddex_instruction-inl.h252 case k22t: return VRegB_22t(); in VRegB()
317 inline uint4_t Instruction::VRegB_22t(uint16_t inst_data) const { in VRegB_22t() function
Ddex_instruction.cc213 …case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t());… in DumpString()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc772 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()
788 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()
804 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < shadow_frame.GetVReg(inst->VRegB_22t(inst_d… in ExecuteGotoImpl()
820 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()
836 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > shadow_frame.GetVReg(inst->VRegB_22t(inst_d… in ExecuteGotoImpl()
852 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc682 …ow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
697 …ow_frame.GetVReg(inst->VRegA_22t(inst_data)) != shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
712 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < shadow_frame.GetVReg(inst->VRegB_22t(inst_d… in ExecuteSwitchImpl()
727 …ow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
742 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > shadow_frame.GetVReg(inst->VRegB_22t(inst_d… in ExecuteSwitchImpl()
757 …ow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= shadow_frame.GetVReg(inst->VRegB_22t(inst_data))) { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1912 RegType& reg_type2 = work_line_->GetRegisterType(inst->VRegB_22t()); in CodeFlowVerifyInstruction()
1932 RegType& reg_type2 = work_line_->GetRegisterType(inst->VRegB_22t()); in CodeFlowVerifyInstruction()