Searched refs:upper_bits (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-non-address-bits.exp76 foreach_with_prefix upper_bits {"0x0" "0x1" "0x2" "0x4" "0x8" "0x10" "0x20" "0x40" "0x80"} {
109 gdb_test "x/gx ((unsigned long) l_ptr | ((${upper_bits}ULL << 56) | (${lower_bits}ULL << 48)))" \
114 gdb_test "x/gx ((unsigned long) l_ptr | ((${upper_bits}ULL << 56) | (${lower_bits}ULL << 48) | (1ULL << 55))) " \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.cc663 wide_int upper_bits = wi::mask (precision, true, lb.get_precision ());
664 lb &= upper_bits;
665 ub &= upper_bits;
662 wide_int upper_bits = wi::mask (precision, true, lb.get_precision ()); local
H A Drange-op.cc2931 int_range<1> upper_bits (type, minv, maxv);
2932 r.intersect (upper_bits);

Completed in 266 milliseconds