Searched refs:ID_operand (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),
187 ID_operand = new InstructionDecoder(xml_data,
202 + ID_operand->area.get_area()
2394 ID_operand->tdp_stats.reset();
2395 ID_operand->tdp_stats.readAc.access = core_params.decodeW;
2396 ID_operand->power_t.reset();
2397 ID_operand->power_t = ID_misc->power;
2398 ID_operand->power_t.readOp.dynamic = ID_operand->power.readOp.dynamic *
2399 ID_operand
[all...]
H A Dcore.h111 InstructionDecoder* ID_operand; member in class:InstFetchU

Completed in 13 milliseconds