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

/gem5/src/arch/power/insts/
H A Dcondition.hh71 uint32_t bf; member in class:PowerISA::CondMoveOp
77 bf(machInst.bf),
H A Dstatic_inst.hh52 insertCRField(uint32_t cr, uint32_t bf, uint32_t value) const argument
54 uint32_t bits = value << ((7 - bf) * 4);
55 uint32_t mask = ~(0xf << ((7 - bf) * 4));
H A Dcondition.cc55 // Format is <mnemonic> bf, bfa
56 ss << bf << ", " << bfa;
/gem5/src/arch/power/
H A Dtypes.hh62 Bitfield<25, 23> bf; member in namespace:PowerISA
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_bit/test01/
H A Dtest01.cpp43 sc_bit bf(false);
65 cout << bdef << bf << bt << b0 << b1 << bc0 << bc1 << blc0 << blc1
78 b = bf;
82 b &= bf;
105 sc_assert(b == bf);

Completed in 7 milliseconds