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

/gem5/ext/mcpat/
H A Dcore.cc57 BPT(NULL), ID_inst(NULL), ID_operand(NULL), ID_misc(NULL),
195 ID_misc = new InstructionDecoder(xml_data, "Instruction Microcode Decoder",
203 + ID_misc->area.get_area())
2385 ID_inst->power_t = ID_misc->power;
2397 ID_operand->power_t = ID_misc->power;
2406 ID_misc->tdp_stats.reset();
2407 ID_misc->tdp_stats.readAc.access = core_params.decodeW;
2408 ID_misc->power_t.reset();
2409 ID_misc->power_t = ID_misc
[all...]
H A Dcore.h112 InstructionDecoder* ID_misc; member in class:InstFetchU

Completed in 8 milliseconds