Home
last modified time | relevance | path

Searched refs:verifyBytes (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DOther.cpp22 ASSERT_TRUE(verifyBytes<Size>(codeBytes(), __VA_ARGS__)) << TestString; \ in TEST_F()
42 verifyBytes<ByteCount>(codeBytes(), 0xCC); in TEST_F()
49 verifyBytes<ByteCount>(codeBytes(), 0xF4); in TEST_F()
56 verifyBytes<ByteCount>(codeBytes(), 0x0F, 0x0B); in TEST_F()
65 verifyBytes<ByteCount>(codeBytes(), Prefix); \ in TEST_F()
DLocked.cpp21 verifyBytes<ByteCount>(codeBytes(), 0x0F, 0xAE, 0xF0); in TEST_F()
29 verifyBytes<ByteCount>(codeBytes(), 0xF0); in TEST_F()
207 verifyBytes<ByteCountNotLocked8>(codeBytes(), 0x0F, 0xC0, 0x35, 0x00, 0xFF, in TEST_F()
215 verifyBytes<ByteCountLocked8>(codeBytes(), 0xF0, 0x0F, 0xC0, 0x35, 0x00, in TEST_F()
225 verifyBytes<ByteCountNotLocked16>(codeBytes(), 0x66, 0x0F, 0xC1, 0x35, 0x00, in TEST_F()
233 verifyBytes<ByteCountLocked16>(codeBytes(), 0x66, 0xF0, 0x0F, 0xC1, 0x35, in TEST_F()
243 verifyBytes<ByteCountNotLocked32>(codeBytes(), 0x0F, 0xC1, 0x35, 0x00, 0xFF, in TEST_F()
251 verifyBytes<ByteCountLocked32>(codeBytes(), 0xF0, 0x0F, 0xC1, 0x35, 0x00, in TEST_F()
313 verifyBytes<ByteCountNotLocked>(codeBytes(), 0x0F, 0xC7, 0x0D, 0x00, 0xFF, in TEST_F()
320 verifyBytes<ByteCountLocked>(codeBytes(), 0xF0, 0x0F, 0xC7, 0x0D, 0x00, 0xFF, in TEST_F()
[all …]
DLowLevel.cpp22 verifyBytes<ByteCount>(codeBytes(), 0xc3); in TEST_F()
31 verifyBytes<ByteCount>(codeBytes(), 0xC2, 0x20, 0x00); in TEST_F()
40 verifyBytes<ByteCount>(codeBytes(), 0xe8, 0x00, 0x00, 0x00, 0x00); in TEST_F()
56 verifyBytes<ByteCount>(codeBytes(), PopOpcode | GPRRegister::Encoded_Reg_eax, in TEST_F()
78 verifyBytes<ByteCount>(codeBytes(), PushOpcode | GPRRegister::Encoded_Reg_eax, in TEST_F()
100 verifyBytes<ByteCount>( in TEST_F()
119 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
132 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
146 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
161 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
[all …]
DX87.cpp31 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01, in TEST_F()
50 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01, in TEST_F()
60 verifyBytes<ByteCount>(codeBytes(), 0xD9, 0XF7); in TEST_F()
73 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, 0x45, 0x23, 0x01, 0x00); in TEST_F()
86 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, 0x45, 0x23, 0x01, 0x00); in TEST_F()
DTestUtil.h82 template <int N, int I> static bool verifyBytes(const uint8_t *) { in verifyBytes() function
88 static bool verifyBytes(const uint8_t *Buffer, uint8_t Byte, in verifyBytes() function
92 return verifyBytes<N, I + 1>(Buffer, OtherBytes...) && Buffer[I] == Byte; in verifyBytes()
DGPRArith.cpp28 verifyBytes<ByteCount>(codeBytes(), Pushal, Popal); in TEST_F()
305 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, (Value)&0xFF, \ in TEST_F()
900 verifyBytes<BytesSize>(codeBytes(), __VA_ARGS__); \ in TEST_F()
1322 verifyBytes<ByteCount>(codeBytes(), \ in TEST_F()
DDataMov.cpp364 verifyBytes<ByteCount>(codeBytes(), Prefix, Opcode); in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLocked.cpp21 verifyBytes<ByteCount>(codeBytes(), 0x0F, 0xAE, 0xF0); in TEST_F()
29 verifyBytes<ByteCount>(codeBytes(), 0xF0); in TEST_F()
211 ASSERT_TRUE(verifyBytes<ByteCountNotLocked8>(codeBytes(), 0x67, 0x44, 0x0F, in TEST_F()
219 ASSERT_TRUE(verifyBytes<ByteCountLocked8>(codeBytes(), 0xF0, 0x67, 0x44, in TEST_F()
230 ASSERT_TRUE(verifyBytes<ByteCountNotLocked16>(codeBytes(), 0x66, 0x67, 0x44, in TEST_F()
238 ASSERT_TRUE(verifyBytes<ByteCountLocked16>(codeBytes(), 0x66, 0xF0, 0x67, in TEST_F()
249 ASSERT_TRUE(verifyBytes<ByteCountNotLocked32>(codeBytes(), 0x67, 0x44, 0x0F, in TEST_F()
257 ASSERT_TRUE(verifyBytes<ByteCountLocked32>(codeBytes(), 0xF0, 0x67, 0x44, in TEST_F()
270 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), Prefix)); \ in TEST_F()
340 ASSERT_TRUE(verifyBytes<ByteCountNotLocked>( in TEST_F()
[all …]
DOther.cpp22 ASSERT_TRUE(verifyBytes<Size>(codeBytes(), __VA_ARGS__)) << TestString; \ in TEST_F()
42 verifyBytes<ByteCount>(codeBytes(), 0xCC); in TEST_F()
49 verifyBytes<ByteCount>(codeBytes(), 0xF4); in TEST_F()
56 verifyBytes<ByteCount>(codeBytes(), 0x0F, 0x0B); in TEST_F()
DLowLevel.cpp22 verifyBytes<ByteCount>(codeBytes(), 0xc3); in TEST_F()
31 verifyBytes<ByteCount>(codeBytes(), 0xC2, 0x20, 0x00); in TEST_F()
40 verifyBytes<ByteCount>(codeBytes(), 0xe8, 0x00, 0x00, 0x00, 0x00); in TEST_F()
65 verifyBytes<ByteCount>( in TEST_F()
101 verifyBytes<ByteCount>( in TEST_F()
139 verifyBytes<ByteCount>( in TEST_F()
165 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
178 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
191 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
205 ASSERT_TRUE(verifyBytes<ByteCount>(codeBytes(), __VA_ARGS__)) \ in TEST_F()
[all …]
DTestUtil.h178 template <int N, int I> static bool verifyBytes(const uint8_t *) { in verifyBytes() function
184 static bool verifyBytes(const uint8_t *Buffer, uint8_t Byte, in verifyBytes() function
188 return verifyBytes<N, I + 1>(Buffer, OtherBytes...) && Buffer[I] == Byte; in verifyBytes()
DGPRArith.cpp341 ASSERT_TRUE(verifyBytes<ByteCount>( \ in TEST_F()
928 ASSERT_TRUE(verifyBytes<BytesSize>(codeBytes(), __VA_ARGS__)); \ in TEST_F()
DDataMov.cpp518 verifyBytes<ByteCount>(codeBytes(), Prefix, Opcode); in TEST_F()