Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLocked.cpp205 static constexpr uint8_t ByteCountNotLocked8 = 7; in TEST_F() local
206 ASSERT_EQ(ByteCountNotLocked8, codeBytesSize()); in TEST_F()
207 verifyBytes<ByteCountNotLocked8>(codeBytes(), 0x0F, 0xC0, 0x35, 0x00, 0xFF, in TEST_F()
213 static constexpr uint8_t ByteCountLocked8 = 1 + ByteCountNotLocked8; in TEST_F()
405 static constexpr uint8_t ByteCountNotLocked8 = 7; in TEST_F() local
406 ASSERT_EQ(ByteCountNotLocked8, codeBytesSize()); in TEST_F()
407 verifyBytes<ByteCountNotLocked8>(codeBytes(), 0x0F, 0xB0, 0x35, 0x00, 0xFF, in TEST_F()
413 static constexpr uint8_t ByteCountLocked8 = 1 + ByteCountNotLocked8; in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLocked.cpp209 static constexpr uint8_t ByteCountNotLocked8 = 10; in TEST_F() local
210 ASSERT_EQ(ByteCountNotLocked8, codeBytesSize()); in TEST_F()
211 ASSERT_TRUE(verifyBytes<ByteCountNotLocked8>(codeBytes(), 0x67, 0x44, 0x0F, in TEST_F()
217 static constexpr uint8_t ByteCountLocked8 = 1 + ByteCountNotLocked8; in TEST_F()
446 static constexpr uint8_t ByteCountNotLocked8 = 10; in TEST_F() local
447 ASSERT_EQ(ByteCountNotLocked8, codeBytesSize()); in TEST_F()
448 ASSERT_TRUE(verifyBytes<ByteCountNotLocked8>(codeBytes(), 0x67, 0x44, 0x0F, in TEST_F()
455 static constexpr uint8_t ByteCountLocked8 = 1 + ByteCountNotLocked8; in TEST_F()