Lines Matching refs:GET_MODE_BITSIZE
1365 && (unsigned int) INTVAL (op1) < GET_MODE_BITSIZE (mode)) in expand_binop()
1368 op1 = GEN_INT (GET_MODE_BITSIZE (mode) - INTVAL (op1)); in expand_binop()
1389 && TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (mode), in expand_binop()
1390 GET_MODE_BITSIZE (GET_MODE (temp)))) in expand_binop()
1439 || !TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (mode), in expand_binop()
1440 GET_MODE_BITSIZE (wider_mode))) in expand_binop()
1473 for (i = 0; i < GET_MODE_BITSIZE (mode) / BITS_PER_WORD; i++) in expand_binop()
1491 if (i == GET_MODE_BITSIZE (mode) / BITS_PER_WORD) in expand_binop()
1703 const unsigned int nwords = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; in expand_binop()
1794 if (i == GET_MODE_BITSIZE (mode) / (unsigned) BITS_PER_WORD) in expand_binop()
1962 || !TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (mode), in expand_binop()
1963 GET_MODE_BITSIZE (wider_mode))) in expand_binop()
2281 libval_mode = smallest_mode_for_size (2 * GET_MODE_BITSIZE (mode), in expand_twoval_binop_libfunc()
2343 GEN_INT (GET_MODE_BITSIZE (wider_mode) in widen_clz()
2344 - GET_MODE_BITSIZE (mode)), in widen_clz()
2452 word = (GET_MODE_BITSIZE (mode) - bitpos) / BITS_PER_WORD; in expand_absneg_bit()
2456 nwords = (GET_MODE_BITSIZE (mode) + BITS_PER_WORD - 1) / BITS_PER_WORD; in expand_absneg_bit()
2622 || !TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (mode), in expand_unop()
2623 GET_MODE_BITSIZE (wider_mode))) in expand_unop()
2653 for (i = 0; i < GET_MODE_BITSIZE (mode) / BITS_PER_WORD; i++) in expand_unop()
2766 GEN_INT (GET_MODE_BITSIZE (wider_mode) in expand_unop()
2767 - GET_MODE_BITSIZE (mode)), in expand_unop()
2860 size_int (GET_MODE_BITSIZE (mode) - 1), in expand_abs_nojump()
2963 word = (GET_MODE_BITSIZE (mode) - bitpos) / BITS_PER_WORD; in expand_copysign_absneg()
3027 word = (GET_MODE_BITSIZE (mode) - bitpos) / BITS_PER_WORD; in expand_copysign_bit()
3031 nwords = (GET_MODE_BITSIZE (mode) + BITS_PER_WORD - 1) / BITS_PER_WORD; in expand_copysign_bit()
3655 && INTVAL (size) >= (1 << GET_MODE_BITSIZE (cmp_mode))) in prepare_cmp_insn()
3656 || (GET_MODE_BITSIZE (GET_MODE (size)) in prepare_cmp_insn()
3657 > GET_MODE_BITSIZE (cmp_mode))) in prepare_cmp_insn()
4519 && significand_size (fmode) < GET_MODE_BITSIZE (GET_MODE (from))) in expand_float()
4564 if (GET_MODE_BITSIZE (GET_MODE (from)) < GET_MODE_BITSIZE (fmode) in expand_float()
4575 < GET_MODE_BITSIZE (GET_MODE (from))) in expand_float()
4643 real_2expN (&offset, GET_MODE_BITSIZE (GET_MODE (from))); in expand_float()
4766 if (unsignedp && GET_MODE_BITSIZE (GET_MODE (to)) <= HOST_BITS_PER_WIDE_INT) in expand_fix()
4776 bitsize = GET_MODE_BITSIZE (GET_MODE (to)); in expand_fix()