Home
last modified time | relevance | path

Searched defs:CS_OPT_UNSIGNED (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/capstone/include/capstone/
H A Dcapstone.h178 CS_OPT_UNSIGNED, ///< print immediate operands in unsigned form enumerator
/aosp_15_r20/external/capstone/bindings/python/capstone/
H A D__init__.py202 CS_OPT_UNSIGNED = 8 # Print immediate in unsigned form variable