Home
last modified time | relevance | path

Searched refs:arm_is_longcall_p (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/arm/
Darm-protos.h122 extern int arm_is_longcall_p (rtx, int, int);
Darm.md7634 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)"
Darm.c3106 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/
Darm-protos.h137 extern int arm_is_longcall_p PARAMS ((rtx, int, int));
Darm.md6524 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)"
Darm.c2286 arm_is_longcall_p (sym_ref, call_cookie, call_symbol) in arm_is_longcall_p() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.312291 * 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
DChangeLog.716134 arm_is_longcall_p rather than inspecting call-type cookie