Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfixed-value.cc627 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()
Dcalls.cc2408 shift_return_value (machine_mode mode, bool left_p, rtx value) in shift_return_value() argument
2420 if (!force_expand_binop (value_mode, left_p ? ashl_optab : ashr_optab, in shift_return_value()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c16599 int *left_p, const char *name, int len) in output_message() argument
16602 int left = *left_p; in output_message()
16631 *left_p = left; in output_message()