Searched refs:int2l (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | fold-const.c | 862 unsigned HOST_WIDE_INT int1l, int2l; in div_if_zero_remainder() local 871 int2l = TREE_INT_CST_LOW (arg2); in div_if_zero_remainder() 874 div_and_round_double (code, uns, int1l, int1h, int2l, int2h, in div_if_zero_remainder() 1523 unsigned HOST_WIDE_INT int1l, int2l; in int_const_binop() local 1538 int2l = TREE_INT_CST_LOW (arg2); in int_const_binop() 1544 low = int1l | int2l, hi = int1h | int2h; in int_const_binop() 1548 low = int1l ^ int2l, hi = int1h ^ int2h; in int_const_binop() 1552 low = int1l & int2l, hi = int1h & int2h; in int_const_binop() 1556 int2l = -int2l; in int_const_binop() 1561 lshift_double (int1l, int1h, int2l, TYPE_PRECISION (type), in int_const_binop() [all …]
|