Searched refs:first_writes_to_seconds_operands (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c763 static int first_writes_to_seconds_operands
767 first_writes_to_seconds_operands (a, b, check_outputs)
892 if (first_writes_to_seconds_operands (a, b, TRUE))
1177 if (first_writes_to_seconds_operands (&first, &second, FALSE))
1181 if (first_writes_to_seconds_operands (&second, &first, FALSE))
1394 && ! first_writes_to_seconds_operands (&prev_insn, &insn, FALSE))
764 first_writes_to_seconds_operands (a, b, check_outputs) function
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c754 first_writes_to_seconds_operands (m32r_insn *a,
852 if (first_writes_to_seconds_operands (a, b, TRUE))
1126 if (first_writes_to_seconds_operands (&first, &second, FALSE))
1130 if (first_writes_to_seconds_operands (&second, &first, FALSE))
1350 && ! first_writes_to_seconds_operands (&prev_insn, &insn, FALSE))
751 first_writes_to_seconds_operands (m32r_insn *a, function

Completed in 123 milliseconds