Searched refs:ByteCountLocked32 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Locked.cpp | 249 static constexpr uint8_t ByteCountLocked32 = 1 + ByteCountNotLocked32; in TEST_F() local 250 ASSERT_EQ(ByteCountLocked32, codeBytesSize()); in TEST_F() 251 verifyBytes<ByteCountLocked32>(codeBytes(), 0xF0, 0x0F, 0xC1, 0x35, 0x00, in TEST_F() 449 static constexpr uint8_t ByteCountLocked32 = 1 + ByteCountNotLocked32; in TEST_F() local 450 ASSERT_EQ(ByteCountLocked32, codeBytesSize()); in TEST_F() 451 verifyBytes<ByteCountLocked32>(codeBytes(), 0xF0, 0x0F, 0xB1, 0x35, 0x00, in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | Locked.cpp | 255 static constexpr uint8_t ByteCountLocked32 = 1 + ByteCountNotLocked32; in TEST_F() local 256 ASSERT_EQ(ByteCountLocked32, codeBytesSize()); in TEST_F() 257 ASSERT_TRUE(verifyBytes<ByteCountLocked32>(codeBytes(), 0xF0, 0x67, 0x44, in TEST_F() 495 static constexpr uint8_t ByteCountLocked32 = 1 + ByteCountNotLocked32; in TEST_F() local 496 ASSERT_EQ(ByteCountLocked32, codeBytesSize()); in TEST_F() 497 ASSERT_TRUE(verifyBytes<ByteCountLocked32>(codeBytes(), 0xF0, 0x67, 0x44, in TEST_F()
|