Lines Matching refs:SetMemory
122 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x96, 0x96, 0x96}); in TYPED_TEST_P()
138 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x0c, 0x00, 0x00, 0x00, 0x80}); in TYPED_TEST_P()
140 this->memory_.SetMemory(0x80000000, &cfa_value, sizeof(cfa_value)); in TYPED_TEST_P()
156 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x0c, 0x00, 0x00, 0x00, 0x80}); in TYPED_TEST_P()
174 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x50, 0x96, 0x96}); in TYPED_TEST_P()
328 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x0c, 'D', 'E', 'X', '1', 0x13, 0x08, 0x11}); in TYPED_TEST_P()
464 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x0c, 0x00, 0x00, 0x00, 0x80}); in TYPED_TEST_P()
466 this->memory_.SetMemory(0x80000000, &cfa_value, sizeof(cfa_value)); in TYPED_TEST_P()
484 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x0c, 0x00, 0x00, 0x00, 0x80}); in TYPED_TEST_P()
504 this->memory_.SetMemory(0x3000, std::vector<uint8_t>{0x09, 0x02, 0x01}); in TYPED_TEST_P()
505 this->memory_.SetMemory(0x6000, std::vector<uint8_t>{0x09, 0x04, 0x03}); in TYPED_TEST_P()
535 this->memory_.SetMemory(0x6000, std::vector<uint8_t>{0x09, 0x04, 0x03}); in TYPED_TEST_P()
561 this->memory_.SetMemory(0x5000, std::vector<uint8_t>{0x00}); in TYPED_TEST_P()
562 this->memory_.SetMemory(0x6000, std::vector<uint8_t>{0xc2}); in TYPED_TEST_P()