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

/gem5/src/arch/arm/
H A Dccregs.hh80 COND_UC // 15 enumerator in enum:ArmISA::ConditionCode
H A Ddecoder.cc129 emi.condCode = COND_UC;
H A Dutility.hh92 case COND_UC: return true;
H A Dfaults.cc412 cond = (condCode == COND_UC) ? COND_AL : condCode;
/gem5/src/arch/arm/insts/
H A Dpred_inst.hh222 condCode = COND_UC;
H A Dstatic_inst.hh171 ConditionCode cond64 = COND_UC) const;
H A Dmacromem.cc135 if (!(condCode == COND_AL || condCode == COND_UC))
174 if (!(condCode == COND_AL || condCode == COND_UC))
209 if (!(condCode == COND_AL || condCode == COND_UC))
H A Dstatic_inst.cc465 case COND_UC:

Completed in 25 milliseconds