Home
last modified time | relevance | path

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

/external/capstone/bindings/java/capstone/
DSysz_const.java770 public static final int SYSZ_GRP_ENDING = 133; field in Sysz_const
/external/capstone/bindings/python/capstone/
Dsysz_const.py767 SYSZ_GRP_ENDING = 133 variable
/external/capstone/include/
Dsystemz.h825 SYSZ_GRP_ENDING, // <-- mark the end of the list of groups enumerator
/external/capstone/arch/SystemZ/
DSystemZMapping.c5078 if (id >= SYSZ_GRP_ENDING || (id > SYSZ_GRP_JUMP && id < SYSZ_GRP_DISTINCTOPS)) in SystemZ_group_name()