Searched refs:ctr_ok (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/power/insts/
H A Dbranch.hh150 bool ctr_ok; local
152 ctr_ok = true;
156 ctr_ok = ((bo & 2) == 0);
158 ctr_ok = ((bo & 2) != 0);
161 return ctr_ok;

Completed in 5 milliseconds