Home
last modified time | relevance | path

Searched refs:MIPS_REG_HI2 (Results 1 – 3 of 3) sorted by relevance

/external/capstone/bindings/python/capstone/
Dmips_const.py181 MIPS_REG_HI2 = MIPS_REG_AC2 variable
185 MIPS_REG_LO2 = MIPS_REG_HI2
/external/capstone/bindings/java/capstone/
DMips_const.java184 public static final int MIPS_REG_HI2 = MIPS_REG_AC2; field in Mips_const
188 public static final int MIPS_REG_LO2 = MIPS_REG_HI2;
/external/capstone/include/capstone/
Dmips.h223 MIPS_REG_HI2 = MIPS_REG_AC2, enumerator
228 MIPS_REG_LO2 = MIPS_REG_HI2,