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

/gem5/src/arch/mips/
H A Ddt_constants.hh131 Bitfield<1> tup; member in namespace:MipsISA
/gem5/ext/testlib/
H A Dhelper.py118 def __init__(self, tup, hash=hash):
119 self[:] = tup
120 self.hashvalue = hash(tup)
/gem5/src/python/m5/
H A Dparams.py1032 tup = [(self.ip >> i) & 0xff for i in (24, 16, 8, 0)]
1033 return '%d.%d.%d.%d' % tuple(tup)

Completed in 8 milliseconds