Searched refs:PPC_BC_SO (Results 1 – 8 of 8) sorted by relevance
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 1555 { 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" },
|
D | PPCInstPrinter.c | 935 op_addBC(MI, PPC_BC_SO); in printAliasInstrEx()
|
/external/capstone/cstool/ |
D | cstool_ppc.c | 32 case PPC_BC_SO: in get_bc_name()
|
/external/capstone/suite/cstest/src/ |
D | ppc_detail.c | 29 case PPC_BC_SO: in get_bc_name()
|
/external/capstone/tests/ |
D | test_ppc.c | 53 case PPC_BC_SO: in get_bc_name()
|
/external/capstone/include/capstone/ |
D | ppc.h | 30 PPC_BC_SO = (4 << 5) | 12, ///< summary overflow enumerator
|
/external/capstone/bindings/java/capstone/ |
D | Ppc_const.java | 15 public static final int PPC_BC_SO = (4<<5)|12; field in Ppc_const
|
/external/capstone/bindings/python/capstone/ |
D | ppc_const.py | 12 PPC_BC_SO = (4<<5)|12 variable
|