Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc161 size_t result_width = int_size_in_bytes (dest_type) * BITS_PER_UNIT; in operator ()() local
164 = build_int_cstu (signed_type, result_width - 1); in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c4706 unsigned int result_width = mode_width; in nonzero_bits1() local
4712 result_width = MAX (width0, width1) + 1; in nonzero_bits1()
4719 result_width = width0 + width1; in nonzero_bits1()
4726 result_width = width0; in nonzero_bits1()
4731 result_width = width0; in nonzero_bits1()
4737 result_width = MIN (width0, width1); in nonzero_bits1()
4743 result_width = MIN (width0, width1); in nonzero_bits1()
4750 if (result_width < mode_width) in nonzero_bits1()
4751 nonzero &= (HOST_WIDE_INT_1U << result_width) - 1; in nonzero_bits1()