Searched refs:trip (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dswym-op.d8 4: ff840def trip 132,13,239
12 14: ff170c43 trip 23,12,67
13 18: ff175678 trip 23,86,120
H A Dswym-op-r.d10 4: ff840def trip 132,13,239
14 14: ff170c43 trip 23,12,67
15 18: ff175678 trip 23,86,120
H A Dswym-opreg1.d23 40: ff0b1621 trip 11,22,33
26 4c: ff12d687 trip 18,214,135
29 58: fffeff01 trip 254,255,1
H A Dzerop-1.d17 8: ff000000 trip 0,0,0
H A Dreloc8-r.d15 c: ff000000 trip 0,0,0
H A Dreloc8.d13 c: ff000000 trip 0,0,0
H A Dlist-in-n.d280 43c: ff000000 trip 0,0,0
281 440: ff050607 trip 5,6,7
H A Dlist-in-r.d314 43c: ff000000 trip 0,0,0
315 440: ff050607 trip 5,6,7
H A Dlist-in-rn.d314 43c: ff000000 trip 0,0,0
315 440: ff050607 trip 5,6,7
H A Dlist-insns.d278 43c: ff000000 trip 0,0,0
279 440: ff050607 trip 5,6,7
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dswym-op.d8 4: ff840def trip 132,13,239
12 14: ff170c43 trip 23,12,67
13 18: ff175678 trip 23,86,120
H A Dswym-op-r.d10 4: ff840def trip 132,13,239
14 14: ff170c43 trip 23,12,67
15 18: ff175678 trip 23,86,120
H A Dreloc8-r.d15 c: ff000000 trip 0,0,0
H A Dreloc8.d13 c: ff000000 trip 0,0,0
H A Dzerop-1.d17 8: ff000000 trip 0,0,0
H A Dlist-in-n.d280 43c: ff000000 trip 0,0,0
281 440: ff050607 trip 5,6,7
H A Dlist-in-r.d314 43c: ff000000 trip 0,0,0
315 440: ff050607 trip 5,6,7
H A Dlist-in-rn.d314 43c: ff000000 trip 0,0,0
315 440: ff050607 trip 5,6,7
H A Dlist-insns.d278 43c: ff000000 trip 0,0,0
279 440: ff050607 trip 5,6,7
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dgotplt1.d12 # we make a round-trip to the PLT in the executable if it's
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Dgotplt1.d12 # we make a round-trip to the PLT in the executable if it's
/haiku-buildtools/gcc/gcc/fortran/
H A Darray.c1546 mpz_t trip; local
1553 mpz_init (trip);
1584 /* Calculate the trip count of the loop. */
1585 mpz_sub (trip, end->value.integer, start->value.integer);
1586 mpz_add (trip, trip, step->value.integer);
1587 mpz_tdiv_q (trip, trip, step->value.integer);
1595 while (mpz_sgn (trip) > 0)
1601 mpz_sub_ui (trip, tri
[all...]
H A Dresolve.c14222 mpz_t trip; local
14228 mpz_init (trip);
14259 mpz_set (trip, end->value.integer);
14260 mpz_sub (trip, trip, start->value.integer);
14261 mpz_add (trip, trip, step->value.integer);
14263 mpz_div (trip, trip, step->value.integer);
14271 while (mpz_cmp_ui (trip,
[all...]

Completed in 233 milliseconds