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

  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 2704 int dst_inc_amount = dst_offset + bytes - 4;
2753 if (dst_inc_amount
2757 my_operands[1] = GEN_INT (dst_inc_amount);
2680 int dst_inc_amount = dst_offset + bytes - 4; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 2702 int dst_inc_amount = dst_offset + bytes - 4;
2751 if (dst_inc_amount
2755 my_operands[1] = GEN_INT (dst_inc_amount);
2678 int dst_inc_amount = dst_offset + bytes - 4; local

Completed in 17 milliseconds