Searched refs:PPC_OP_MEM (Results 1 – 13 of 13) sorted by relevance
21 | PPC_OP_MEM of ppc_op_mem Constructor
28 | PPC_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
436 case PPC_OP_MEM: in _cs_disasm()
63 case PPC_OP_MEM: in print_insn_detail_ppc()
50 if (type == PPC_OP_MEM) in read()
25 public static final int PPC_OP_MEM = 3; field in Ppc_const
63 case PPC_OP_MEM: in get_detail_ppc()
34 if i.type == PPC_OP_MEM:
84 case PPC_OP_MEM: in print_insn_detail()
47 if (i.type == PPC_OP_MEM) { in print_ins_detail()
46 PPC_OP_MEM, ///< = CS_OP_MEM (Memory operand). enumerator
22 PPC_OP_MEM = 3 variable
68 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_MEM; in set_mem_access()