Home
last modified time | relevance | path

Searched refs:negate_p (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-math-opts.cc3017 bool negate_p = false; in convert_mult_to_fma_1() local
3035 negate_p = true; in convert_mult_to_fma_1()
3052 negate_p = !negate_p; in convert_mult_to_fma_1()
3055 if (negate_p) in convert_mult_to_fma_1()
3292 bool negate_p = false; in convert_mult_to_fma() local
3342 negate_p = seen_negate_p = true; in convert_mult_to_fma()
3355 negate_p = !negate_p; in convert_mult_to_fma()
3381 && !negate_p in convert_mult_to_fma()
Dwide-int.h3418 wi::mask (unsigned int width, bool negate_p, unsigned int precision)
3421 result.set_len (mask (result.write_val (), width, negate_p, precision));
3429 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
3433 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3450 wi::mask (unsigned int width, bool negate_p)
3454 result.set_len (mask (result.write_val (), width, negate_p,
3464 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p)
3469 negate_p,
Dfold-const.cc800 tree *litp, tree *minus_litp, int negate_p) in split_tree() argument
876 if (negate_p) in split_tree()