Searched refs:point (Results 1 - 10 of 10) sorted by relevance

/gem5/src/sim/probe/
H A Dprobe.cc96 DPRINTFR(ProbeVerbose, "Probes: Call to addListener to \"%s\" on %s failed, no such point.\n", pointName, object->name());
113 DPRINTFR(ProbeVerbose, "Probes: Call to removeListener from \"%s\" on %s failed, no such point.\n", pointName, object->name());
119 ProbeManager::addPoint(ProbePoint &point) argument
121 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s.\n", point.getName(), object->name());
124 if ((*p)->getName() == point.getName()) {
125 DPRINTFR(ProbeVerbose, "Probes: Call to addPoint \"%s\" to %s failed, already added.\n", point.getName(), object->name());
129 points.push_back(&point);
H A Dprobe.hh44 * ProbePoint: an event probe point i.e. send a notify from the point
48 * a probe point event occurs. Multiple ProbeListeners
77 * Name space containing shared probe point declarations.
187 * @param point the ProbePoint to add.
189 void addPoint(ProbePoint &point);
244 * ProbePointArg generates a point for the class of Arg. As ProbePointArgs talk
/gem5/util/minorview/
H A Dmodel.py41 from point import Point
862 def pic_at(point):
863 """Return the char pair at the given point.
865 x, y = point.to_pair()
872 def clear_pic_at(point):
873 """Clear the chars at point so we don't trip over them again"""
874 line = pic[point.y]
875 x = point.x * charsPerPixel
876 pic[point.y] = line[0:x] + (' ' * charsPerPixel) + \
897 def point_return(point)
[all...]
H A Dview.py45 from point import Point
345 def __init__(self, model, view, point, blob):
348 self.point = point
396 text_point = self.point
402 blobs.speech_bubble(cr, self.point, size, text_size)
488 point = Point(b.x, b.y)
492 if point.is_within_box((centre, size)):
497 overlay = Overlay(self.model, self.view, point,
H A Dblobs.py51 from point import Point
448 # Break arrow to prevent the point ruining the appearance of boxes
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.py53 after decimal point")
/gem5/util/
H A Dminorview.py54 from minorview.point import Point
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s23 ; floating-point registers fr12..fr21.
216 fldws -4(%r22),%farg0 ; Load args to floating-point registers.
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2654 // at this point, l >= r
2656 // make sure that l and r point to the bits of u
2802 // at this point, l >= r
2804 // make sure that l and r point to the bits of u
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h374 # Tests floating-point instructions

Completed in 22 milliseconds