Searched refs:VRegA_21t (Results 1 – 6 of 6) sorted by relevance
320 uint8_t VRegA_21t() const { in VRegA_21t() function321 return VRegA_21t(Fetch16(0)); in VRegA_21t()378 uint8_t VRegA_21t(uint16_t inst_data) const;
70 case k21t: return VRegA_21t(); in VRegA()138 inline uint8_t Instruction::VRegA_21t(uint16_t inst_data) const { in VRegA_21t() function
186 case k21t: os << StringPrintf("%s v%d, %+d", opcode, VRegA_21t(), VRegB_21t()); break; in DumpString()
1136 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) == 0) { in IF_EQZ()1148 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) != 0) { in IF_NEZ()1160 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) < 0) { in IF_LTZ()1172 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) >= 0) { in IF_GEZ()1184 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) > 0) { in IF_GTZ()1196 if (shadow_frame.GetVReg(inst->VRegA_21t(inst_data)) <= 0) { in IF_LEZ()
428 uint32_t reg = inst->VRegA_21t(); in ProcessCodeItem()
2659 const RegType& reg_type = work_line_->GetRegisterType(this, inst->VRegA_21t()); in CodeFlowVerifyInstruction()2697 (inst->VRegA_21t() == instance_of_inst.VRegA_22c()) && in CodeFlowVerifyInstruction()2779 const RegType& reg_type = work_line_->GetRegisterType(this, inst->VRegA_21t()); in CodeFlowVerifyInstruction()