Home
last modified time | relevance | path

Searched refs:double_shift_mask (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Doptabs.c1515 unsigned HOST_WIDE_INT shift_mask, double_shift_mask; in expand_binop() local
1518 double_shift_mask = targetm.shift_truncation_mask (mode); in expand_binop()
1523 if (double_shift_mask > 0 && GET_CODE (op1) == CONST_INT) in expand_binop()
1524 op1 = GEN_INT (INTVAL (op1) & double_shift_mask); in expand_binop()
1531 if (double_shift_mask == 0 in expand_binop()
1533 && double_shift_mask == BITS_PER_WORD * 2 - 1)) in expand_binop()