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

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm-protos.h113 extern const char *arithmetic_instr (rtx, int);
H A Darm.c9111 arithmetic_instr (rtx op, int shift_first_arg)
11086 fprintf (stream, "%s", arithmetic_instr (x, 1));
11100 fprintf (stream, "%s", arithmetic_instr (x, 0));
9096 arithmetic_instr (rtx op, int shift_first_arg) function

Completed in 131 milliseconds