Lines Matching refs:cfa_
238 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) { in DecodePrefix_10_00()
240 status_address_ = cfa_; in DecodePrefix_10_00()
243 cfa_ += 4; in DecodePrefix_10_00()
249 cfa_ = (*regs_)[ARM_REG_SP]; in DecodePrefix_10_00()
286 cfa_ = (*regs_)[bits]; in DecodePrefix_10_01()
331 if (!process_memory_->Read32(cfa_, &(*regs_)[i])) { in DecodePrefix_10_10()
333 status_address_ = cfa_; in DecodePrefix_10_10()
336 cfa_ += 4; in DecodePrefix_10_10()
339 if (!process_memory_->Read32(cfa_, &(*regs_)[ARM_REG_R14])) { in DecodePrefix_10_10()
341 status_address_ = cfa_; in DecodePrefix_10_10()
344 cfa_ += 4; in DecodePrefix_10_10()
422 if (!process_memory_->Read32(cfa_, &(*regs_)[reg])) { in DecodePrefix_10_11_0001()
424 status_address_ = cfa_; in DecodePrefix_10_11_0001()
427 cfa_ += 4; in DecodePrefix_10_11_0001()
469 cfa_ += 0x204 + result; in DecodePrefix_10_11_0010()
498 cfa_ += (byte & 0xf) * 8 + 12; in DecodePrefix_10_11_0011()
532 cfa_ += (byte & 0x7) * 8 + 12; in DecodePrefix_10_11_1nnn()
594 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_000()
632 cfa_ += __builtin_popcount(byte) * 4; in DecodePrefix_11_000()
660 cfa_ += (byte & 0x7) * 8 + 8; in DecodePrefix_11_000()
693 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_001()
718 cfa_ += (byte & 0xf) * 8 + 8; in DecodePrefix_11_001()
750 cfa_ += (byte & 0x7) * 8 + 8; in DecodePrefix_11_010()
797 cfa_ += ((byte & 0x3f) << 2) + 4; in Decode()
814 cfa_ -= ((byte & 0x3f) << 2) + 4; in Decode()