summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-10-07 21:41:35 -0400
committertgrogers <[email protected]>2018-10-07 21:41:35 -0400
commitafb28556c4f08e4daca17525e7e377d9aaec0ee5 (patch)
treeab1d03b510b4fabe8138c0fdf2ed9bf8cb473582 /src/abstract_hardware_model.h
parent2ca656ae40436929f3d1261acabbd1c13db8470a (diff)
Unrolling Aksahy's stats - as they seem to be really screwing things up.
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 35f289c..e708fa7 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -808,7 +808,6 @@ public:
arch_reg.dst[i] = -1;
}
isize=0;
- op_classification = 0;
}
bool valid() const { return m_decoded; }
virtual void print_insn( FILE *fp ) const
@@ -827,7 +826,6 @@ public:
address_type pc; // program counter address of instruction
unsigned isize; // size of instruction in bytes
op_type op; // opcode (uarch visible)
- int op_classification; // classification of opcode for statistics purpopses
barrier_type bar_type;
reduction_type red_type;
@@ -1035,11 +1033,6 @@ public:
return cycles > 0;
}
- unsigned get_cycles()
- {
- return cycles;
- }
-
void print( FILE *fout ) const;
unsigned get_uid() const { return m_uid; }