Searched refs:outof_temp2 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 1155 rtx into_temp1, into_temp2, outof_temp1, outof_temp2; local 1195 outof_temp2 = expand_binop (word_mode, reverse_unsigned_shift, 1199 if (inter != 0 && outof_temp1 != 0 && outof_temp2 != 0) 1201 outof_temp1, outof_temp2,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optabs.c | 1627 rtx into_temp1, into_temp2, outof_temp1, outof_temp2; in expand_binop() local 1667 outof_temp2 = expand_binop (word_mode, reverse_unsigned_shift, in expand_binop() 1671 if (inter != 0 && outof_temp1 != 0 && outof_temp2 != 0) in expand_binop() 1673 outof_temp1, outof_temp2, in expand_binop()
|