• Home
  • Raw
  • Download

Lines Matching refs:csh

55 	if (MI->csh->detail != CS_OPT_ON)  in set_mem_access()
58 MI->csh->doing_mem = status; in set_mem_access()
66 switch(MI->csh->mode) { in printopaquemem()
272 if (MI->csh->detail) { in printSrcIdx()
288 if (MI->csh->detail) { in printSrcIdx()
306 if (MI->csh->detail) { in printDstIdx()
317 if (MI->csh->mode != CS_MODE_64) { in printDstIdx()
319 if (MI->csh->detail) { in printDstIdx()
387 if (MI->csh->detail) { in printMemOffset()
402 if (MI->csh->detail) { in printMemOffset()
409 if (MI->csh->detail) in printMemOffset()
412 SStream_concat(O, "0x%"PRIx64, arch_masks[MI->csh->mode] & imm); in printMemOffset()
421 if (MI->csh->detail) in printMemOffset()
460 if (MI->csh->mode != CS_MODE_64) { in printPCRelImm()
464 if (MI->csh->mode == CS_MODE_16 && in printPCRelImm()
469 if (MI->csh->mode == CS_MODE_16 && in printPCRelImm()
485 if (MI->csh->detail) { in printPCRelImm()
502 if (MI->csh->detail) { in printOperand()
503 if (MI->csh->doing_mem) { in printOperand()
508 …MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->csh->regsize_m… in printOperand()
650 if (MI->csh->detail) { in printOperand()
651 if (MI->csh->doing_mem) { in printOperand()
681 if (MI->csh->detail) { in printMemReference()
695 if (MI->csh->detail) { in printMemReference()
704 if (MI->csh->detail) in printMemReference()
722 SStream_concat(O, "0x%"PRIx64, arch_masks[MI->csh->mode] & DispVal); in printMemReference()
746 if (MI->csh->detail) in printMemReference()
755 if (MI->csh->detail) in printMemReference()
789 if (MI->csh->mode == CS_MODE_64 && MCInst_getOpcode(MI) == X86_CALLpcrel32) { in X86_ATT_printInst()
826 if (MI->csh->detail) { in X86_ATT_printInst()
914 MI->flat_insn->detail->x86.operands[0].size = MI->csh->regsize_map[reg]; in X86_ATT_printInst()
920 MI->flat_insn->detail->x86.operands[0].size = MI->csh->regsize_map[reg]; in X86_ATT_printInst()
923 MI->flat_insn->detail->x86.operands[1].size = MI->csh->regsize_map[reg2]; in X86_ATT_printInst()