Home
last modified time | relevance | path

Searched refs:arithmetic_instr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm-protos.h113 extern const char *arithmetic_instr (rtx, int);
H A Darm.c9086 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 Darm-protos.h127 extern const char * arithmetic_instr PARAMS ((rtx, int));
H A Darm.c6950 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));