Searched refs:expand_abs (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | optabs.h | 280 extern rtx expand_abs PARAMS ((enum machine_mode, rtx, rtx, int, int));
|
| D | optabs.c | 429 temp1 = expand_abs (submode, real1, NULL_RTX, unsignedp, 1); 430 temp2 = expand_abs (submode, imag1, NULL_RTX, unsignedp, 1); 2641 expand_abs (mode, op0, target, result_unsignedp, safe) in expand_abs() function
|
| D | expmed.c | 3906 abs_rem = expand_abs (compute_mode, remainder, NULL_RTX, 1, 0); 3907 abs_op1 = expand_abs (compute_mode, op1, NULL_RTX, 1, 0);
|
| D | ChangeLog.2 | 3821 * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x). 6728 (expand_abs): Pass ccp_jump to can_compare_p. 10776 (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/ 13916 * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
|
| D | expr.c | 8451 return expand_abs (mode, op0, target, unsignedp,
|
| D | ChangeLog.1 | 2958 * expmed.c (expand_divmod): Omit unused argument to `expand_abs'. 2960 * expr.h (expand_abs): Delete unused argument from prototype. 2961 * optabs.c (expand_abs): Remove unused parameter `unsignedp'.
|
| D | ChangeLog.5 | 10150 * optabs.c (expand_abs): Remove reference to
|
| D | ChangeLog.4 | 5874 (expand_abs): Take result_unsignedp argument instead of unsignedp one.
|
| D | FSFChangeLog.11 | 11145 * optabs.c (expand_abs): When OP0 and TARGET are the same
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | optabs.h | 546 extern rtx expand_abs (enum machine_mode, rtx, rtx, int, int);
|
| D | expmed.c | 4796 abs_rem = expand_abs (compute_mode, remainder, NULL_RTX, 1, 0); in expand_divmod() 4797 abs_op1 = expand_abs (compute_mode, op1, NULL_RTX, 1, 0); in expand_divmod()
|
| D | optabs.c | 2873 expand_abs (enum machine_mode mode, rtx op0, rtx target, in expand_abs() function
|
| D | expr.c | 8246 return expand_abs (mode, op0, target, unsignedp, in expand_expr_real_1()
|
| D | builtins.c | 4834 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1)); in expand_builtin_fabs()
|