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

/gem5/src/arch/
H A Dmicro_asm.py54 self.labels = {}
106 self.labels = []
140 for label in statement.labels:
141 container.labels[label.text] = microop
406 'microop : labels ID'
408 microop.labels = t[1]
419 'microop : labels ID PARAMS'
421 microop.labels = t[1]
435 'labels : label'
439 'labels
[all...]
/gem5/src/base/stats/
H A Dhdf5.cc49 bool emptyStrings(const T &labels) argument
51 for (const auto &s : labels) {

Completed in 7 milliseconds