Home | History | Annotate | Download | only in disassembler

Lines Matching refs:it_conditions_

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