Searched refs:reg_type1 (Results 1 – 1 of 1) sorted by relevance
2539 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction() local2542 if (reg_type1.IsZero()) { // zero then integral or reference expected in CodeFlowVerifyInstruction()2544 } else if (reg_type1.IsReferenceTypes()) { // both references? in CodeFlowVerifyInstruction()2547 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2550 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "args to if-eq/if-ne (" << reg_type1 << "," in CodeFlowVerifyInstruction()2559 const RegType& reg_type1 = work_line_->GetRegisterType(this, inst->VRegA_22t()); in CodeFlowVerifyInstruction() local2561 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2562 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "args to 'if' (" << reg_type1 << "," in CodeFlowVerifyInstruction()