Home | History | Annotate | Download | only in verifier

Lines Matching refs:VRegA_11x

1953       line->MarkAllRegistersAsConflictsExcept(verifier, ret_inst->VRegA_11x());
1957 line->MarkAllRegistersAsConflictsExceptWide(verifier, ret_inst->VRegA_11x());
2093 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), false);
2096 work_line_->CopyResultRegister2(this, inst->VRegA_11x());
2099 work_line_->CopyResultRegister1(this, inst->VRegA_11x(), true);
2114 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_11x(), res_type);
2134 const uint32_t vregA = inst->VRegA_11x();
2157 const uint32_t vregA = inst->VRegA_11x();
2174 const uint32_t vregA = inst->VRegA_11x();
2300 work_line_->PushMonitor(this, inst->VRegA_11x(), work_insn_idx_);
2313 if (prev_inst.VRegB() == inst->VRegA_11x()) {
2350 work_line_->PopMonitor(this, inst->VRegA_11x());
2499 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegA_11x());