Home | History | Annotate | Download | only in tests

Lines Matching full:x2000

53     fde_.cfa_instructions_offset = 0x2000;
55 fde_.pc_start = 0x2000;
77 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{i});
80 ASSERT_FALSE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2001, &loc_regs));
90 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x00});
93 ASSERT_TRUE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2001, &loc_regs));
103 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x83, 0x04});
106 ASSERT_TRUE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2002, &loc_regs));
197 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0xc2});
200 ASSERT_FALSE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2001, &loc_regs));
451 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x85, 0x02, 0x0a, 0x86, 0x04, 0x0b});
454 ASSERT_TRUE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2005, &loc_regs));
461 ASSERT_TRUE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2006, &loc_regs));
886 this->memory_.SetMemory(0x2000, std::vector<uint8_t>{0x2e, 0x04});
889 ASSERT_TRUE(this->cfa_->GetLocationInfo(this->fde_.pc_start, 0x2000, 0x2002, &loc_regs));