Home
last modified time | relevance | path

Searched refs:last_instr_cond (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h135 uint32_t last_instr_cond:1; /**< 1 if the last instruction was conditional */ member
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h79 void setLastInstrCond(const int is_cond) { this->last_instr_cond = is_cond; }; in setLastInstrCond()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp143 if (last_instr_cond) in toString()