Home
last modified time | relevance | path

Searched refs:it_conditions_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.h818 Condition it_conditions_[4]; variable
830 next_condition_ = it_conditions_[it_cond_index_]; in CheckCondition()
840 CHECK_EQ(it_conditions_[it_cond_index_ + 1], AL); in CheckConditionLastIt()
Dassembler_thumb2.cc3243 case kItOmitted: it_conditions_[index] = AL; break; in SetItCondition()
3244 case kItThen: it_conditions_[index] = cond; break; in SetItCondition()
3246 it_conditions_[index] = static_cast<Condition>(static_cast<uint8_t>(cond) ^ 1); in SetItCondition()
3258 it_conditions_[i] = AL; in it()
3279 next_condition_ = it_conditions_[0]; in it()