Searched refs:ARM_CODE2 (Results 1 – 9 of 9) sorted by relevance
/external/capstone/tests/ |
D | test_iter.c | 43 #define ARM_CODE2 "\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3" in test() macro 138 (unsigned char *)ARM_CODE2, in test() 139 sizeof(ARM_CODE2) - 1, in test()
|
D | test_basic.c | 42 #define ARM_CODE2 "\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3" in test() macro 162 (unsigned char*)ARM_CODE2, in test() 163 sizeof(ARM_CODE2) - 1, in test()
|
D | test_detail.c | 42 #define ARM_CODE2 "\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3" in test() macro 145 (unsigned char *)ARM_CODE2, in test() 146 sizeof(ARM_CODE2) - 1, in test()
|
D | test_arm.c | 240 #define ARM_CODE2 "\xd1\xe8\x00\xf0\xf0\x24\x04\x07\x1f\x3c\xf2\xc0\x00\x00\x4f\xf0\x00\x01\x46\x6c" in test() macro 273 (unsigned char *)ARM_CODE2, in test() 274 sizeof(ARM_CODE2) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 13 ARM_CODE2 = b"\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3" variable 40 (CS_ARCH_ARM, CS_MODE_ARM, ARM_CODE2, "ARM: Cortex-A15 + NEON", None),
|
D | test_detail.py | 12 ARM_CODE2 = b"\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3" variable 37 (CS_ARCH_ARM, CS_MODE_ARM, ARM_CODE2, "ARM: Cortex-A15 + NEON", None),
|
D | test_basic.py | 18 ARM_CODE2 = b"\x10\xf1\x10\xe7\x11\xf2\x31\xe7\xdc\xa1\x2e\xf3\xe8\x4e\x62\xf3" variable 46 (CS_ARCH_ARM, CS_MODE_ARM, ARM_CODE2, "ARM: Cortex-A15 + NEON", None),
|
D | test_arm.py | 12 ARM_CODE2 = b"\xd1\xe8\x00\xf0\xf0\x24\x04\x07\x1f\x3c\xf2\xc0\x00\x00\x4f\xf0\x00\x01\x46\x6c" variable 21 (CS_ARCH_ARM, CS_MODE_THUMB, ARM_CODE2, "Thumb-mixed", None),
|
/external/capstone/bindings/java/ |
D | TestArm.java | 23 static final String ARM_CODE2 = "d1e800f0f02404071f3cf2c000004ff00001466c"; field in TestArm 114 …new TestBasic.platform(Capstone.CS_ARCH_ARM, Capstone.CS_MODE_THUMB, hexString2Byte(ARM_CODE2), "T… in main()
|