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

  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 6014 rtx is_aligned_label = gen_label_rtx ();
6032 Pmode, 1, is_aligned_label);
6051 emit_label (is_aligned_label);
6052 LABEL_NUSES (is_aligned_label) = INTVAL (alignment) < 16 ? 2 : 1;
6101 add_reg_br_prob_note (s390_emit_jump (is_aligned_label, cond),
6013 rtx is_aligned_label = gen_label_rtx (); local
6031 Pmode, 1, is_aligned_label); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 6451 rtx is_aligned_label = gen_label_rtx ();
6469 Pmode, 1, is_aligned_label);
6488 emit_label (is_aligned_label);
6489 LABEL_NUSES (is_aligned_label) = INTVAL (alignment) < 16 ? 2 : 1;
6538 add_reg_br_prob_note (s390_emit_jump (is_aligned_label, cond),
6450 rtx is_aligned_label = gen_label_rtx (); local
6468 Pmode, 1, is_aligned_label); local

Completed in 46 milliseconds