Home
last modified time | relevance | path

Searched refs:SYSZ_OP_INVALID (Results 1 – 6 of 6) sorted by relevance

/external/capstone/bindings/ocaml/
Dsystemz.ml14 | SYSZ_OP_INVALID of int Constructor
Dtest_systemz.ml27 | SYSZ_OP_INVALID _ -> (); (* this would never happens *)
/external/capstone/bindings/java/capstone/
DSystemz.java46 if (type == SYSZ_OP_INVALID) in read()
DSysz_const.java26 public static final int SYSZ_OP_INVALID = 0; field in Sysz_const
/external/capstone/bindings/python/capstone/
Dsysz_const.py23 SYSZ_OP_INVALID = 0 variable
/external/capstone/include/
Dsystemz.h43 SYSZ_OP_INVALID = 0, // = CS_OP_INVALID (Uninitialized). enumerator