Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vect-transform.c911 enum tree_code shift_code = 0; in vect_create_epilog_for_reduction() local
919 shift_code = VEC_RSHIFT_EXPR; in vect_create_epilog_for_reduction()
960 build2 (shift_code, vectype, new_temp, bitpos)); in vect_create_epilog_for_reduction()
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c.c3362 m32c_prepare_shift (rtx * operands, int scale, int shift_code) in m32c_prepare_shift() argument
3365 shift_gen_func func = shift_gen_func_for (mode, shift_code); in m32c_prepare_shift()
3437 if (shift_code == ASHIFT) in m32c_prepare_shift()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c1281 enum rtx_code shift_code = GET_CODE (set_src); local
1283 switch (shift_code)
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.c1915 enum rtx_code shift_code = GET_CODE (set_src); in shift_insns_rtx() local
1917 switch (shift_code) in shift_insns_rtx()