Searched refs:LOOP (Results 1 - 25 of 57) sorted by relevance

123

/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dloop.s0 LOOP bug LC0 = P0>>1;
H A Dloop2.s0 LOOP .bug LC0 = P0>>1;
H A Dloop3.s0 LOOP $bug LC0 = P0>>1;
H A Dflow.s76 LOOP third_loop lC0 = P1 >> 1;
87 LOOP another_loop lC1 = P1 >> 1;
H A Dloop_temps.s225 LOOP filter_start256 LC0;
236 LOOP filter_start_inner256 LC1;
267 LOOP filter_mid256 LC0;
269 LOOP filter_mid_inner256 LC1=P3;
287 LOOP mem_update256 LC0;
295 LOOP mem_accum256 LC1;
/haiku-buildtools/binutils/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/haiku-buildtools/gcc/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dselect.go22 LOOP:
32 break LOOP
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr28982a.c32 #define LOOP(INDEX) result##INDEX += *ptr##INDEX, ptr##INDEX += inc##INDEX macro
45 MULTI (LOOP);
H A Dpr28982b.c15 #define LOOP(INDEX) result##INDEX += *ptr##INDEX, ptr##INDEX += inc##INDEX macro
36 MULTI (LOOP);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dflow.s76 LOOP third_loop lC0 = P1 >> 1;
87 LOOP another_loop lC1 = P1 >> 1;
/haiku-buildtools/binutils/opcodes/
H A Dconfigure.com56 $ LOOP:
62 $ GOTO LOOP
/haiku-buildtools/gcc/gcc/
H A Dcfgloop.h437 /* Returns the number of superloops of LOOP. */
445 /* Returns the immediate superloop of LOOP, or NULL if LOOP is the outermost
459 /* Returns true if LOOP has at least one exit edge. */
646 #define FOR_EACH_LOOP(LOOP, FLAGS) \
647 for (loop_iterator li(&(LOOP), FLAGS); \
648 (LOOP); \
649 (LOOP) = li.next ())
708 /* Returns the outermost loop of the loop nest that contains LOOP.*/
H A Dsel-sched-ir.h875 #define MARK_LOOP_FOR_PIPELINING(LOOP) ((LOOP)->aux = (void *)(size_t)(1))
876 #define LOOP_MARKED_FOR_PIPELINING_P(LOOP) ((size_t)((LOOP)->aux))
879 #define LOOP_PREHEADER_BLOCKS(LOOP) ((size_t)((LOOP)->aux) == 1 \
881 : ((vec<basic_block> *) (LOOP)->aux))
882 #define SET_LOOP_PREHEADER_BLOCKS(LOOP,BLOCKS) ((LOOP)->aux \
885 : (LOOP)
[all...]
H A Dcfgloopanal.c65 /* Checks whether BB is executed exactly once in each LOOP iteration. */
94 #define LOOP_REPR(LOOP) ((LOOP)->num + last_basic_block_for_fn (cfun))
198 /* Counts number of insns inside LOOP. */
222 /* Counts number of insns executed on average per iteration LOOP. */
255 /* Returns expected number of iterations of LOOP, according to
305 /* Returns expected number of LOOP iterations. The returned value is bounded
315 /* Returns the maximum level of nesting of subloops of LOOP. */
496 /* Gets basic blocks of a LOOP. Header is the 0-th block, rest is in dfs
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h82 LOOP = 308, enumerator in enum:yytokentype
257 #define LOOP 308 macro
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h97 LOOP = 307, enumerator in enum:yytokentype
271 #define LOOP 307 macro
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dloop.c130 } LOOP;
132 static LOOP *loopstack = (LOOP *)0;
349 LOOP *temp = (LOOP *)xmalloc (sizeof (LOOP));
360 LOOP *do_temp = loopstack;
441 * It's saved on the iter_list of the current LOOP.
129 } LOOP; typedef in typeref:struct:loop
H A Dnloop.c142 } LOOP;
144 static LOOP *loop_stack = (LOOP *)0;
359 LOOP *temp = (LOOP *)xmalloc (sizeof (LOOP));
370 LOOP *do_temp = loop_stack;
433 * It's saved on the iter_list of the current LOOP.
141 } LOOP; typedef in typeref:struct:loop
/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c1345 case EXEC_OACC_PARALLEL_LOOP: name = "PARALLEL LOOP"; is_oacc = true; break;
1347 case EXEC_OACC_KERNELS_LOOP: name = "KERNELS LOOP"; is_oacc = true; break;
1351 case EXEC_OACC_LOOP: name = "LOOP"; is_oacc = true; break;
/haiku-buildtools/legacy/gcc/gcc/
H A Dvmsconfig.com62 LOOP
191 LOOP
340 LOOP
368 LOOP
410 LOOP
437 LOOP
/haiku-buildtools/binutils/bfd/
H A Dconfigure.com353 LOOP
384 $ LOOP:
403 $ GOTO LOOP
/haiku-buildtools/gcc/gmp/mpn/alpha/
H A Dbdiv_dbm1c.asm180 C *** MAIN LOOP START ***
222 C *** MAIN LOOP END ***
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dlogops_n.asm223 C *** MAIN LOOP START ***
252 C *** MAIN LOOP END ***
/haiku-buildtools/gcc/gmp/mpn/sparc32/v9/
H A Dmul_1.asm188 C BEGIN MAIN LOOP
220 C END MAIN LOOP

Completed in 232 milliseconds

123