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

/gem5/util/minorview/
H A Dblobs.py59 right, top and bottom sides of the described rectangle"""
65 bottom = y + half_height
66 return (left, right, top, bottom)
70 (left, right, top, bottom) = centre_size_to_sides(centre, size)
73 cr.line_to(right, bottom)
74 cr.line_to(left, bottom)
100 (left, right, top, bottom) = centre_size_to_sides(centre, size)
105 cr.move_to(left, bottom)
106 cr.line_to(left + half_x_stripe_width, bottom)
113 cr.move_to(left + xOffset - half_x_stripe_width, bottom)
[all...]
/gem5/util/stats/
H A Dbarchart.py207 bottom = array([0.0] * len(stackdata[0]), Float)
215 bar = self.axes.bar(ind, bardata, width, bottom=bottom,
220 bottom += bardata
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsll.S38 # Verify that shifts only use bottom six bits
H A Dsllw.S38 # Verify that shifts only use bottom five bits
H A Dsra.S38 # Verify that shifts only use bottom five bits
H A Dsraw.S38 # Verify that shifts only use bottom five bits
H A Dsrl.S41 # Verify that shifts only use bottom five bits
H A Dsrlw.S38 # Verify that shifts only use bottom five bits
/gem5/src/arch/alpha/
H A Dstacktrace.cc161 Addr bottom = ksp & ~0x3fff; local
172 while (ksp > bottom) {
/gem5/util/plot_dram/
H A DPlotPowerStates.py234 @param bottom_state: the bottom-most component of the stacked bar
253 # Must have a bottom of the stack first
266 # Now add on top of the bottom = sum of values up until now
269 bottom=time_sum)
270 # Now add the bit of the stack that we just ploted to the bottom
271 # resulting in a new bottom for the next iteration

Completed in 12 milliseconds