Lines Matching refs:ops
562 std::vector<uint8_t> ops{0x0f, 0x81, 0x01}; in TYPED_TEST_P() local
566 ops.push_back(0x05); in TYPED_TEST_P()
576 this->memory_.SetMemory(0x200, ops); in TYPED_TEST_P()
600 std::vector<uint8_t> ops{0x10, 0xff, 0x01, 0x82, 0x01}; in TYPED_TEST_P() local
604 ops.push_back(0xa0 + (i - 5) % 96); in TYPED_TEST_P()
606 op_string += android::base::StringPrintf("4 unwind Raw Data: 0x%02x\n", ops.back()); in TYPED_TEST_P()
607 expected += android::base::StringPrintf(" 0x%02x", ops.back()); in TYPED_TEST_P()
614 this->memory_.SetMemory(0x200, ops); in TYPED_TEST_P()
684 std::vector<uint8_t> ops{0x16, 0x83, 0x10, 0xa8, 0x01}; in TYPED_TEST_P() local
688 ops.push_back(0xa0 + (i % 96)); in TYPED_TEST_P()
690 op_string += android::base::StringPrintf("4 unwind Raw Data: 0x%02x\n", ops.back()); in TYPED_TEST_P()
691 expected += android::base::StringPrintf(" 0x%02x", ops.back()); in TYPED_TEST_P()
698 this->memory_.SetMemory(0xa00, ops); in TYPED_TEST_P()