Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc8002 HOST_WIDE_INT multval = HOST_WIDE_INT_1 << count; in make_compound_operation_int() local
8008 multval = -multval; in make_compound_operation_int()
8010 multval = trunc_int_for_mode (multval, mode); in make_compound_operation_int()
8011 new_rtx = gen_rtx_MULT (mode, new_rtx, gen_int_mode (multval, mode)); in make_compound_operation_int()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c8129 HOST_WIDE_INT multval = HOST_WIDE_INT_1 << count; in make_compound_operation_int() local
8135 multval = -multval; in make_compound_operation_int()
8137 multval = trunc_int_for_mode (multval, mode); in make_compound_operation_int()
8138 new_rtx = gen_rtx_MULT (mode, new_rtx, gen_int_mode (multval, mode)); in make_compound_operation_int()