Searched refs:upper_bits (Results 1 – 3 of 3) sorted by relevance
73 foreach_with_prefix upper_bits {"0x0" "0x1" "0x2" "0x4" "0x8" "0x10" "0x20" "0x40" "0x80"} {106 … gdb_test "x/gx ((unsigned long) l_ptr | ((${upper_bits}ULL << 56) | (${lower_bits}ULL << 48)))" \111 …gdb_test "x/gx ((unsigned long) l_ptr | ((${upper_bits}ULL << 56) | (${lower_bits}ULL << 48) | (1U…
663 wide_int upper_bits = wi::mask (precision, true, lb.get_precision ()); in compute_distributive_range() local664 lb &= upper_bits; in compute_distributive_range()665 ub &= upper_bits; in compute_distributive_range()
2931 int_range<1> upper_bits (type, minv, maxv); in simple_op1_range_solver() local2932 r.intersect (upper_bits); in simple_op1_range_solver()