Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c3173 enum machine_mode mode00, mode01; in simplify_binary_operation_1() local
3177 mode01 = GET_MODE (op01); in simplify_binary_operation_1()
3188 if (VECTOR_MODE_P (mode01)) in simplify_binary_operation_1()
3190 elt_size = GET_MODE_SIZE (GET_MODE_INNER (mode01)); in simplify_binary_operation_1()
3191 n_elts01 = GET_MODE_SIZE (mode01) / elt_size; in simplify_binary_operation_1()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c3654 machine_mode mode00, mode01; in simplify_binary_operation_1() local
3658 mode01 = GET_MODE (op01); in simplify_binary_operation_1()
3664 n_elts01 = GET_MODE_NUNITS (mode01).to_constant (); in simplify_binary_operation_1()