Lines Matching refs:vregA
1537 const uint32_t vregA = inst->VRegA_11x();
1538 const RegType& src_type = work_line_->GetRegisterType(vregA);
1545 work_line_->VerifyRegisterType(vregA, use_src ? src_type : return_type);
1547 AppendToLastFailMessage(StringPrintf(" return-1nr on invalid register v%d", vregA));
1560 const uint32_t vregA = inst->VRegA_11x();
1561 bool success = work_line_->VerifyRegisterType(vregA, return_type);
1563 AppendToLastFailMessage(StringPrintf(" return-wide on invalid register v%d", vregA));
1577 const uint32_t vregA = inst->VRegA_11x();
1578 const RegType& reg_type = work_line_->GetRegisterType(vregA);
3332 const uint32_t vregA) {
3336 const RegType& value_type = work_line_->GetRegisterType(vregA);
3362 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected value in v" << vregA
3382 const uint32_t vregA = inst->VRegA_23x();
3384 VerifyPrimitivePut(component_type, insn_type, vregA);
3393 work_line_->VerifyRegisterType(vregA, insn_type);
3521 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c();
3543 work_line_->SetRegisterType(vregA, reg_types_.Conflict());
3548 work_line_->SetRegisterType(vregA, field_type);
3550 work_line_->SetRegisterTypeWide(vregA, field_type, field_type.HighHalf(®_types_));
3582 const uint32_t vregA = (is_static) ? inst->VRegA_21c() : inst->VRegA_22c();
3584 VerifyPrimitivePut(field_type, insn_type, vregA);
3593 work_line_->VerifyRegisterType(vregA, field_type);
3664 const uint32_t vregA = inst->VRegA_22c();
3686 work_line_->SetRegisterType(vregA, reg_types_.Conflict());
3691 work_line_->SetRegisterType(vregA, field_type);
3693 work_line_->SetRegisterTypeWide(vregA, field_type, field_type.HighHalf(®_types_));
3715 const uint32_t vregA = inst->VRegA_22c();
3720 const RegType& value_type = work_line_->GetRegisterType(vregA);
3748 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected value in v" << vregA
3762 work_line_->VerifyRegisterType(vregA, field_type);