Searched refs:ByteCountLocked (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Locked.cpp | 318 static constexpr uint8_t ByteCountLocked = 1 + ByteCountNotLocked; in TEST_F() local 319 ASSERT_EQ(ByteCountLocked, codeBytesSize()); in TEST_F() 320 verifyBytes<ByteCountLocked>(codeBytes(), 0xF0, 0x0F, 0xC7, 0x0D, 0x00, 0xFF, in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | Locked.cpp | 345 static constexpr uint8_t ByteCountLocked = 1 + ByteCountNotLocked; in TEST_F() local 346 ASSERT_EQ(ByteCountLocked, codeBytesSize()); in TEST_F() 347 ASSERT_TRUE(verifyBytes<ByteCountLocked>(codeBytes(), 0xF0, 0x67, 0x0F, 0xC7, in TEST_F()
|