Lines Matching defs:bit
269 int bit;
273 bit = 1;
279 result |= bit;
285 bit <<= 1;
290 /* Like bit extract but the buffer is valid and doen't need to be fetched. */
296 int bit;
300 bit = 1;
305 result |= bit;
311 bit <<= 1;
446 the bit position below which small (<1 byte) parts of the operand can
449 bit position of the addressing extension. BUFFER contains the
451 version of the operand in RESULT. INDEX_OFFSET is the bit position
758 /* Look for 8bit opcodes first. Other wise, fetching two bytes could take