OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPARC_HINT_PN
(Results
1 - 3
of
3
) sorted by null
/external/capstone/bindings/java/capstone/
Sparc_const.java
51
public static final int
SPARC_HINT_PN
= 1<<2;
/external/capstone/bindings/python/capstone/
sparc_const.py
48
SPARC_HINT_PN
= 1<<2
/external/capstone/include/
sparc.h
70
SPARC_HINT_PN
= 1 << 2, // branch NOT taken
Completed in 3171 milliseconds