Searched refs:VRegA_22t (Results 1 – 6 of 6) sorted by relevance
275 uint4_t VRegA_22t() const { in VRegA_22t() function276 return VRegA_22t(Fetch16(0)); in VRegA_22t()319 uint4_t VRegA_22t(uint16_t inst_data) const;
72 case k22t: return VRegA_22t(); in VRegA()154 inline uint4_t Instruction::VRegA_22t(uint16_t inst_data) const { in VRegA_22t() function
235 …case k22t: os << StringPrintf("%s v%d, v%d, %+d", opcode, VRegA_22t(), VRegB_22t(), VRegC_22t());… in DumpString()
758 …if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == shadow_frame.GetVReg(inst->VRegB_22t(inst_… in ExecuteGotoImpl()775 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in ExecuteGotoImpl()793 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in ExecuteGotoImpl()811 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in ExecuteGotoImpl()829 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in ExecuteGotoImpl()847 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in ExecuteGotoImpl()
650 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) == in ExecuteSwitchImpl()664 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) != in ExecuteSwitchImpl()678 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) < in ExecuteSwitchImpl()692 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) >= in ExecuteSwitchImpl()706 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) > in ExecuteSwitchImpl()720 if (shadow_frame.GetVReg(inst->VRegA_22t(inst_data)) <= in ExecuteSwitchImpl()
2113 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()2133 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction()