Searched refs:width (Results 101 - 108 of 108) sorted by relevance

12345

/gem5/src/arch/arm/insts/
H A Dmacromem.hh519 unsigned width, RegIndex rn, RegIndex vd, unsigned regs,
/gem5/configs/example/
H A Dapu_se.py105 parser.add_option("--glbmem-wr-bus-width", type="int", default=32, \
106 help="VGPR to Coalescer (Global Memory) data bus width in bytes")
107 parser.add_option("--glbmem-rd-bus-width", type="int", default=32, \
108 help="Coalescer to VGPR (Global Memory) data bus width in bytes")
445 system.piobus = IOXBar(width=32, response_latency=0,
/gem5/src/arch/arm/
H A Dmiscregs_types.hh71 Bitfield<4> width; // AArch64 member in namespace:ArmISA
H A Dutility.cc343 aarch32 = (cpsr.width == 1);
H A Disa.cc2030 if (cpsr.width) { // AArch32
/gem5/src/cpu/minor/
H A Dexecute.cc813 if (thread.inputIndex == insts_in->width()) {
824 } while (insts_in && thread.inputIndex < insts_in->width() &&
/gem5/src/python/m5/
H A Dparams.py277 width = int(math.ceil(math.log(len(self))/math.log(10)))
279 v.set_parent(parent, "%s%0*d" % (name, width, i))
/gem5/ext/mcpat/cacti/
H A DUcache.cc264 ptr_array->width = uca->area.w;

Completed in 41 milliseconds

12345