Searched refs:first_shift_count (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 1156 rtx first_shift_count, second_shift_count; local 1167 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); 1172 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); 1177 outof_input, first_shift_count, 1193 into_input, first_shift_count,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optabs.c | 1628 rtx first_shift_count, second_shift_count; in expand_binop() local 1639 first_shift_count = GEN_INT (shift_count - BITS_PER_WORD); in expand_binop() 1644 first_shift_count = GEN_INT (BITS_PER_WORD - shift_count); in expand_binop() 1649 outof_input, first_shift_count, in expand_binop() 1665 into_input, first_shift_count, in expand_binop()
|