Searched refs:negate_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2861 bool negate_p = false; local
2879 negate_p = true;
2896 negate_p = !negate_p;
2899 if (negate_p)
3103 bool negate_p = false; local
3153 negate_p = seen_negate_p = true;
3166 negate_p = !negate_p;
3192 && !negate_p
[all...]
H A Dwide-int.h3414 wi::mask (unsigned int width, bool negate_p, unsigned int precision) argument
3417 result.set_len (mask (result.write_val (), width, negate_p, precision));
3425 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p, argument
3429 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3446 wi::mask (unsigned int width, bool negate_p) argument
3450 result.set_len (mask (result.write_val (), width, negate_p,
3460 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p) argument
3465 negate_p,
H A Dfold-const.c792 tree *litp, tree *minus_litp, int negate_p)
868 if (negate_p)
786 split_tree(tree in, tree type, enum tree_code code, tree *minus_varp, tree *conp, tree *minus_conp, tree *litp, tree *minus_litp, int negate_p) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc3008 bool negate_p = false; local
3026 negate_p = true;
3043 negate_p = !negate_p;
3046 if (negate_p)
3283 bool negate_p = false; local
3333 negate_p = seen_negate_p = true;
3346 negate_p = !negate_p;
3372 && !negate_p
[all...]
H A Dwide-int.h3415 wi::mask (unsigned int width, bool negate_p, unsigned int precision) argument
3418 result.set_len (mask (result.write_val (), width, negate_p, precision));
3426 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p, argument
3430 result.set_len (shifted_mask (result.write_val (), start, width, negate_p,
3447 wi::mask (unsigned int width, bool negate_p) argument
3451 result.set_len (mask (result.write_val (), width, negate_p,
3461 wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p) argument
3466 negate_p,
H A Dfold-const.cc803 tree *litp, tree *minus_litp, int negate_p)
879 if (negate_p)
797 split_tree(tree in, tree type, enum tree_code code, tree *minus_varp, tree *conp, tree *minus_conp, tree *litp, tree *minus_litp, int negate_p) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c17900 aarch64_sve_arith_immediate_p (machine_mode mode, rtx x, bool negate_p) argument
17907 if (negate_p)
17921 aarch64_sve_sqadd_sqsub_immediate_p (machine_mode mode, rtx x, bool negate_p) argument
17923 if (!aarch64_sve_arith_immediate_p (mode, x, negate_p))
17930 return negate_p == (INTVAL (elt) < 0);
17980 aarch64_sve_float_arith_immediate_p (rtx x, bool negate_p) argument
17991 if (negate_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc20985 aarch64_sve_arith_immediate_p (machine_mode mode, rtx x, bool negate_p)
20992 if (negate_p)
21006 aarch64_sve_sqadd_sqsub_immediate_p (machine_mode mode, rtx x, bool negate_p)
21008 if (!aarch64_sve_arith_immediate_p (mode, x, negate_p))
21015 return negate_p == (INTVAL (elt) < 0);
21065 aarch64_sve_float_arith_immediate_p (rtx x, bool negate_p)
21076 if (negate_p)

Completed in 328 milliseconds