Lines Matching refs:it_conditions_
1583 if (!it_conditions_.empty()) { in DumpThumb32()
1584 opcode << it_conditions_.back(); in DumpThumb32()
1585 it_conditions_.pop_back(); in DumpThumb32()
1877 … it_conditions_.resize(count + 2); // Plus the implicit 't', plus the "" for the IT itself. in DumpThumb16()
1883 it_conditions_[i] = kConditionCodeNames[first_cond]; in DumpThumb16()
1886 it_conditions_[i] = kConditionCodeNames[first_cond ^ 1]; in DumpThumb16()
1889 it_conditions_[count] = kConditionCodeNames[first_cond]; // The implicit 't'. in DumpThumb16()
1891 it_conditions_[count + 1] = ""; // No condition code for the IT itself... in DumpThumb16()
1936 if (!it_conditions_.empty()) { in DumpThumb16()
1937 opcode << it_conditions_.back(); in DumpThumb16()
1938 it_conditions_.pop_back(); in DumpThumb16()