Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/loongson/dev/
H A Dbonito.c684 bonito_intr_dispatch(uint64_t isr, int startbit, struct trapframe *frame) in bonito_intr_dispatch() argument
696 for (bitno = startbit, mask = 1UL << bitno; mask != 0; in bonito_intr_dispatch()
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4695 unsigned int startbit, endbit; in function_arg_record_value_1() local
4698 startbit = parms->intoffset & -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
4754 startbit = intoffset & -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
4928 startbit = parms.intoffset & -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/
H A Dexpr.c5415 tree startbit = TREE_PURPOSE (elt); local
5425 if (startbit == NULL_TREE)
5427 startbit = save_expr (endbit);
5428 endbit = startbit;
5431 startbit = convert (sizetype, startbit);
5435 startbit = size_binop (MINUS_EXPR, startbit, domain_min);
5438 startbit_rtx = expand_expr (startbit, NULL_RTX, MEM,
5462 && TREE_CODE (startbit) == INTEGER_CST
5464 && (startb = TREE_INT_CST_LOW (startbit)) % BITS_PER_UNIT == 0
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4684 unsigned int startbit, endbit; local
4694 startbit = intoffset & -BITS_PER_WORD;
4696 intslots = (endbit - startbit) / BITS_PER_WORD;
4853 unsigned int startbit, endbit; local
4856 startbit = parms.intoffset & -BITS_PER_WORD;
4858 intslots = (endbit - startbit) / BITS_PER_WORD;
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4577 unsigned int startbit, endbit; in rs6000_darwin64_record_arg_advance_flush() local
4601 startbit = intoffset & -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
4953 startbit = intoffset & -BITS_PER_WORD; in rs6000_darwin64_record_arg_flush()
4955 intregs = (endbit - startbit) / BITS_PER_WORD; in rs6000_darwin64_record_arg_flush()