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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 8571 rtx_code_label *neglab = gen_label_rtx ();
8577 emit_cmp_and_jump_insns (in, const0_rtx, LT, const0_rtx, DImode, 0, neglab);
8583 emit_label (neglab);
8604 rtx_code_label *neglab = gen_label_rtx ();
8614 emit_cmp_and_jump_insns (in, limit, GE, NULL_RTX, mode, 0, neglab);
8621 emit_label (neglab);
8556 rtx_code_label *neglab = gen_label_rtx (); local
8589 rtx_code_label *neglab = gen_label_rtx (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 8556 rtx_code_label *neglab = gen_label_rtx ();
8562 emit_cmp_and_jump_insns (in, const0_rtx, LT, const0_rtx, DImode, 0, neglab);
8568 emit_label (neglab);
8589 rtx_code_label *neglab = gen_label_rtx ();
8599 emit_cmp_and_jump_insns (in, limit, GE, NULL_RTX, mode, 0, neglab);
8606 emit_label (neglab);
8541 rtx_code_label *neglab = gen_label_rtx (); local
8574 rtx_code_label *neglab = gen_label_rtx (); local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 2483 rtx neglab, donelab, i0, i1, f0, in, out;
2489 neglab = gen_label_rtx ();
2495 emit_cmp_and_jump_insns (in, const0_rtx, LT, const0_rtx, DImode, 0, neglab);
2501 emit_label (neglab);
2476 rtx neglab, donelab, i0, i1, f0, in, out; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 2482 rtx neglab, donelab, i0, i1, f0, in, out;
2488 neglab = gen_label_rtx ();
2494 emit_cmp_and_jump_insns (in, const0_rtx, LT, const0_rtx, DImode, 0, neglab);
2500 emit_label (neglab);
2475 rtx neglab, donelab, i0, i1, f0, in, out; local

Completed in 60 milliseconds