Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DXcore_const.java43 public static final int XCORE_REG_ENDING = 26; field in Xcore_const
/external/capstone/bindings/python/capstone/
Dxcore_const.py40 XCORE_REG_ENDING = 26 variable
/external/capstone/include/
Dxcore.h91 XCORE_REG_ENDING, // <-- mark the end of the list of registers enumerator
/external/capstone/arch/XCore/
DXCoreMapping.c52 if (reg >= XCORE_REG_ENDING) in XCore_reg_name()