Searched refs:SPARCV9_CODE (Results 1 – 10 of 10) sorted by relevance
/external/capstone/tests/ |
D | test_sparc.c | 83 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 96 (unsigned char*)SPARCV9_CODE, in test() 97 sizeof(SPARCV9_CODE) - 1, in test()
|
D | test_iter.c | 71 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 195 (unsigned char*)SPARCV9_CODE, in test() 196 sizeof(SPARCV9_CODE) - 1, in test()
|
D | test_basic.c | 67 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 263 (unsigned char*)SPARCV9_CODE, in test() 264 sizeof(SPARCV9_CODE) - 1, in test()
|
D | test_detail.c | 75 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 237 (unsigned char*)SPARCV9_CODE, in test() 238 sizeof(SPARCV9_CODE) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_sparc.py | 12 SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" variable 16 (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN+CS_MODE_V9, SPARCV9_CODE, "SparcV9"),
|
D | test_lite.py | 26 SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" variable 53 (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN + CS_MODE_V9, SPARCV9_CODE, "SparcV9", None),
|
D | test_detail.py | 25 SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" variable 50 (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN + CS_MODE_V9, SPARCV9_CODE, "SparcV9", None),
|
D | test_basic.py | 31 SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" variable 59 (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN + CS_MODE_V9, SPARCV9_CODE, "SparcV9", None),
|
/external/capstone/bindings/java/ |
D | TestBasic.java | 44 …public static final byte[] SPARCV9_CODE = new byte[] { (byte)0x81, (byte)0xa8, (byte)0x0a, (byte)0… field in TestBasic 139 SPARCV9_CODE, in main()
|
D | TestSparc.java | 23 static final String SPARCV9_CODE = "81a80a2489a0102089a01a6089a000e0"; field in TestSparc 72 …SPARC, Capstone.CS_MODE_BIG_ENDIAN + Capstone.CS_MODE_V9, hexString2Byte(SPARCV9_CODE), "SparcV9"), in main()
|