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

  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 751 first_writes_to_seconds_operands (m32r_insn *a,
849 if (first_writes_to_seconds_operands (a, b, true))
1123 if (first_writes_to_seconds_operands (&first, &second, false))
1127 if (first_writes_to_seconds_operands (&second, &first, false))
1347 && ! first_writes_to_seconds_operands (&prev_insn, &insn, false))
748 first_writes_to_seconds_operands (m32r_insn *a, function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 751 first_writes_to_seconds_operands (m32r_insn *a,
849 if (first_writes_to_seconds_operands (a, b, true))
1123 if (first_writes_to_seconds_operands (&first, &second, false))
1127 if (first_writes_to_seconds_operands (&second, &first, false))
1347 && ! first_writes_to_seconds_operands (&prev_insn, &insn, false))
748 first_writes_to_seconds_operands (m32r_insn *a, function

Completed in 59 milliseconds