Searched refs:PPC_OP_IMM (Results 1 – 13 of 13) sorted by relevance
134 ppc->operands[ppc->op_count].type = PPC_OP_IMM; in PPC_printInst()379 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU2ImmOperand()396 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU4ImmOperand()410 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printS5ImmOperand()423 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU5ImmOperand()436 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU6ImmOperand()454 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU12ImmOperand()470 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printS16ImmOperand()499 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printS16ImmOperand_Mem()518 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU16ImmOperand()[all …]
20 | PPC_OP_IMM of int Constructor
27 | PPC_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
432 case PPC_OP_IMM: in _cs_disasm()
60 case PPC_OP_IMM: in print_insn_detail_ppc()
54 if (type == PPC_OP_IMM || type == PPC_OP_REG) in read()
24 public static final int PPC_OP_IMM = 2; field in Ppc_const
60 case PPC_OP_IMM: in get_detail_ppc()
32 if i.type == PPC_OP_IMM:
81 case PPC_OP_IMM: in print_insn_detail()
45 if (i.type == PPC_OP_IMM) in print_ins_detail()
45 PPC_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator
21 PPC_OP_IMM = 2 variable