Home
last modified time | relevance | path

Searched refs:ByteCountLocked16 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLocked.cpp231 static constexpr uint8_t ByteCountLocked16 = 1 + ByteCountNotLocked16; in TEST_F() local
232 ASSERT_EQ(ByteCountLocked16, codeBytesSize()); in TEST_F()
233 verifyBytes<ByteCountLocked16>(codeBytes(), 0x66, 0xF0, 0x0F, 0xC1, 0x35, in TEST_F()
431 static constexpr uint8_t ByteCountLocked16 = 1 + ByteCountNotLocked16; in TEST_F() local
432 ASSERT_EQ(ByteCountLocked16, codeBytesSize()); in TEST_F()
433 verifyBytes<ByteCountLocked16>(codeBytes(), 0x66, 0xF0, 0x0F, 0xB1, 0x35, in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLocked.cpp236 static constexpr uint8_t ByteCountLocked16 = 1 + ByteCountNotLocked16; in TEST_F() local
237 ASSERT_EQ(ByteCountLocked16, codeBytesSize()); in TEST_F()
238 ASSERT_TRUE(verifyBytes<ByteCountLocked16>(codeBytes(), 0x66, 0xF0, 0x67, in TEST_F()
475 static constexpr uint8_t ByteCountLocked16 = 1 + ByteCountNotLocked16; in TEST_F() local
476 ASSERT_EQ(ByteCountLocked16, codeBytesSize()); in TEST_F()
477 ASSERT_TRUE(verifyBytes<ByteCountLocked16>(codeBytes(), 0x66, 0xF0, 0x67, in TEST_F()