Home
last modified time | relevance | path

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

/external/capstone/bindings/python/capstone/
Dmips_const.py180 MIPS_REG_HI1 = MIPS_REG_AC1 variable
184 MIPS_REG_LO1 = MIPS_REG_HI1
/external/capstone/bindings/java/capstone/
DMips_const.java183 public static final int MIPS_REG_HI1 = MIPS_REG_AC1; field in Mips_const
187 public static final int MIPS_REG_LO1 = MIPS_REG_HI1;
/external/capstone/include/capstone/
Dmips.h222 MIPS_REG_HI1 = MIPS_REG_AC1, enumerator
227 MIPS_REG_LO1 = MIPS_REG_HI1,