Searched refs:checkBytes (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/MC/X86/ |
| H A D | X86MCDisassemblerTest.cpp | 103 auto checkBytes = [&](ArrayRef<uint8_t> Bytes) { in TEST() local 120 checkBytes( in TEST() 126 checkBytes( in TEST() 134 checkBytes( in TEST() 142 checkBytes({0x49, 0xc7, 0x04, 0x24, 0xf5, 0xfe, 0xff, 0xff}); in TEST() 149 checkBytes({0x66, 0x89, 0x83, 0x79, 0x81, 0x56, 0x01}); in TEST()
|