Searched refs:csloop (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c1493 rtx_code_label *csloop = gen_label_rtx ();
1508 emit_label (csloop);
1528 emit_cmp_and_jump_insns (oldval, val, NE, const0_rtx, SImode, true, csloop);
1554 rtx_code_label *csloop = gen_label_rtx ();
1592 emit_label (csloop);
1632 emit_cmp_and_jump_insns (cmp, old, NE, const0_rtx, SImode, true, csloop);
1491 rtx_code_label *csloop = gen_label_rtx (); local
1552 rtx_code_label *csloop = gen_label_rtx (); local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c6463 rtx_code_label *csloop = NULL, *csend = NULL;
6490 csloop = gen_label_rtx ();
6492 emit_label (csloop);
6520 s390_emit_jump (csloop, cc);
6546 rtx_code_label *csloop = gen_label_rtx ();
6569 emit_label (csloop);
6610 s390_emit_jump (csloop, s390_emit_compare_and_swap (NE, cmp,
6462 rtx_code_label *csloop = NULL, *csend = NULL; local
6545 rtx_code_label *csloop = gen_label_rtx (); local

Completed in 140 milliseconds