Searched refs:expand_sdiv_pow2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | expmed.c | 56 static rtx expand_sdiv_pow2 (enum machine_mode, rtx, HOST_WIDE_INT); 3702 expand_sdiv_pow2 (enum machine_mode mode, rtx op0, HOST_WIDE_INT d) in expand_sdiv_pow2() function 4201 quotient = expand_sdiv_pow2 (compute_mode, op0, abs_d); in expand_divmod()
|
| HD | ChangeLog-2004 | 9602 * expmed.c (expand_sdiv_pow2): Force a stack adjustment 16946 expand_sdiv_pow2, expand_divmod, make_tree): Likewise. 19055 expand_sdiv_pow2, expand_divmod, make_tree): Likewise. 23395 * expmed.c (expand_sdiv_pow2): New function to expand signed division 23399 (expand_divmod): Call expand_sdiv_pow2 for suitable divisions.
|