Lines Matching refs:it_block_
105 const ITBlock& it_block_;
110 : it_block_(it_block), cond_(cond) {}
111 const ITBlock& GetITBlock() const { return it_block_; }
114 if (cond.it_block_.InITBlock() && cond.cond_.Is(al) &&
525 ITBlock* const it_block_;
530 : it_block_(it_block), inside_(it_block->InITBlock()) {}
532 if (inside_) it_block_->Advance();
537 ITBlock it_block_;
574 it_block_.Set(first_condition, it_mask);
576 const ITBlock& GetITBlock() const { return it_block_; }
577 bool InITBlock() const { return it_block_.InITBlock(); }
578 bool OutsideITBlock() const { return it_block_.OutsideITBlock(); }
579 bool OutsideITBlockOrLast() const { return it_block_.OutsideITBlockOrLast(); }
580 void CheckNotIT() const { VIXL_ASSERT(it_block_.OutsideITBlock()); }
583 if (it_block_.OutsideITBlock()) return al;
584 return it_block_.GetCurrentCondition();