Home
last modified time | relevance | path

Searched refs:THUMB_MCLASS (Results 1 – 6 of 6) sorted by relevance

/external/capstone/tests/
Dtest_detail.c42 #define THUMB_MCLASS "\xef\xf3\x02\x80" in test() macro
129 (unsigned char*)THUMB_MCLASS, in test()
130 sizeof(THUMB_MCLASS) - 1, in test()
Dtest_basic.c41 #define THUMB_MCLASS "\xef\xf3\x02\x80" in test() macro
129 (unsigned char*)THUMB_MCLASS, in test()
130 sizeof(THUMB_MCLASS) - 1, in test()
Dtest_arm.c202 #define THUMB_MCLASS "\xef\xf3\x02\x80" in test() macro
238 (unsigned char*)THUMB_MCLASS, in test()
239 sizeof(THUMB_MCLASS) - 1, in test()
/external/capstone/bindings/python/
Dtest_basic.py21 THUMB_MCLASS = b"\xef\xf3\x02\x80" variable
43 (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", 0),
Dtest_detail.py15 THUMB_MCLASS = b"\xef\xf3\x02\x80" variable
37 (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", 0),
Dtest_arm.py15 THUMB_MCLASS = b"\xef\xf3\x02\x80" variable
23 (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", 0),