Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DMips_const.java198 public static final int MIPS_REG_HI1 = MIPS_REG_AC1; field in Mips_const
202 public static final int MIPS_REG_LO1 = MIPS_REG_HI1;
/external/capstone/bindings/python/capstone/
Dmips_const.py195 MIPS_REG_HI1 = MIPS_REG_AC1 variable
199 MIPS_REG_LO1 = MIPS_REG_HI1
/external/capstone/include/
Dmips.h249 MIPS_REG_HI1 = MIPS_REG_AC1, enumerator
254 MIPS_REG_LO1 = MIPS_REG_HI1,