Searched refs:LOOP_COUNT (Results 1 - 5 of 5) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damoadd_d.S40 // Each thread increments a globally shared variable LOOP_COUNT times.
55 #define LOOP_COUNT 1000 define
56 #define RESULT LOOP_COUNT * NUM_THREADS
75 li t1, LOOP_COUNT // loop count
H A Damoswap_d.S40 // All threads execute a critical section LOOP_COUNT times. A thread
57 #define LOOP_COUNT 1000 define
58 #define RESULT NUM_THREADS * LOOP_COUNT
77 li t1, LOOP_COUNT
H A Dlrsc_d.S40 // All threads execute a critical section LOOP_COUNT times. A thread
57 #define LOOP_COUNT 1000 define
58 #define RESULT NUM_THREADS * LOOP_COUNT
77 li t1, LOOP_COUNT
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysfutex_d.S52 #define LOOP_COUNT 1000 define
90 li t0, LOOP_COUNT
130 li t0, LOOP_COUNT
165 // Each thread should do LOOP_COUNT iterations
171 li t2, LOOP_COUNT
H A Dsysfutex2_d.S53 #define LOOP_COUNT 1000 define
92 li t0, LOOP_COUNT
141 li t0, LOOP_COUNT
176 // Each thread should do LOOP_COUNT iterations
182 li t2, LOOP_COUNT

Completed in 7 milliseconds