Lines Matching full:architecture
69 // Architecture type
71 CS_ARCH_ARM = 0, // ARM architecture (including Thumb, Thumb-2)
73 CS_ARCH_MIPS, // Mips architecture
74 CS_ARCH_X86, // X86 architecture (including x86 & x86-64)
75 CS_ARCH_PPC, // PowerPC architecture
76 CS_ARCH_SPARC, // Sparc architecture
77 CS_ARCH_SYSZ, // SystemZ architecture
78 CS_ARCH_XCORE, // XCore architecture
235 // Architecture-specific instruction info
237 cs_x86 x86; // X86 architecture, including 16-bit, 32-bit & 64-bit mode
238 cs_arm64 arm64; // ARM64 architecture (aka AArch64)
239 cs_arm arm; // ARM architecture (including Thumb/Thumb2)
240 cs_mips mips; // MIPS architecture
241 cs_ppc ppc; // PowerPC architecture
242 cs_sparc sparc; // Sparc architecture
243 cs_sysz sysz; // SystemZ architecture
244 cs_xcore xcore; // XCore architecture
252 // of corresponding architecture, such as 'arm_insn' in arm.h for ARM,
299 CS_ERR_ARCH, // Unsupported architecture: cs_open()
353 @arch: architecture type (CS_ARCH_*)
536 Find the instruction id from header file of corresponding architecture (arm.h for ARM,
552 …Find the instruction id from header file of corresponding architecture (arm.h for ARM, x86.h for X…
567 …Find the group id from header file of corresponding architecture (arm.h for ARM, x86.h for X86, ..…
582 …Find the group id from header file of corresponding architecture (arm.h for ARM, x86.h for X86, ..…
601 …Find the register id from header file of corresponding architecture (arm.h for ARM, x86.h for X86,…
619 …Find the register id from header file of corresponding architecture (arm.h for ARM, x86.h for X86,…
637 …Find the operand type in header file of corresponding architecture (arm.h for ARM, x86.h for X86, …
654 …Find the operand type in header file of corresponding architecture (arm.h for ARM, x86.h for X86, …