Searched refs:phy_freg_width (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A Dbasic_components.h278 int phy_freg_width; member in class:CoreParameters
H A Dcore.cc664 tag = NUM_SOURCE_OPERANDS * core_params.phy_freg_width;
667 (core_params.phy_freg_width -
674 (core_params.phy_freg_width -
1418 data_w = core_params.phy_freg_width;
1494 data_w = core_params.phy_freg_width;
1612 data = int(ceil(core_params.phy_freg_width *
1615 out_w = int(ceil(core_params.phy_freg_width / BITS_PER_BYTE));
1763 data = int(ceil(core_params.phy_freg_width / BITS_PER_BYTE));
1832 data = int(ceil(core_params.phy_freg_width / BITS_PER_BYTE));
1905 tag = core_params.phy_freg_width;
[all...]

Completed in 15 milliseconds