Home
last modified time | relevance | path

Searched refs:ext_op1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpmed.cc4236 wide_int ext_op1 = rtx_mode_t (op1, mode); in expand_divmod() local
4237 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4239 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
4383 wide_int ext_op1 = rtx_mode_t (op1, compute_mode); in expand_divmod() local
4384 op1_is_pow2 = (wi::popcount (ext_op1) == 1 in expand_divmod()
4386 && wi::popcount (wi::neg (ext_op1)) == 1)); in expand_divmod()
DChangeLog-201337678 (expand_divmod): Don't make ext_op1 static, change it's type to