Home | History | Annotate | Download | only in PowerPC

Lines Matching full:detail

46 	if (MI->csh->detail != CS_OPT_ON)
52 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_MEM;
53 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.base = PPC_REG_INVALID;
54 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = 0;
57 MI->flat_insn->detail->ppc.op_count++;
63 if (((cs_struct *)ud)->detail != CS_OPT_ON)
68 insn->detail->ppc.bh = PPC_BH_PLUS;
70 insn->detail->ppc.bh = PPC_BH_MINUS;
115 if (MI->csh->detail) {
116 cs_ppc *ppc = &MI->flat_insn->detail->ppc;
193 if (MI->csh->detail) {
194 MI->flat_insn->detail->ppc.bc = (ppc_bc)alias.cc;
252 MI->flat_insn->detail->ppc.bc = (ppc_bc)cc_normalize(Code);
362 if (MI->csh->detail) {
363 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
364 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value;
365 MI->flat_insn->detail->ppc.op_count++;
379 if (MI->csh->detail) {
380 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
381 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value;
382 MI->flat_insn->detail->ppc.op_count++;
403 if (MI->csh->detail) {
404 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
405 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value;
406 MI->flat_insn->detail->ppc.op_count++;
419 if (MI->csh->detail) {
420 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
421 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value;
422 MI->flat_insn->detail->ppc.op_count++;
435 if (MI->csh->detail) {
436 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
437 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value;
438 MI->flat_insn->detail->ppc.op_count++;
458 if (MI->csh->detail) {
459 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
460 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Imm;
461 MI->flat_insn->detail->ppc.op_count++;
484 if (MI->csh->detail) {
486 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = Imm;
488 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
489 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Imm;
490 MI->flat_insn->detail->ppc.op_count++;
506 if (MI->csh->detail) {
507 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
508 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Imm;
509 MI->flat_insn->detail->ppc.op_count++;
544 if (MI->csh->detail) {
545 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
546 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = imm;
547 MI->flat_insn->detail->ppc.op_count++;
663 if (MI->csh->detail) {
665 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.base = reg;
667 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_REG;
668 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].reg = reg;
669 MI->flat_insn->detail->ppc.op_count++;
690 if (MI->csh->detail) {
692 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = imm;
694 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
695 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = imm;
696 MI->flat_insn->detail->ppc.op_count++;
704 if (MI->csh->detail) {
705 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM;
706 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = v;
707 MI->flat_insn->detail->ppc.op_count++;
713 if (MI->csh->detail) {
714 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_REG;
715 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].reg = reg;
716 MI->flat_insn->detail->ppc.op_count++;
722 if (MI->csh->detail) {
723 MI->flat_insn->detail->ppc.bc = (ppc_bc)bc;
939 if (MI->csh->detail) {
940 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_CRX;
941 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.scale = 4;
942 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.reg = PPC_REG_CR0 + cr - PPC_CR0;
943 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.cond = MI->flat_insn->detail->ppc.bc;
944 MI->flat_insn->detail->ppc.op_count++;