Searched refs:arm_is_longcall_p (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm-protos.h | 122 extern int arm_is_longcall_p (rtx, int, int);
|
| D | arm.md | 7634 parameter to arm_is_longcall_p is used to tell it which pattern 7639 && arm_is_longcall_p (operands[0], INTVAL (operands[2]), 0)) 7731 && arm_is_longcall_p (operands[1], INTVAL (operands[3]), 0)) 7820 && !arm_is_longcall_p (operands[0], INTVAL (operands[2]), 1)" 7836 && !arm_is_longcall_p (operands[1], INTVAL (operands[3]), 1)" 7851 && !arm_is_longcall_p (operands[0], INTVAL (operands[2]), 1)" 7865 && !arm_is_longcall_p (operands[1], INTVAL (operands[3]), 1)"
|
| D | arm.c | 3106 arm_is_longcall_p (rtx sym_ref, int call_cookie, int call_symbol) in arm_is_longcall_p() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm-protos.h | 137 extern int arm_is_longcall_p PARAMS ((rtx, int, int));
|
| D | arm.md | 6524 parameter to arm_is_longcall_p is used to tell it which pattern 6529 && arm_is_longcall_p (operands[0], INTVAL (operands[2]), 0)) 6611 && arm_is_longcall_p (operands[1], INTVAL (operands[3]), 0)) 6654 && !arm_is_longcall_p (operands[0], INTVAL (operands[2]), 1)" 6670 && !arm_is_longcall_p (operands[1], INTVAL (operands[3]), 1)" 6685 && !arm_is_longcall_p (operands[0], INTVAL (operands[2]), 1)" 6699 && !arm_is_longcall_p (operands[1], INTVAL (operands[3]), 1)"
|
| D | arm.c | 2286 arm_is_longcall_p (sym_ref, call_cookie, call_symbol) in arm_is_longcall_p() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.3 | 12291 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype. 12310 (arm_is_longcall_p): New function: Return true if the 12331 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
|
| D | ChangeLog.7 | 16134 arm_is_longcall_p rather than inspecting call-type cookie
|