Searched refs:CS_MODE_MIPSGP64 (Results 1 – 9 of 9) sorted by relevance
19 CS_MODE_MIPSGP64 | CS_MODE_BIG_ENDIAN)) in init()
363 if (((mode & CS_MODE_MIPS32R6) != 0) && ((mode & CS_MODE_MIPSGP64) != 0)) { in MipsDisassembler_getInstruction()
41 CS_MODE_MIPSGP64 = 128 ' General Purpose Registers are 64-bit wide (MIPS)
106 CS_MODE_MIPSGP64 = 1 << 7, // General Purpose Registers are 64-bit wide (MIPS) enumerator
38 | CS_MODE_MIPSGP64 (* MipsGP64 mode (MIPS architecture) *) Constructor
701 mode |= CS_MODE_MIPSGP64; in ocaml_cs_disasm()832 mode |= CS_MODE_MIPSGP64; in ocaml_open()
303 …public static final int CS_MODE_MIPSGP64 = 1 << 7; // General Purpose Registers are 64-bit wide (… field in Capstone
138 CS_MODE_MIPSGP64 = (1 << 7) # General Purpose Registers are 64-bit wide (MIPS arch) variable
348 MipsGP64 (CS_MODE_MIPSGP64).