Lines Matching refs:cfa_
239 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) { in DecodePrefix_10_00()
241 status_address_ = cfa_; in DecodePrefix_10_00()
244 cfa_ += 4; in DecodePrefix_10_00()
250 cfa_ = (*regs_)[ARM_REG_SP]; in DecodePrefix_10_00()
287 cfa_ = (*regs_)[bits]; in DecodePrefix_10_01()
332 if (!process_memory_->Read32(cfa_, &(*regs_)[i])) { in DecodePrefix_10_10()
334 status_address_ = cfa_; in DecodePrefix_10_10()
337 cfa_ += 4; in DecodePrefix_10_10()
340 if (!process_memory_->Read32(cfa_, &(*regs_)[ARM_REG_R14])) { in DecodePrefix_10_10()
342 status_address_ = cfa_; in DecodePrefix_10_10()
345 cfa_ += 4; in DecodePrefix_10_10()
423 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) { in DecodePrefix_10_11_0001()
425 status_address_ = cfa_; in DecodePrefix_10_11_0001()
428 cfa_ += 4; in DecodePrefix_10_11_0001()
470 cfa_ += 0x204 + result; in DecodePrefix_10_11_0010()
499 cfa_ += (byte & 0xf) * 8 + 12; in DecodePrefix_10_11_0011()
533 cfa_ += (byte & 0x7) * 8 + 12; in DecodePrefix_10_11_1nnn()
595 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_000()
633 cfa_ += __builtin_popcount(byte) * 4; in DecodePrefix_11_000()
661 cfa_ += (byte & 0x7) * 8 + 8; in DecodePrefix_11_000()
694 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_001()
719 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_001()
751 cfa_ += (byte & 0x7) * 8 + 8; in DecodePrefix_11_010()
798 cfa_ += ((byte & 0x3f) << 2) + 4; in Decode()
815 cfa_ -= ((byte & 0x3f) << 2) + 4; in Decode()