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

/gem5/src/arch/power/insts/
H A Dbranch.hh136 uint32_t bo; member in class:PowerISA::BranchCond
142 bo(machInst.bo),
151 if (bo & 4) {
156 ctr_ok = ((bo & 2) == 0);
158 ctr_ok = ((bo & 2) != 0);
168 if (bo & 16) {
171 cond_ok = (((cr >> (31 - bi)) & 1) == ((bo >> 3) & 1));
H A Dbranch.cc115 ss << bo << ", " << bi << ", ";
142 ss << bo << ", " << bi << ", ";
168 ss << bo << ", " << bi << ", ";
/gem5/src/base/
H A Dpixel.cc54 unsigned ro, unsigned go, unsigned bo,
62 ch_b(bo, bw)
53 PixelConverter(unsigned _length, unsigned ro, unsigned go, unsigned bo, unsigned rw, unsigned gw, unsigned bw, ByteOrder _byte_order) argument
H A Dpixel.hh130 unsigned ro, unsigned go, unsigned bo,
/gem5/src/arch/power/
H A Dtypes.hh64 Bitfield<25, 21> bo; member in namespace:PowerISA

Completed in 8 milliseconds