Searched refs:floor_log2 (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin9.h12 _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
H A Ddarwin.h650 floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dunknown-elf.h65 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
82 ASM_OUTPUT_ALIGN (FILE, floor_log2 (ALIGN / BITS_PER_UNIT)); \
H A Daout.h277 ASM_OUTPUT_ALIGN (STREAM, floor_log2 (ALIGN / BITS_PER_UNIT)); \
/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.h160 extern int floor_log2 (unsigned HOST_WIDE_INT);
176 floor_log2 (unsigned HOST_WIDE_INT x) function
H A Dtoplev.c529 for floor_log2 and exact_log2; see toplev.h. That construct, however,
538 floor_log2 (unsigned HOST_WIDE_INT x) function
580 return floor_log2 (x);
1638 align_loops_log = floor_log2 (align_loops * 2 - 1);
1642 align_jumps_log = floor_log2 (align_jumps * 2 - 1);
1644 align_labels_log = floor_log2 (align_labels * 2 - 1);
1648 align_functions_log = floor_log2 (align_functions * 2 - 1);
H A Drtlanal.c3648 int width0 = floor_log2 (nz0) + 1;
3649 int width1 = floor_log2 (nz1) + 1;
3650 int low0 = floor_log2 (nz0 & -nz0);
3651 int low1 = floor_log2 (nz1 & -nz1);
3819 nonzero = ((HOST_WIDE_INT) 2 << (floor_log2 (mode_width))) - 1;
3826 nonzero |= ((HOST_WIDE_INT) 1 << (floor_log2 (mode_width))) - 1;
3835 nonzero |= ((HOST_WIDE_INT) 1 << (floor_log2 (mode_width))) - 1;
4022 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzero) - 1);
4148 : bitwidth - floor_log2 (nonzero) - 1);
4275 return (nonzero == 0 ? bitwidth : bitwidth - floor_log2 (nonzer
[all...]
H A Dexpmed.c2592 m = floor_log2 (t & -t); /* m = number of low zero bits */
2693 for (m = floor_log2 (t - 1); m >= 2; m--)
3186 int shift = floor_log2 (CONST_DOUBLE_HIGH (op1))
3203 build_int_cst (NULL_TREE, floor_log2 (coeff)),
3255 return floor_log2 (x - 1) + 1;
3623 logd = floor_log2 (d);
3724 logd = floor_log2 (d);
4041 pre_shift = floor_log2 (d);
4081 pre_shift = floor_log2 (d & -d);
4357 pre_shift = floor_log2 (
[all...]
H A Dvarasm.c520 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
1434 align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT);
1551 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
1851 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (DECL_ALIGN_UNIT (decl)));
2163 align = floor_log2 (TRAMPOLINE_ALIGNMENT / BITS_PER_UNIT);
2980 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (align / BITS_PER_UNIT));
H A Dglobal.c650 the value of floor_log2 times the maximum number of
655 = (((double) (floor_log2 (allocno[v1].n_refs) * allocno[v1].freq)
659 = (((double) (floor_log2 (allocno[v2].n_refs) * allocno[v2].freq)
H A Dreal.c1527 m = floor_log2 (max_digits);
1557 m = floor_log2 ((int)(REAL_EXP (&r) * M_LOG10_2)) + 1;
1604 m = floor_log2 ((int)(-REAL_EXP (&r) * M_LOG10_2)) + 1;
H A Ddwarf2out.c2036 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
2365 floor_log2 (for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE));
2489 ASM_OUTPUT_ALIGN (asm_out_file, floor_log2 (PTR_SIZE));
2507 floor_log2 ((for_eh ? PTR_SIZE : DWARF2_ADDR_SIZE)));
6603 log = floor_log2 (value);
6606 log = 1 << (floor_log2 (log) + 1);
H A Dsimplify-rtx.c1022 val = GET_MODE_BITSIZE (mode) - floor_log2 (arg0) - 1;
1162 lv = GET_MODE_BITSIZE (mode) - floor_log2 (h1) - 1
1165 lv = GET_MODE_BITSIZE (mode) - floor_log2 (l1) - 1;
H A Dlocal-alloc.c1757 the value of floor_log2 times the maximum number of
1764 ((int) (((double) (floor_log2 (qty[q].n_refs) * qty[q].freq * qty[q].size) \
H A Dcombine.c6902 fuller_mask = (((unsigned HOST_WIDE_INT) 1 << (floor_log2 (mask) + 1))
7085 + floor_log2 (INTVAL (XEXP (x, 1))))
7280 <= GET_MODE_BITSIZE (GET_MODE (x)) - (floor_log2 (mask) + 1))
7327 && (INTVAL (XEXP (XEXP (x, 0), 1)) + floor_log2 (mask)
8429 - floor_log2 (nonzero_bits (x, mode)))
H A Dfinal.c1478 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
H A Dtree.c1484 return (high != 0 ? HOST_BITS_PER_WIDE_INT + floor_log2 (high)
1485 : floor_log2 (low));
H A Dbuiltins.c7500 result = width - floor_log2 (hi) - 1 - HOST_BITS_PER_WIDE_INT;
7502 result = width - floor_log2 (lo) - 1;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dsysv4.h52 ASM_OUTPUT_ALIGN (FILE, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c5955 ASM_OUTPUT_ALIGN (stream, floor_log2 (align / BITS_PER_UNIT));
6025 ASM_OUTPUT_ALIGN (stream, floor_log2 (align / BITS_PER_UNIT));
8024 ASM_OUTPUT_ALIGN (file, floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT));
8513 int align_log = floor_log2 (GET_MODE_SIZE (c->mode));
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c3353 align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT);
7612 align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c2496 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));

Completed in 448 milliseconds