| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| ax.def | 57 DEFOP (bit_or, 0, 0, 2, 1, 0x10)
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| ax.def | 57 DEFOP (bit_or, 0, 0, 2, 1, 0x10)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_function.h | 875 struct bit_or; 899 struct bit_or : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function 942 struct bit_or<void> struct
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_function.h | 878 struct bit_or; 902 struct bit_or : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function 945 struct bit_or<void> struct
|
| /src/external/gpl3/gcc/dist/gcc/ |
| wide-int.h | 622 BINARY_FUNCTION bit_or (const T1 &, const T2 &); 818 ASSIGNMENT_OPERATOR (operator |=, bit_or) 2798 wi::bit_or (const T1 &x, const T2 &y) 3855 BINARY_OPERATOR (operator |, bit_or)
|
| range-op.cc | 2725 wide_int new_ub = wi::bit_or (up_mask, tmp_range.upper_bound ()); 3298 res_lb = wi::bit_or (lower_bound, mask); 3299 res_ub = wi::bit_or (upper_bound, mask);
|
| fold-const.cc | 1097 res = wi::bit_or (arg1, arg2); 13691 return wide_int_to_tree (type, wi::bit_or (tem, tem2)); 17027 return wi::bit_or (tree_nonzero_bits (TREE_OPERAND (t, 0)), 17030 return wi::bit_or (tree_nonzero_bits (TREE_OPERAND (t, 1)), 17042 return wi::bit_or (nzbits1, nzbits2);
|
| simplify-rtx.cc | 5257 result = wi::bit_or (pop0, pop1);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| wide-int.h | 561 BINARY_FUNCTION bit_or (const T1 &, const T2 &); 755 ASSIGNMENT_OPERATOR (operator |=, bit_or) 2359 wi::bit_or (const T1 &x, const T2 &y) function in class:wi 3297 BINARY_OPERATOR (operator |, bit_or)
|
| range-op.cc | 2138 wide_int new_ub = wi::bit_or (up_mask, tmp_range.upper_bound ()); 2730 res_lb = wi::bit_or (lower_bound, mask); 2731 res_ub = wi::bit_or (upper_bound, mask);
|
| fold-const.cc | 1001 res = wi::bit_or (arg1, arg2); 13311 return wide_int_to_tree (type, wi::bit_or (tem, tem2)); 16617 return wi::bit_or (tree_nonzero_bits (TREE_OPERAND (t, 0)), 16620 return wi::bit_or (tree_nonzero_bits (TREE_OPERAND (t, 1)), 16632 return wi::bit_or (nzbits1, nzbits2);
|
| simplify-rtx.cc | 5049 result = wi::bit_or (pop0, pop1);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_sve.h | 980 _S_reduce(simd<_Tp, _Abi> __x, bit_or<>)
|
| simd.h | 3945 reduce(const const_where_expression<_M, _V>& __x, bit_or<> __binary_op)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd.h | 3882 reduce(const const_where_expression<_M, _V>& __x, bit_or<> __binary_op)
|