Searched refs:arithmetic_instr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-protos.h | 169 extern const char *arithmetic_instr (rtx, int);
|
H A D | arm.c | 20644 arithmetic_instr (rtx op, int shift_first_arg) in arithmetic_instr() function 23780 fprintf (stream, "%s", arithmetic_instr (x, 1)); in arm_print_operand() 23784 fprintf (stream, "%s", arithmetic_instr (x, 0)); in arm_print_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-protos.h | 173 extern const char *arithmetic_instr (rtx, int);
|
H A D | arm.cc | 20851 arithmetic_instr (rtx op, int shift_first_arg) in arithmetic_instr() function 24025 fprintf (stream, "%s", arithmetic_instr (x, 1)); in arm_print_operand() 24029 fprintf (stream, "%s", arithmetic_instr (x, 0)); in arm_print_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 33762 (arithmetic_instr, shift_op): Use arm_shift_nmem.
|
H A D | ChangeLog-2005 | 21631 output_move_double, arithmetic_instr, shift_op, int_log2,
|