OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XCORE_REG_ENDING
(Results
1 - 4
of
4
) sorted by null
/external/capstone/bindings/java/capstone/
Xcore_const.java
43
public static final int
XCORE_REG_ENDING
= 26;
/external/capstone/bindings/python/capstone/
xcore_const.py
40
XCORE_REG_ENDING
= 26
/external/capstone/include/
xcore.h
91
XCORE_REG_ENDING
, // <-- mark the end of the list of registers
/external/capstone/arch/XCore/
XCoreMapping.c
52
if (reg >=
XCORE_REG_ENDING
)
Completed in 111 milliseconds