Searched refs:instruction_length (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/mcpat/
H A Darch_const.h74 const int instruction_length = 32;//Niagara variable
79 const int instruction_length = 32;//Niagara variable
106 const int IBsize = 64;//2*4*instruction_length/8*2;
H A Dlogic.cc404 (coredynp.instruction_length + coredynp.pc_width) *
413 (coredynp.instruction_length + coredynp.pc_width +
434 (coredynp.instruction_length + coredynp.pc_width) *
438 (coredynp.instruction_length + coredynp.pc_width) *
442 (coredynp.instruction_length + coredynp.pc_width);
446 (coredynp.instruction_length + coredynp.pc_width + 3 *
450 (coredynp.instruction_length + 3 * coredynp.phy_ireg_width);
H A Dbasic_components.h294 int instruction_length; member in class:CoreParameters
H A Dcore.cc89 data = core_params.instruction_length * core_params.peak_issueW;
528 data = core_params.instruction_length;
610 data = int((ceil((core_params.instruction_length +
619 data = int(ceil(((core_params.instruction_length +
665 data = int(ceil((core_params.instruction_length +
672 data = int(ceil((core_params.instruction_length +
3719 ASSIGN_INT_IF("instruction_length", core_params.instruction_length);
3833 ASSIGN_INT_IF("instruction_length", core_params.instruction_length);
[all...]

Completed in 26 milliseconds