Lines Matching refs:bits
262 uint8_t bits = byte & 0xf; in DecodePrefix_10_01() local
263 if (bits == 13 || bits == 15) { in DecodePrefix_10_01()
275 log(log_indent_, "vsp = r%d", bits); in DecodePrefix_10_01()
277 log_regs_[LOG_CFA_REG] = bits; in DecodePrefix_10_01()
286 cfa_ = (*regs_)[bits]; in DecodePrefix_10_01()
569 uint8_t bits = byte & 0x7; in DecodePrefix_11_000() local
570 if (bits == 6) { in DecodePrefix_11_000()
595 } else if (bits == 7) { in DecodePrefix_11_000()
668 uint8_t bits = byte & 0x7; in DecodePrefix_11_001() local
669 if (bits == 0) { in DecodePrefix_11_001()
694 } else if (bits == 1) { in DecodePrefix_11_001()