D | bytecode_instruction_tests.cpp | 31 const uint8_t bytecode[] = {0x00, 0xa1, 0xff}; in TEST() local 39 const uint8_t bytecode[] = {0x00, 0x2f, 0xff}; in TEST() local 48 const uint8_t bytecode[] = {0x00, 0xf2, 0xff}; in TEST() local 55 const uint8_t bytecode[] = {0x00, 0x21, 0xff}; in TEST() local 63 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 71 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 80 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 87 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 95 const uint8_t bytecode[] = {0x00, 0x10, 0xf2, 0x12, 0xff}; in TEST() local 103 const uint8_t bytecode[] = {0x00, 0xff, 0x12, 0xf2, 0xff}; in TEST() local [all …]
|