Searched refs:getbits (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dpowlo.c30 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) function
109 expbits = getbits (ep, ebi, windowsize);
135 expbits = getbits (ep, ebi, windowsize);
H A Dpowm_sec.c41 * Make getbits a macro, thereby allowing it to update the index operand.
42 That will simplify the code using getbits. (Perhaps make getbits' sibling
164 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) function
255 expbits = getbits (ep, ebi, windowsize);
269 expbits = getbits (ep, ebi, windowsize);
H A Dpowm.c42 * Make getbits a macro, thereby allowing it to update the index operand.
43 That will simplify the code using getbits. (Perhaps make getbits' sibling
85 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) function
243 expbits = getbits (ep, ebi, windowsize);
271 expbits = getbits (ep, ebi, windowsize); \
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcrx-dis.c102 static int getbits (operand_type);
134 getbits (operand_type op) function
668 a.size = getbits (instruction->operands[i].op_type);
/haiku-buildtools/binutils/opcodes/
H A Dcrx-dis.c103 static int getbits (operand_type);
135 getbits (operand_type op) function
669 a.size = getbits (instruction->operands[i].op_type);
H A Dcr16-dis.c139 getbits (operand_type op) function
757 a.size = getbits (instruction->operands[i].op_type);

Completed in 86 milliseconds