HomeSort by: relevance | last modified time | path
    Searched refs:bit_not (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 989 (bit_and:c (convert? @0) (convert? (bit_not @0)))
996 (bit_and @0 (bit_not (lshift { build_all_ones_cst (type); } @1)))))
1021 (minus (bit_and:cs @0 (bit_not @1)) (bit_and:cs @0 @1))
1030 (minus (bit_and:cs @0 @1) (bit_and:cs @0 (bit_not @1)))
1036 (op (bit_and:c @0 (bit_not @1)) (bit_and:c (bit_not @0) @1))
1039 (op:c (bit_and @0 INTEGER_CST@2) (bit_and (bit_not @0) INTEGER_CST@1))
1050 (bit_ior:c (bit_and:c @0 (bit_not @1)) (bit_xor:c@2 @0 @1))
1055 (bit_xor:c (bit_and:cs @0 (bit_not @1)) (bit_not @0)
    [all...]
wide-int.h 543 UNARY_FUNCTION bit_not (const T &);
2141 wi::bit_not (const T &x) function in class:wi
3292 UNARY_OPERATOR (operator ~, bit_not)
ipa-cp.cc 1080 m_value = wi::bit_and (wi::bit_not (mask), value);
1092 return wi::ne_p (wi::bit_and (wi::bit_not (m_mask), m_value), 0);
tree-ssa-ccp.cc 1730 tmp = wi::bit_not (tmp);
gimple-ssa-store-merging.cc 4664 wi::bit_not (wi::to_wide (mask)));
tree-ssa-sccvn.cc 1889 tz = wi::ctz (wi::bit_not (w));
simplify-rtx.cc 2009 result = wi::bit_not (op0);
tree.cc 10504 wide_int inv = wi::bit_not (icst);
  /src/external/gpl3/gcc/dist/gcc/
match.pd 87 negate bit_not)
172 detection of BIT_NOT and comparisons. */
174 (bit_not @0))
176 (convert (bit_not @0))
1345 (bit_and @0 (bit_not (lshift { build_all_ones_cst (type); } @1)))))
1370 (minus (bit_and:cs @0 (bit_not @1)) (bit_and:cs @0 @1))
1379 (minus (bit_and:cs @0 @1) (bit_and:cs @0 (bit_not @1)))
1400 (bit_ior:c (bit_and:c @0 (bit_not @1)) (bit_xor:c@2 @0 @1))
1405 (bit_xor:c (bit_and:cs @0 (bit_not @1)) (bit_not @0)
    [all...]
wide-int.h 602 UNARY_FUNCTION bit_not (const T &);
2534 wi::bit_not (const T &x)
3850 UNARY_OPERATOR (operator ~, bit_not)
tree-ssa-dom.cc 332 /* For BIT_NOT and NEGATE, we can just apply the operation to the
1393 wide_int w = wi::bit_not (wi::to_wide (cst));
tree-scalar-evolution.cc 3690 bits = wi::bit_not (bits);
value-range.cc 2665 x = wi::bit_not (x);
ipa-cp.cc 845 m_value = wi::bit_and (wi::bit_not (mask), value);
857 return wi::ne_p (wi::bit_and (wi::bit_not (m_mask), m_value), 0);
range-op.cc 2783 wide_int mask = wi::bit_not (wi::lshift (wi::minus_one (prec), shift));
3574 wide_int nz = wi::bit_not (op2.get_nonzero_bits ());
tree-ssa-ccp.cc 1735 tmp = wi::bit_not (tmp);
gimple-ssa-store-merging.cc 4768 wi::bit_not (wi::to_wide (mask)));
tree-ssa-sccvn.cc 1920 tz = wi::ctz (wi::bit_not (w));
  /src/external/gpl3/gdb/dist/gdbsupport/
ax.def 59 DEFOP (bit_not, 0, 0, 1, 1, 0x12)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
ax.def 59 DEFOP (bit_not, 0, 0, 1, 1, 0x12)
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gcc-match.vim 36 \ bit_ior bit_xor bit_and bit_not
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gcc-match.vim 36 \ bit_ior bit_xor bit_and bit_not
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_function.h 884 struct bit_not;
920 struct bit_not : public unary_function<_Tp, _Tp> struct in inherits:unary_function
973 struct bit_not<void> struct
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_function.h 881 struct bit_not;
917 struct bit_not : public unary_function<_Tp, _Tp> struct in inherits:unary_function
970 struct bit_not<void> struct
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 10799 w = wi::bit_not (w);

Completed in 163 milliseconds

1 2