Searched refs:loop (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_async.py8 loop = asyncio.new_event_loop()
9 yield loop
10 loop.close()
H A Dtest_async.cpp21 py::object loop = py::module::import("asyncio.events").attr("get_event_loop")();
22 py::object f = loop.attr("create_future")();
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_test.h77 int loop; local
127 loop = 0;
H A Da2901_test.cpp464 if (++loop < 100000)
467 printf ("loops = %d\n", loop);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dtest.S22 loop: label
38 bnez a2, loop
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s21 ; from implementation to implementation. I took eight instructions in a loop
22 ; for every test (execute eight instructions and loop to the start).
100 addibf,<= -8,%arg0,_loop0 ; decrement counter by 8 and loop
138 addibf,<= -8,%arg0,_loop1 ; decrement counter by 8 and loop
167 addibf,<= -8,%arg0,_loop2 ; decrement counter by 8 and loop
192 addibf,<= -8,%arg0,_loop3 ; decrement counter by 8 and loop
/gem5/system/alpha/palcode/
H A Dosfpal.S4105 loop: label
4111 bne r10, loop

Completed in 19 milliseconds