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

/gem5/ext/mcpat/
H A Darch_const.h72 const int opcode_length = 8;//Niagara variable
77 const int opcode_length = 8;//16;//Niagara variable
H A Dlogic.cc390 int opcode_length = coredynp.x86 ? local
414 pow(2.0, opcode_length) + 2 * coredynp.int_data_width) *
418 (3 * coredynp.arch_ireg_width + pow(2.0, opcode_length) + 8 *
420 /* pipe stage MEM/WB the 2^opcode_length means the total decoded signal for the opcode*/
422 (2 * coredynp.int_data_width + pow(2.0, opcode_length) + 8 *
455 pow(2.0, opcode_length)/*+2*powers (2,reg_length)*/);
456 /* 2^opcode_length means the total decoded signal for the opcode*/
458 (2 * coredynp.int_data_width + pow(2.0, opcode_length)
462 (2 * coredynp.int_data_width + pow(2.0, opcode_length)
468 pow(2.0, opcode_length)/*
[all...]
H A Dlogic.h106 int opcode_length; member in class:InstructionDecoder

Completed in 9 milliseconds