Searched refs:last_instr_cond (Results 1 – 3 of 3) sorted by relevance
135 uint32_t last_instr_cond:1; /**< 1 if the last instruction was conditional */ member
79 void setLastInstrCond(const int is_cond) { this->last_instr_cond = is_cond; }; in setLastInstrCond()
143 if (last_instr_cond) in toString()