Searched refs:repeat (Results 1 - 25 of 109) sorted by relevance

12345

/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Drepeat.s1 ; Test MRI structured repeat pseudo-op.
5 repeat
9 repeat
H A Drepeat.d2 #name: MRI structured repeat
5 # Test MRI structured repeat pseudo-op.
H A Dmri.exp49 run_dump_test repeat
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Drepeat.s1 ; Test MRI structured repeat pseudo-op.
5 repeat
9 repeat
H A Drepeat.d2 #name: MRI structured repeat
5 # Test MRI structured repeat pseudo-op.
H A Dmri.exp33 run_dump_test repeat
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020314-1.c14 repeat:
19 goto repeat;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr28839.c9 int i, repeat; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dhtm-1.c16 repeat:
43 goto repeat;
/haiku-buildtools/legacy/binutils/binutils/
H A Dsysinfo.y27 static char * repeat;
187 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
189 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
205 oldrepeat = repeat;
206 repeat = $3;
212 repeat = oldrepeat;
292 repeat,
302 repeat,
327 if (repeat)
328 printf("\t/* repeat
[all...]
H A Dsysinfo.c87 static char * repeat; variable
1278 printf("\tprintf(\"repeat %%d\\n\", %s);\n",(yyvsp[0].s));
1280 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",(yyvsp[0].s));
1296 oldrepeat = repeat;
1297 repeat = (yyvsp[0].s);
1304 repeat = oldrepeat;
1389 repeat,
1399 repeat,
1424 if (repeat)
1425 printf("\t/* repeat
[all...]
/haiku-buildtools/binutils/binutils/
H A Dsysinfo.y28 static char * repeat;
181 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
183 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
200 oldrepeat = repeat;
201 repeat = $3;
207 repeat = oldrepeat;
287 repeat,
297 repeat,
322 if (repeat)
323 printf("\t/* repeat
[all...]
H A Dsysinfo.c73 static char * repeat; variable
1382 printf("\tprintf(\"repeat %%d\\n\", %s);\n",(yyvsp[0].s));
1384 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",(yyvsp[0].s));
1401 oldrepeat = repeat;
1402 repeat = (yyvsp[0].s);
1410 repeat = oldrepeat;
1499 repeat,
1509 repeat,
1534 if (repeat)
1535 printf("\t/* repeat
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mep/
H A Drelocs-refs.s10 repeat $5, foo
16 repeat $5, -foo
22 repeat $5, (foo + bar)
H A Drelocs.d59 103a: 09 e5 ec ff repeat \$5,1012 <foo>
64 104a: 09 e5 d2 ef repeat \$5,ffffefee <0-:s3:foo.*>
69 105a: 09 e5 e9 07 repeat \$5,202c <\+:s3:foo:s3:bar>
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr51244-14.c79 repeat:
103 goto repeat;
106 goto repeat;
/haiku-buildtools/gcc/gcc/fortran/
H A Ddata.c217 mpz_t *repeat)
294 else if (repeat != NULL
301 mpz_add (end, end, *repeat);
350 gcc_assert (mpz_cmp_si (con->repeat, 1) > 0);
351 mpz_sub (con->repeat, offset, con->offset);
353 else if (mpz_cmp_si (con->repeat, 1) > 0
355 + mpz_get_si (con->repeat) > mpz_get_si (end))
366 + mpz_get_si (con->repeat);
368 mpz_set_si (con->repeat, endi - mpz_get_si (end));
370 mpz_set_si (con->repeat,
216 gfc_assign_data_value(gfc_expr *lvalue, gfc_expr *rvalue, mpz_t index, mpz_t *repeat) argument
[all...]
H A Dconstructor.c39 mpz_clear (c->repeat);
58 mpz_init_set (c->repeat, src->repeat);
83 mpz_init_set_si (c->repeat, 1);
185 /* Check if the previous node has a repeat count big enough to
192 if (mpz_cmp_si (c->repeat, 1) > 0)
194 if (mpz_get_si (c->offset) + mpz_get_si (c->repeat) <= offset)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-prof/
H A Dpr63581.C37 repeat:
45 goto repeat;
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850-c.c131 int repeat = 0;
144 if (type == CPP_EOF && !repeat)
153 repeat = 0;
164 repeat = 1;
192 while (repeat);
128 int repeat = 0; local
/haiku-buildtools/gcc/gcc/
H A Dgcse-common.c125 /* repeat is used to turn tail-recursion into iteration since GCC
127 repeat:
190 goto repeat;
216 goto repeat;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/macros/
H A Dmacros.exp29 run_dump_test repeat
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dfasta.c85 repeat(const char *alu, const char *title, int n) { function
212 repeat(alu, ">ONE Homo sapiens alu\n", n*2);
/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Dmacros.exp32 run_dump_test repeat
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstc.h66 void ffestc_decl_itemvalue (ffebld repeat, ffelexToken repeat_token,
105 void ffestc_R426_itemvalue (ffebld repeat, ffelexToken repeat_token,
118 void ffestc_R501_itemvalue (ffebld repeat, ffelexToken repeat_token,
160 void ffestc_R528_item_value (ffebld repeat, ffelexToken repeat_token,

Completed in 226 milliseconds

12345