Lines Matching refs:ops
563 std::vector<uint8_t> ops{0x0f, 0x81, 0x01}; in TYPED_TEST_P() local
567 ops.push_back(0x05); in TYPED_TEST_P()
577 this->memory_.SetMemory(0x200, ops); in TYPED_TEST_P()
601 std::vector<uint8_t> ops{0x10, 0xff, 0x01, 0x82, 0x01}; in TYPED_TEST_P() local
605 ops.push_back(0xa0 + (i - 5) % 96); in TYPED_TEST_P()
607 op_string += android::base::StringPrintf("4 unwind Raw Data: 0x%02x\n", ops.back()); in TYPED_TEST_P()
608 expected += android::base::StringPrintf(" 0x%02x", ops.back()); in TYPED_TEST_P()
615 this->memory_.SetMemory(0x200, ops); in TYPED_TEST_P()
685 std::vector<uint8_t> ops{0x16, 0x83, 0x10, 0xa8, 0x01}; in TYPED_TEST_P() local
689 ops.push_back(0xa0 + (i % 96)); in TYPED_TEST_P()
691 op_string += android::base::StringPrintf("4 unwind Raw Data: 0x%02x\n", ops.back()); in TYPED_TEST_P()
692 expected += android::base::StringPrintf(" 0x%02x", ops.back()); in TYPED_TEST_P()
699 this->memory_.SetMemory(0xa00, ops); in TYPED_TEST_P()