Searched refs:expand_abs (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Doptabs.h281 extern rtx expand_abs PARAMS ((enum machine_mode, rtx, rtx, int, int));
H A Doptabs.c433 temp1 = expand_abs (submode, real1, NULL_RTX, unsignedp, 1);
434 temp2 = expand_abs (submode, imag1, NULL_RTX, unsignedp, 1);
2650 expand_abs (mode, op0, target, result_unsignedp, safe)
2641 expand_abs (mode, op0, target, result_unsignedp, safe) function
H A Dexpmed.c3919 abs_rem = expand_abs (compute_mode, remainder, NULL_RTX, 1, 0);
3920 abs_op1 = expand_abs (compute_mode, op1, NULL_RTX, 1, 0);
H A Dexpr.c8470 return expand_abs (mode, op0, target, unsignedp,
/openbsd-current/gnu/gcc/gcc/
H A Doptabs.h547 extern rtx expand_abs (enum machine_mode, rtx, rtx, int, int);
H A Dexpmed.c4809 abs_rem = expand_abs (compute_mode, remainder, NULL_RTX, 1, 0);
4810 abs_op1 = expand_abs (compute_mode, op1, NULL_RTX, 1, 0);
H A Doptabs.c2884 expand_abs (enum machine_mode mode, rtx op0, rtx target,
2873 expand_abs (enum machine_mode mode, rtx op0, rtx target, function
H A Dexpr.c8266 return expand_abs (mode, op0, target, unsignedp,
H A Dbuiltins.c4835 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1));

Completed in 372 milliseconds