Searched refs:output_return_instruction (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 115 extern const char *output_return_instruction (rtx, int, int);
|
H A D | arm.md | 7935 return output_return_instruction (const_true_rtx, TRUE, FALSE); 7956 return output_return_instruction (operands[0], TRUE, FALSE); 7977 return output_return_instruction (operands[0], TRUE, TRUE); 9732 return output_return_instruction (const_true_rtx, FALSE, FALSE);
|
H A D | arm.c | 9518 output_return_instruction (rtx operand, int really_return, int reverse) in output_return_instruction() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 130 extern const char * output_return_instruction PARAMS ((rtx, int, int));
|
H A D | arm.md | 6769 return output_return_instruction (const_true_rtx, TRUE, FALSE); 6789 return output_return_instruction (operands[0], TRUE, FALSE); 6809 return output_return_instruction (operands[0], TRUE, TRUE); 8708 return output_return_instruction (const_true_rtx, FALSE, FALSE);
|
H A D | arm.c | 7270 output_return_instruction (operand, really_return, reverse) in output_return_instruction() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 4277 (output_return_instruction): Remove checks on lr_save_eliminated. 7286 * arm.c (output_return_instruction): Handle more cases where we can 7455 (output_return_instruction): Do not emit anything if the function 7556 (output_return_instruction): Handle the frame-pointer register as 8754 (output_return_instruction, output_func_prologue): Use it. 16322 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
|
H A D | FSFChangeLog.10 | 1097 (output_return_instruction): New parameter REVERSE, used to 3847 (output_return_instruction, output_func_epilogue): Use TARGET_APCS_32, 3936 (output_return_instruction, output_func_epilogue): Call
|
H A D | ChangeLog.7 | 13111 operand argument to output_return_instruction. 16158 (output_return_instruction): Allow interrupt functions to return with 16394 (output_return_instruction): Allow use of LDR to unstack
|
H A D | ChangeLog.2 | 12580 (output_return_instruction): Likewise. 13577 (output_return_instruction): Likewise.
|
H A D | ChangeLog.5 | 2771 * config/arm/arm.c (output_return_instruction): Correctly handle
|
H A D | ChangeLog.1 | 301 output_return_instruction): Likewise for calls to abort.
|
H A D | FSFChangeLog.11 | 4505 (output_return_instruction): Support interworking with Thumb code.
|
H A D | ChangeLog | 13247 * config/arm/arm.c (output_return_instruction): Do not
|