Searched refs:VRegA_22t (Results 1 – 5 of 5) sorted by relevance
332 uint4_t VRegA_22t() const { in VRegA_22t() function333 return VRegA_22t(Fetch16(0)); in VRegA_22t()382 uint4_t VRegA_22t(uint16_t inst_data) const;
74 case k22t: return VRegA_22t(); in VRegA()158 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const { in VRegA_22t() function
266 …case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t());… in DumpString()
1058 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == in IF_EQ()1071 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in IF_NE()1084 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in IF_LT()1097 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in IF_GE()1110 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in IF_GT()1123 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in IF_LE()
2629 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()2649 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()