Home
last modified time | relevance | path

Searched refs:left_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfixed-value.c627 const FIXED_VALUE_TYPE *b, bool left_p, bool sat_p) in do_fixed_shift() argument
640 if (GET_MODE_PRECISION (f->mode) <= HOST_BITS_PER_WIDE_INT || (!left_p)) in do_fixed_shift()
642 f->data = a->data.lshift (left_p ? b->data.low : -b->data.low, in do_fixed_shift()
644 if (left_p) /* Only left shift saturates. */ in do_fixed_shift()
H A Dcalls.c3185 shift_return_value (machine_mode mode, bool left_p, rtx value) in shift_return_value() argument
3197 if (!force_expand_binop (value_mode, left_p ? ashl_optab : ashr_optab, in shift_return_value()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfixed-value.c631 const FIXED_VALUE_TYPE *b, bool left_p, bool sat_p) in do_fixed_shift() argument
644 if (GET_MODE_PRECISION (f->mode) <= HOST_BITS_PER_WIDE_INT || (!left_p)) in do_fixed_shift()
647 left_p ? b->data.low : (-b->data.low), in do_fixed_shift()
650 if (left_p) /* Only left shift saturates. */ in do_fixed_shift()
H A Dcalls.c2123 shift_return_value (enum machine_mode mode, bool left_p, rtx value) in shift_return_value() argument
2135 if (!force_expand_binop (GET_MODE (value), left_p ? ashl_optab : ashr_optab, in shift_return_value()
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c10254 int *left_p, const char *name, int len) in output_message() argument
10257 int left = *left_p; in output_message()
10286 *left_p = left; in output_message()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c12583 int *left_p, const char *name, int len) in output_message() argument
12586 int left = *left_p; in output_message()
12615 *left_p = left; in output_message()