Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c1266 unsigned int op_width = GET_MODE_PRECISION (op_mode); in simplify_const_unary_operation() local
1470 if (op_width == HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1475 gcc_assert (width == op_width); in simplify_const_unary_operation()
1487 op_width = GET_MODE_PRECISION (op_mode); in simplify_const_unary_operation()
1488 if (op_width == HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1493 gcc_assert (width == op_width); in simplify_const_unary_operation()
1496 else if (op_width < HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1638 if (op_width > HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()
1647 || op_width > HOST_BITS_PER_WIDE_INT) in simplify_const_unary_operation()