Home | History | Annotate | Download | only in verifier

Lines Matching refs:get_reg

3087     uint32_t get_reg = is_range ? inst->VRegC_3rc() + actual_args : arg[actual_args];
3089 const RegType& src_type = work_line_->GetRegisterType(get_reg);
3091 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register v" << get_reg << " has type " << src_type
3095 } else if (!work_line_->VerifyRegisterType(get_reg, reg_type)) {
3219 uint32_t get_reg = is_range ? inst->VRegC_3rc() + actual_args : arg[actual_args];
3220 if (!work_line_->VerifyRegisterType(get_reg, reg_type)) {
3269 uint32_t get_reg = is_range ? inst->VRegC_3rc() + ui : arg[ui];
3270 if (!work_line_->VerifyRegisterType(get_reg, expected_type)) {