Searched defs:PPC_BC_GE (Results 1 - 3 of 3) sorted by relevance

/external/capstone/bindings/java/capstone/
H A DPpc_const.java12 public static final int PPC_BC_GE = (0<<5)|4; field in class:Ppc_const
/external/capstone/bindings/python/capstone/
H A Dppc_const.py9 PPC_BC_GE = (0<<5)|4 variable
/external/capstone/include/
H A Dppc.h27 PPC_BC_GE = (0 << 5) | 4, enumerator in enum:ppc_bc

Completed in 106 milliseconds