Lines Matching refs:ID_operand
57 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->tdp_stats.readAc.access;
2400 ID_operand->rtp_stats.reset();
2401 ID_operand->rtp_stats.readAc.access = core_stats.total_instructions;
2402 ID_operand->rt_power.reset();
2403 ID_operand->rt_power.readOp.dynamic = ID_operand->power.readOp.dynamic *
2404 ID_operand->rtp_stats.readAc.access;
2448 if (ID_operand) {
2449 ID_operand->output_data.peak_dynamic_power =
2450 ID_operand->power_t.readOp.dynamic * clockRate;
2451 ID_operand->output_data.runtime_dynamic_energy =
2452 ID_operand->rt_power.readOp.dynamic;
2453 output_data += ID_operand->output_data;
2477 ID_operand->displayData(indent + 4, plevel);
3434 if (ID_operand) {
3435 delete ID_operand;
3436 ID_operand = NULL;