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

/freebsd-12-stable/contrib/gcc/
H A Dexpmed.c2450 static rtx expand_mult_const (enum machine_mode, rtx, HOST_WIDE_INT, rtx,
2957 expand_mult_const (enum machine_mode mode, rtx op0, HOST_WIDE_INT val,
3165 rtx temp = expand_mult_const (mode, op0, -INTVAL (op1),
3207 return expand_mult_const (mode, op0, coeff, target,
3596 tem = expand_mult_const (wider_mode, tem, cnst1, 0, &alg, variant);
2946 expand_mult_const (enum machine_mode mode, rtx op0, HOST_WIDE_INT val, function

Completed in 66 milliseconds