Lines Matching refs:cfa_
221 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) { in DecodePrefix_10_00()
223 status_address_ = cfa_; in DecodePrefix_10_00()
226 cfa_ += 4; in DecodePrefix_10_00()
232 cfa_ = (*regs_)[ARM_REG_SP]; in DecodePrefix_10_00()
264 cfa_ = (*regs_)[bits]; in DecodePrefix_10_01()
290 if (!process_memory_->Read32(cfa_, &(*regs_)[i])) { in DecodePrefix_10_10()
292 status_address_ = cfa_; in DecodePrefix_10_10()
295 cfa_ += 4; in DecodePrefix_10_10()
298 if (!process_memory_->Read32(cfa_, &(*regs_)[ARM_REG_R14])) { in DecodePrefix_10_10()
300 status_address_ = cfa_; in DecodePrefix_10_10()
303 cfa_ += 4; in DecodePrefix_10_10()
365 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) { in DecodePrefix_10_11_0001()
367 status_address_ = cfa_; in DecodePrefix_10_11_0001()
370 cfa_ += 4; in DecodePrefix_10_11_0001()
396 cfa_ += 0x204 + result; in DecodePrefix_10_11_0010()
419 cfa_ += (byte & 0xf) * 8 + 12; in DecodePrefix_10_11_0011()
448 cfa_ += (byte & 0x7) * 8 + 12; in DecodePrefix_10_11_1nnn()
505 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_000()
535 cfa_ += __builtin_popcount(byte) * 4; in DecodePrefix_11_000()
558 cfa_ += (byte & 0x7) * 8 + 8; in DecodePrefix_11_000()
586 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_001()
606 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_001()
633 cfa_ += (byte & 0x7) * 8 + 8; in DecodePrefix_11_010()
673 cfa_ += ((byte & 0x3f) << 2) + 4; in Decode()
683 cfa_ -= ((byte & 0x3f) << 2) + 4; in Decode()