Home
last modified time | relevance | path

Searched refs:MIPS_REG_FCC5 (Results 1 – 4 of 4) sorted by relevance

/external/capstone/bindings/java/capstone/
DMips_const.java118 public static final int MIPS_REG_FCC5 = 93; field in Mips_const
/external/capstone/bindings/python/capstone/
Dmips_const.py115 MIPS_REG_FCC5 = 93 variable
/external/capstone/include/
Dmips.h163 MIPS_REG_FCC5, enumerator
/external/capstone/arch/Mips/
DMipsMapping.c149 { MIPS_REG_FCC5, "fcc5"},
9966 MIPS_REG_FCC1, MIPS_REG_FCC2, MIPS_REG_FCC3, MIPS_REG_FCC4, MIPS_REG_FCC5, in Mips_map_register()