Searched refs:VRegA_21t (Results 1 – 6 of 6) sorted by relevance
263 uint8_t VRegA_21t() const { in VRegA_21t() function264 return VRegA_21t(Fetch16(0)); in VRegA_21t()315 uint8_t VRegA_21t(uint16_t inst_data) const;
68 case k21t: return VRegA_21t(); in VRegA()134 inline uint8_t Instruction::VRegA_21t(uint16_t inst_data) const { in VRegA_21t() function
165 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break; in DumpString()
865 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) { in ExecuteGotoImpl()882 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) { in ExecuteGotoImpl()899 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) { in ExecuteGotoImpl()916 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) { in ExecuteGotoImpl()933 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) { in ExecuteGotoImpl()950 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) { in ExecuteGotoImpl()
734 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) { in ExecuteSwitchImpl()747 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) { in ExecuteSwitchImpl()760 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) { in ExecuteSwitchImpl()773 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) { in ExecuteSwitchImpl()786 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) { in ExecuteSwitchImpl()799 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) { in ExecuteSwitchImpl()
2143 const RegType& reg_type = work_line_->GetRegisterType(this, inst->VRegA_21t()); in CodeFlowVerifyInstruction()2181 (inst->VRegA_21t() == instance_of_inst->VRegA_22c()) && in CodeFlowVerifyInstruction()2253 const RegType& reg_type = work_line_->GetRegisterType(this, inst->VRegA_21t()); in CodeFlowVerifyInstruction()