Home
last modified time | relevance | path

Searched refs:and_not (Results 1 – 25 of 140) sorted by relevance

123456

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-ccp.c195 double_int cval = tree_to_double_int (val.value).and_not (val.mask); in dump_lattice_value()
419 return tree_to_double_int (old_val.value).and_not (new_val.mask) in valid_lattice_transition()
420 == tree_to_double_int (new_val.value).and_not (new_val.mask); in valid_lattice_transition()
515 .and_not (double_int::from_uhwi (align / BITS_PER_UNIT - 1)); in get_value_from_alignment()
1143 .and_not (r1val.and_not (r1mask) | r2val.and_not (r2mask)); in bit_value_binop_1()
1205 lo = r1val.and_not (r1mask) + r2val.and_not (r2mask); in bit_value_binop_1()
1257 if (r1val.and_not (m) != r2val.and_not (m)) in bit_value_binop_1()
1297 maxmin = (r1val | r1mask).cmp (r2val.and_not (r2mask), uns); in bit_value_binop_1()
1298 minmax = r1val.and_not (r1mask).cmp (r2val | r2mask, uns); in bit_value_binop_1()
H A Ddouble-int.h129 double_int and_not (double_int) const;
366 double_int::and_not (double_int b) const in and_not() function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-ccp.c195 double_int cval = tree_to_double_int (val.value).and_not (val.mask); in dump_lattice_value()
419 return tree_to_double_int (old_val.value).and_not (new_val.mask) in valid_lattice_transition()
420 == tree_to_double_int (new_val.value).and_not (new_val.mask); in valid_lattice_transition()
515 .and_not (double_int::from_uhwi (align / BITS_PER_UNIT - 1)); in get_value_from_alignment()
1143 .and_not (r1val.and_not (r1mask) | r2val.and_not (r2mask)); in bit_value_binop_1()
1205 lo = r1val.and_not (r1mask) + r2val.and_not (r2mask); in bit_value_binop_1()
1257 if (r1val.and_not (m) != r2val.and_not (m)) in bit_value_binop_1()
1297 maxmin = (r1val | r1mask).cmp (r2val.and_not (r2mask), uns); in bit_value_binop_1()
1298 minmax = r1val.and_not (r1mask).cmp (r2val | r2mask, uns); in bit_value_binop_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-ccp.c209 double_int cval = tree_to_double_int (val.value).and_not (val.mask); in dump_lattice_value()
458 return tree_to_double_int (old_val.value).and_not (new_val.mask) in valid_lattice_transition()
459 == tree_to_double_int (new_val.value).and_not (new_val.mask); in valid_lattice_transition()
554 .and_not (double_int::from_uhwi (align / BITS_PER_UNIT - 1)); in get_value_from_alignment()
1219 .and_not (r1val.and_not (r1mask) | r2val.and_not (r2mask)); in bit_value_binop_1()
1281 lo = r1val.and_not (r1mask) + r2val.and_not (r2mask); in bit_value_binop_1()
1333 if (r1val.and_not (m) != r2val.and_not (m)) in bit_value_binop_1()
1373 maxmin = (r1val | r1mask).cmp (r2val.and_not (r2mask), uns); in bit_value_binop_1()
1374 minmax = r1val.and_not (r1mask).cmp (r2val | r2mask, uns); in bit_value_binop_1()
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/www/firefox/firefox-99.0/third_party/rust/enumset/src/
H A Drepr.rs35 fn and_not(&self, other: Self) -> Self; in and_not() method
96 fn and_not(&self, other: Self) -> Self { (*self) & !other }
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-ccp.c570 : -1).and_not (align / BITS_PER_UNIT - 1); in get_value_from_alignment()
1303 .and_not (r1val.and_not (r1mask) | r2val.and_not (r2mask)); in bit_value_binop_1()
1389 widest_int lo = r1val.and_not (r1mask) + r2val.and_not (r2mask); in bit_value_binop_1()
1441 if (r1val.and_not (m) != r2val.and_not (m)) in bit_value_binop_1()
1480 maxmin = wi::cmp (o1val | o1mask, o2val.and_not (o2mask), sgn); in bit_value_binop_1()
1481 minmax = wi::cmp (o1val.and_not (o1mask), o2val | o2mask, sgn); in bit_value_binop_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-ccp.c570 : -1).and_not (align / BITS_PER_UNIT - 1); in get_value_from_alignment()
1303 .and_not (r1val.and_not (r1mask) | r2val.and_not (r2mask)); in bit_value_binop_1()
1389 widest_int lo = r1val.and_not (r1mask) + r2val.and_not (r2mask); in bit_value_binop_1()
1441 if (r1val.and_not (m) != r2val.and_not (m)) in bit_value_binop_1()
1480 maxmin = wi::cmp (o1val | o1mask, o2val.and_not (o2mask), sgn); in bit_value_binop_1()
1481 minmax = wi::cmp (o1val.and_not (o1mask), o2val | o2mask, sgn); in bit_value_binop_1()
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddouble-int.h129 double_int and_not (double_int) const;
347 double_int::and_not (double_int b) const in and_not() function

123456