Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4695 unsigned int startbit, endbit; in function_arg_record_value_1() local
4699 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD; in function_arg_record_value_1()
4701 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value_1()
4744 unsigned int startbit, endbit; in function_arg_record_value_3() local
4755 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD; in function_arg_record_value_3()
4756 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value_3()
4925 unsigned int startbit, endbit; in function_arg_record_value() local
4929 endbit = (typesize*BITS_PER_UNIT + BITS_PER_WORD - 1) & -BITS_PER_WORD; in function_arg_record_value()
4930 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4684 unsigned int startbit, endbit; local
4695 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD;
4696 intslots = (endbit - startbit) / BITS_PER_WORD;
4853 unsigned int startbit, endbit; local
4857 endbit = (typesize*BITS_PER_UNIT + BITS_PER_WORD - 1) & -BITS_PER_WORD;
4858 intslots = (endbit - startbit) / BITS_PER_WORD;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.c5417 tree endbit = TREE_VALUE (elt); local
5427 startbit = save_expr (endbit);
5428 endbit = startbit;
5432 endbit = convert (sizetype, endbit);
5436 endbit = size_binop (MINUS_EXPR, endbit, domain_min);
5440 endbit_rtx = expand_expr (endbit, NULL_RTX, MEM,
5463 && TREE_CODE (endbit) == INTEGER_CST
5465 && (endb = TREE_INT_CST_LOW (endbit) + 1) % BITS_PER_UNIT == 0)
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4577 unsigned int startbit, endbit; in rs6000_darwin64_record_arg_advance_flush() local
4602 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush()
4603 intregs = (endbit - startbit) / BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush()
4921 unsigned int startbit, endbit; in rs6000_darwin64_record_arg_flush() local
4954 endbit = (bitpos + BITS_PER_WORD - 1) & -BITS_PER_WORD; in rs6000_darwin64_record_arg_flush()
4955 intregs = (endbit - startbit) / BITS_PER_WORD; in rs6000_darwin64_record_arg_flush()