Searched refs:BITS_PER_WORD (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-10.2-release/contrib/gcc/
H A Dexcept.c400 tmp = build_int_cst (NULL_TREE, 5 * BITS_PER_WORD / POINTER_SIZE - 1);
H A Dflow.c462 if (GET_MODE_BITSIZE (GET_MODE (x)) <= BITS_PER_WORD)
H A Dgcse.c3047 if (GET_MODE_BITSIZE (GET_MODE (SUBREG_REG (x))) > BITS_PER_WORD)
H A Dtree-ssa-loop-ivopts.c2137 if (BITS_PER_WORD >= INT_TYPE_SIZE * 2)
H A Dfold-const.c7532 && TYPE_PRECISION (TREE_TYPE (tem)) <= BITS_PER_WORD)
9809 if (prec < BITS_PER_WORD && prec < HOST_BITS_PER_WIDE_INT
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.c4544 set_mem_align (mem, BITS_PER_WORD);
14352 && TREE_STRING_LENGTH (exp) >= 31 && align < BITS_PER_WORD)
14353 return BITS_PER_WORD;
14366 int max_align = optimize_size ? BITS_PER_WORD : 256;
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.c14964 assemble_integer (tem, 4, BITS_PER_WORD, 1);
14968 assemble_integer (XEXP (DECL_RTL (function), 0), 4, BITS_PER_WORD, 1);
/freebsd-10.2-release/contrib/gcc/config/s390/
H A Ds390.c3130 mark_reg_pointer (tp, BITS_PER_WORD);

Completed in 410 milliseconds

123