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

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-memory-manipulation.cc 163 rtx double_word_mode_loop, byte_mode_entry, byte_mode_loop, end_label; local
185 byte_mode_loop = gen_label_rtx ();
238 emit_label (byte_mode_loop);
248 SImode, 1, byte_mode_loop);
264 rtx double_word_mode_loop, byte_mode_loop; local
284 byte_mode_loop = gen_label_rtx ();
309 emit_label (byte_mode_loop);
319 SImode, 1, byte_mode_loop);
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-memory-manipulation.cc 163 rtx double_word_mode_loop, byte_mode_entry, byte_mode_loop, end_label; local
185 byte_mode_loop = gen_label_rtx ();
238 emit_label (byte_mode_loop);
248 SImode, 1, byte_mode_loop);
264 rtx double_word_mode_loop, byte_mode_loop; local
284 byte_mode_loop = gen_label_rtx ();
309 emit_label (byte_mode_loop);
319 SImode, 1, byte_mode_loop);

Completed in 18 milliseconds