HomeSort by: relevance | last modified time | path
    Searched defs:csloop (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 1956 rtx_code_label *csloop = gen_label_rtx ();
1971 emit_label (csloop);
1991 emit_cmp_and_jump_insns (oldval, val, NE, const0_rtx, SImode, true, csloop);
2017 rtx_code_label *csloop = gen_label_rtx ();
2055 emit_label (csloop);
2095 emit_cmp_and_jump_insns (cmp, old, NE, const0_rtx, SImode, true, csloop);
1954 rtx_code_label *csloop = gen_label_rtx (); local
2015 rtx_code_label *csloop = gen_label_rtx (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 1521 rtx_code_label *csloop = gen_label_rtx ();
1536 emit_label (csloop);
1556 emit_cmp_and_jump_insns (oldval, val, NE, const0_rtx, SImode, true, csloop);
1582 rtx_code_label *csloop = gen_label_rtx ();
1620 emit_label (csloop);
1660 emit_cmp_and_jump_insns (cmp, old, NE, const0_rtx, SImode, true, csloop);
1519 rtx_code_label *csloop = gen_label_rtx (); local
1580 rtx_code_label *csloop = gen_label_rtx (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 7227 rtx_code_label *csloop = NULL, *csend = NULL;
7254 csloop = gen_label_rtx ();
7256 emit_label (csloop);
7284 s390_emit_jump (csloop, cc);
7419 rtx_code_label *csloop;
7435 csloop = gen_label_rtx ();
7436 emit_label (csloop);
7437 s390_emit_jump (csloop, s390_emit_compare_and_swap (NE, output, mem, output,
7455 rtx_code_label *csloop = gen_label_rtx ();
7478 emit_label (csloop);
7226 rtx_code_label *csloop = NULL, *csend = NULL; local
7418 rtx_code_label *csloop; local
7454 rtx_code_label *csloop = gen_label_rtx (); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 7666 rtx_code_label *csloop = NULL, *csend = NULL;
7693 csloop = gen_label_rtx ();
7695 emit_label (csloop);
7723 s390_emit_jump (csloop, cc);
7858 rtx_code_label *csloop;
7874 csloop = gen_label_rtx ();
7875 emit_label (csloop);
7876 s390_emit_jump (csloop, s390_emit_compare_and_swap (NE, output, mem, output,
7894 rtx_code_label *csloop = gen_label_rtx ();
7917 emit_label (csloop);
7665 rtx_code_label *csloop = NULL, *csend = NULL; local
7857 rtx_code_label *csloop; local
7893 rtx_code_label *csloop = gen_label_rtx (); local
    [all...]

Completed in 53 milliseconds