Lines Matching refs:opcode_buffer
83 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
86 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
108 std::vector<uint8_t> opcode_buffer = {0x00, 0x01, 0x02, 0x04, 0x05, 0x07}; in TYPED_TEST_P() local
110 opcode_buffer.push_back(opcode); in TYPED_TEST_P()
112 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
114 for (size_t i = 0; i < opcode_buffer.size(); i++) { in TYPED_TEST_P()
117 ASSERT_EQ(opcode_buffer[i], this->op_->cur_op()); in TYPED_TEST_P()
122 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
152 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
159 while (this->mem_->cur_offset() < opcode_buffer.size()) { in TYPED_TEST_P()
166 std::vector<uint8_t> opcode_buffer = {0x03, 0x12, 0x23, 0x34, 0x45}; in TYPED_TEST_P() local
168 opcode_buffer.push_back(0x56); in TYPED_TEST_P()
169 opcode_buffer.push_back(0x67); in TYPED_TEST_P()
170 opcode_buffer.push_back(0x78); in TYPED_TEST_P()
171 opcode_buffer.push_back(0x89); in TYPED_TEST_P()
173 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
186 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
194 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
251 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
262 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
318 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
329 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
385 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
392 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
436 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
444 opcode_buffer.push_back(0xb8); in TYPED_TEST_P()
445 opcode_buffer.push_back(0xd3); in TYPED_TEST_P()
446 opcode_buffer.push_back(0x63); in TYPED_TEST_P()
448 opcode_buffer.push_back(0x81); in TYPED_TEST_P()
449 opcode_buffer.push_back(0x82); in TYPED_TEST_P()
450 opcode_buffer.push_back(0x83); in TYPED_TEST_P()
451 opcode_buffer.push_back(0x84); in TYPED_TEST_P()
452 opcode_buffer.push_back(0x85); in TYPED_TEST_P()
453 opcode_buffer.push_back(0x86); in TYPED_TEST_P()
454 opcode_buffer.push_back(0x87); in TYPED_TEST_P()
455 opcode_buffer.push_back(0x88); in TYPED_TEST_P()
456 opcode_buffer.push_back(0x79); in TYPED_TEST_P()
458 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
502 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
510 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
536 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
544 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
566 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
576 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
601 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
622 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
658 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
666 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
690 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
700 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
732 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
743 opcode_buffer.push_back(0x08); in TYPED_TEST_P()
745 opcode_buffer.push_back(0x80); in TYPED_TEST_P()
746 opcode_buffer.push_back(0x80); in TYPED_TEST_P()
747 opcode_buffer.push_back(0x01); in TYPED_TEST_P()
749 opcode_buffer.push_back(0x19); in TYPED_TEST_P()
750 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
786 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
802 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
858 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
868 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
889 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
899 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
920 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
932 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
961 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
971 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
992 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1000 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1023 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1031 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1054 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1064 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1085 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1095 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1116 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1122 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1137 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1147 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1168 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1178 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1203 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1213 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1234 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1244 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1265 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1277 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1329 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1336 opcode_buffer[0] = opcode; in TYPED_TEST_P()
1337 opcode_buffer[3] = opcode; in TYPED_TEST_P()
1338 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1356 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1378 opcode_buffer[4] = expected[i]; in TYPED_TEST_P()
1379 opcode_buffer[9] = expected[i]; in TYPED_TEST_P()
1380 opcode_buffer[14] = expected[i]; in TYPED_TEST_P()
1381 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1394 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1400 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1417 std::vector<uint8_t> opcode_buffer; in TYPED_TEST_P() local
1421 opcode_buffer.push_back(op); in TYPED_TEST_P()
1423 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1425 for (size_t i = 0; i < opcode_buffer.size(); i++) { in TYPED_TEST_P()
1426 uint32_t op = opcode_buffer[i]; in TYPED_TEST_P()
1435 std::vector<uint8_t> opcode_buffer; in TYPED_TEST_P() local
1439 opcode_buffer.push_back(op); in TYPED_TEST_P()
1441 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1443 for (size_t i = 0; i < opcode_buffer.size(); i++) { in TYPED_TEST_P()
1444 uint32_t op = opcode_buffer[i]; in TYPED_TEST_P()
1454 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1457 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1473 std::vector<uint8_t> opcode_buffer; in TYPED_TEST_P() local
1478 opcode_buffer.push_back(op); in TYPED_TEST_P()
1479 opcode_buffer.push_back(0x12); in TYPED_TEST_P()
1481 opcode_buffer.push_back(op); in TYPED_TEST_P()
1482 opcode_buffer.push_back(0x7e); in TYPED_TEST_P()
1484 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1512 std::vector<uint8_t> opcode_buffer = { in TYPED_TEST_P() local
1515 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()
1536 std::vector<uint8_t> opcode_buffer = {// Positive value added to register. in TYPED_TEST_P() local
1542 this->op_memory_.SetMemory(0, opcode_buffer); in TYPED_TEST_P()