Lines Matching refs:ByteCount
22 constexpr size_t ByteCount = 9; in TEST_F() local
23 ASSERT_EQ(ByteCount, codeBytesSize()); in TEST_F()
31 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01, in TEST_F()
41 constexpr size_t ByteCount = 9; in TEST_F() local
42 ASSERT_EQ(ByteCount, codeBytesSize()); in TEST_F()
50 verifyBytes<ByteCount>(codeBytes(), Fld32Opcode, Fld32ModRM, 0x01, in TEST_F()
57 constexpr size_t ByteCount = 2; in TEST_F() local
58 ASSERT_EQ(ByteCount, codeBytesSize()); in TEST_F()
60 verifyBytes<ByteCount>(codeBytes(), 0xD9, 0XF7); in TEST_F()
67 constexpr size_t ByteCount = 6; in TEST_F() local
68 ASSERT_EQ(ByteCount, codeBytesSize()); in TEST_F()
73 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, 0x45, 0x23, 0x01, 0x00); in TEST_F()
80 constexpr size_t ByteCount = 6; in TEST_F() local
81 ASSERT_EQ(ByteCount, codeBytesSize()); in TEST_F()
86 verifyBytes<ByteCount>(codeBytes(), Opcode, ModRM, 0x45, 0x23, 0x01, 0x00); in TEST_F()