Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DMips_const.java200 public static final int MIPS_REG_HI3 = MIPS_REG_AC3; field in Mips_const
204 public static final int MIPS_REG_LO3 = MIPS_REG_HI3;
/external/capstone/bindings/python/capstone/
Dmips_const.py197 MIPS_REG_HI3 = MIPS_REG_AC3 variable
201 MIPS_REG_LO3 = MIPS_REG_HI3
/external/capstone/include/
Dmips.h251 MIPS_REG_HI3 = MIPS_REG_AC3, enumerator
256 MIPS_REG_LO3 = MIPS_REG_HI3,