Home
last modified time | relevance | path

Searched refs:PPC_BC_SO (Results 1 – 8 of 8) sorted by relevance

/external/capstone/arch/PowerPC/
DPPCMapping.c1555 { PPC_INS_B, PPC_BC_SO, "bso" },
1566 { PPC_INS_BA, PPC_BC_SO, "bsoa" },
1577 { PPC_INS_BCTR, PPC_BC_SO, "bsoctr" },
1588 { PPC_INS_BCTRL, PPC_BC_SO, "bsoctrl" },
1599 { PPC_INS_BL, PPC_BC_SO, "bsol" },
1610 { PPC_INS_BLA, PPC_BC_SO, "bsola" },
1621 { PPC_INS_BLR, PPC_BC_SO, "bsolr" },
1632 { PPC_INS_BLRL, PPC_BC_SO, "bsolrl" },
DPPCInstPrinter.c935 op_addBC(MI, PPC_BC_SO); in printAliasInstrEx()
/external/capstone/cstool/
Dcstool_ppc.c32 case PPC_BC_SO: in get_bc_name()
/external/capstone/suite/cstest/src/
Dppc_detail.c29 case PPC_BC_SO: in get_bc_name()
/external/capstone/tests/
Dtest_ppc.c53 case PPC_BC_SO: in get_bc_name()
/external/capstone/include/capstone/
Dppc.h30 PPC_BC_SO = (4 << 5) | 12, ///< summary overflow enumerator
/external/capstone/bindings/java/capstone/
DPpc_const.java15 public static final int PPC_BC_SO = (4<<5)|12; field in Ppc_const
/external/capstone/bindings/python/capstone/
Dppc_const.py12 PPC_BC_SO = (4<<5)|12 variable