Searched refs:SPARCV9_CODE (Results 1 – 9 of 9) 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 | 60 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 161 (unsigned char*)SPARCV9_CODE, in test() 162 sizeof(SPARCV9_CODE) - 1, in test()
|
D | test_detail.c | 63 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 192 (unsigned char*)SPARCV9_CODE, in test() 193 sizeof(SPARCV9_CODE) - 1, in test()
|
D | test_basic.c | 55 #define SPARCV9_CODE "\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" in test() macro 201 (unsigned char*)SPARCV9_CODE, in test() 202 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_basic.py | 30 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", 0),
|
D | test_detail.py | 24 SPARCV9_CODE = b"\x81\xa8\x0a\x24\x89\xa0\x10\x20\x89\xa0\x1a\x60\x89\xa0\x00\xe0" variable 46 (CS_ARCH_SPARC, CS_MODE_BIG_ENDIAN + CS_MODE_V9, SPARCV9_CODE, "SparcV9", 0),
|
/external/capstone/bindings/java/ |
D | Test.java | 44 …public static final byte[] SPARCV9_CODE = new byte[] { (byte)0x81, (byte)0xa8, (byte)0x0a, (byte)0… field in Test 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()
|