Searched refs:bitoff (Results 1 – 2 of 2) sorted by relevance
98 static unsigned char const bitoff[ 256 ] = { variable146 ? -1 + bitoff[ 0xFF & (a >> 24) ]147 : 7 + bitoff[ 0xFF & (a >> 16) ] )149 ? 15 + bitoff[ 0xFF & (a >> 8) ]150 : 23 + bitoff[ 0xFF & a ] );
823 int bitoff = 0; in fillin_arg() local831 bitoff += b->field->bits; in fillin_arg()834 ++bitoff; in fillin_arg()839 instr->operands[n].off1 = bitoff; in fillin_arg()841 instr->operands[n].off2 = bitoff; in fillin_arg()843 instr->operands[n].off3 = bitoff; in fillin_arg()