Searched refs:second_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 1168 second_shift_count = GEN_INT (2 * BITS_PER_WORD - shift_count); 1173 second_shift_count = GEN_INT (shift_count); 1180 into_input, second_shift_count, 1196 outof_input, second_shift_count,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optabs.c | 1628 rtx first_shift_count, second_shift_count; in expand_binop() local 1640 second_shift_count = GEN_INT (2 * BITS_PER_WORD - shift_count); in expand_binop() 1645 second_shift_count = GEN_INT (shift_count); in expand_binop() 1652 into_input, second_shift_count, in expand_binop() 1668 outof_input, second_shift_count, in expand_binop()
|