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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 2125 expressionS *dst_operand; local
2132 dst_operand = &operand_array[destination];
2136 memcpy (&cpy_operand, dst_operand, size);
2137 memcpy (dst_operand, src_operand, size);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 2124 expressionS *dst_operand; local
2131 dst_operand = &operand_array[destination];
2135 memcpy (&cpy_operand, dst_operand, size);
2136 memcpy (dst_operand, src_operand, size);

Completed in 48 milliseconds