Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c4937 num_sign_bit_copies_binary_arith_p (const_rtx x) in num_sign_bit_copies_binary_arith_p() function
4976 if (num_sign_bit_copies_binary_arith_p (x)) in cached_num_sign_bit_copies()
4990 if (num_sign_bit_copies_binary_arith_p (x0) in cached_num_sign_bit_copies()
4998 if (num_sign_bit_copies_binary_arith_p (x1) in cached_num_sign_bit_copies()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201633048 (num_sign_bit_copies_binary_arith_p): New inline function.