Searched refs:arithmetic_instr (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 113 extern const char *arithmetic_instr (rtx, int);
|
H A D | arm.c | 9086 arithmetic_instr (rtx op, int shift_first_arg) in arithmetic_instr() function 11059 fprintf (stream, "%s", arithmetic_instr (x, 1)); in arm_print_operand() 11073 fprintf (stream, "%s", arithmetic_instr (x, 0)); in arm_print_operand()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 127 extern const char * arithmetic_instr PARAMS ((rtx, int));
|
H A D | arm.c | 6950 arithmetic_instr (op, shift_first_arg) in arithmetic_instr() function 8670 fprintf (stream, "%s", arithmetic_instr (x, 1)); 8674 fprintf (stream, "%s", arithmetic_instr (x, 0));
|