Searched refs:loops (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc1/
H A Ddisaproc1.cpp108 int loops = 0; local
121 if (loops < 1) {
125 if (loops > 5) {
130 loops++;
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp110 int loops = 0; local
123 if (loops < 1) {
129 if (loops > 5) {
136 loops++;
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp111 int loops = 0; local
124 if (loops < 1) {
130 if (loops > 5) {
137 loops++;
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py50 # Check loops
182 self.loops = [ ] # Currently active loops
183 self.loopend= { } # Mapping saying where loops end
264 if not self.loops or self.loops[-1][0] != self.pc:
270 self.loops.append((self.pc,stepval))
274 stepval = ('NUM',self.loops[-1][1])
277 if self.loops[-1][1] < 0: relop = '>='
282 self.loops
[all...]

Completed in 5 milliseconds