Searched defs:CS_MODE_MIPSGP64 (Results 1 – 4 of 4) sorted by relevance
38 | CS_MODE_MIPSGP64 (* MipsGP64 mode (MIPS architecture) *) Constructor
106 CS_MODE_MIPSGP64 = 1 << 7, // General Purpose Registers are 64-bit wide (MIPS) enumerator
138 CS_MODE_MIPSGP64 = (1 << 7) # General Purpose Registers are 64-bit wide (MIPS arch) variable
303 …public static final int CS_MODE_MIPSGP64 = 1 << 7; // General Purpose Registers are 64-bit wide (… field in Capstone