• Home
  • Raw
  • Download

Lines Matching refs:ppc

52 		MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_MEM;  in set_mem_access()
53 …MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.base = PPC_REG_INVALI… in set_mem_access()
54 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = 0; in set_mem_access()
57 MI->flat_insn->detail->ppc.op_count++; in set_mem_access()
68 insn->detail->ppc.bh = PPC_BH_PLUS; in PPC_post_printer()
70 insn->detail->ppc.bh = PPC_BH_MINUS; in PPC_post_printer()
116 cs_ppc *ppc = &MI->flat_insn->detail->ppc; in PPC_printInst() local
118 ppc->operands[ppc->op_count].type = PPC_OP_IMM; in PPC_printInst()
119 ppc->operands[ppc->op_count].imm = SH; in PPC_printInst()
120 ++ppc->op_count; in PPC_printInst()
194 MI->flat_insn->detail->ppc.bc = (ppc_bc)alias.cc; in PPC_printInst()
252 MI->flat_insn->detail->ppc.bc = (ppc_bc)cc_normalize(Code); in printPredicateOperand()
363 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU2ImmOperand()
364 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value; in printU2ImmOperand()
365 MI->flat_insn->detail->ppc.op_count++; in printU2ImmOperand()
380 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU4ImmOperand()
381 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value; in printU4ImmOperand()
382 MI->flat_insn->detail->ppc.op_count++; in printU4ImmOperand()
404 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printS5ImmOperand()
405 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value; in printS5ImmOperand()
406 MI->flat_insn->detail->ppc.op_count++; in printS5ImmOperand()
420 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU5ImmOperand()
421 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value; in printU5ImmOperand()
422 MI->flat_insn->detail->ppc.op_count++; in printU5ImmOperand()
436 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU6ImmOperand()
437 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Value; in printU6ImmOperand()
438 MI->flat_insn->detail->ppc.op_count++; in printU6ImmOperand()
459 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printS16ImmOperand()
460 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Imm; in printS16ImmOperand()
461 MI->flat_insn->detail->ppc.op_count++; in printS16ImmOperand()
486 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = Imm; in printS16ImmOperand_Mem()
488 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printS16ImmOperand_Mem()
489 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Imm; in printS16ImmOperand_Mem()
490 MI->flat_insn->detail->ppc.op_count++; in printS16ImmOperand_Mem()
507 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printU16ImmOperand()
508 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = Imm; in printU16ImmOperand()
509 MI->flat_insn->detail->ppc.op_count++; in printU16ImmOperand()
545 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printAbsBranchOperand()
546 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = imm; in printAbsBranchOperand()
547 MI->flat_insn->detail->ppc.op_count++; in printAbsBranchOperand()
665 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.base = reg; in printOperand()
667 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_REG; in printOperand()
668 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].reg = reg; in printOperand()
669 MI->flat_insn->detail->ppc.op_count++; in printOperand()
692 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].mem.disp = imm; in printOperand()
694 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in printOperand()
695 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = imm; in printOperand()
696 MI->flat_insn->detail->ppc.op_count++; in printOperand()
705 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_IMM; in op_addImm()
706 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].imm = v; in op_addImm()
707 MI->flat_insn->detail->ppc.op_count++; in op_addImm()
714 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_REG; in op_addReg()
715 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].reg = reg; in op_addReg()
716 MI->flat_insn->detail->ppc.op_count++; in op_addReg()
723 MI->flat_insn->detail->ppc.bc = (ppc_bc)bc; in op_addBC()
940 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].type = PPC_OP_CRX; in printAliasInstrEx()
941 MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.scale = 4; in printAliasInstrEx()
942 …MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.reg = PPC_REG_CR0 + c… in printAliasInstrEx()
943 …MI->flat_insn->detail->ppc.operands[MI->flat_insn->detail->ppc.op_count].crx.cond = MI->flat_insn-… in printAliasInstrEx()
944 MI->flat_insn->detail->ppc.op_count++; in printAliasInstrEx()