Home
last modified time | relevance | path

Searched refs:regsize_map (Results 1 – 5 of 5) sorted by relevance

/external/capstone/arch/X86/
DX86Module.c36 ud->regsize_map = regsize_map_64; in init()
38 ud->regsize_map = regsize_map_32; in init()
50 handle->regsize_map = regsize_map_64; in option()
52 handle->regsize_map = regsize_map_32; in option()
DX86IntelInstPrinter.c518 MI->flat_insn->detail->x86.operands[0].size = MI->csh->regsize_map[reg]; in X86_Intel_printInst()
519 MI->flat_insn->detail->x86.operands[1].size = MI->csh->regsize_map[reg]; in X86_Intel_printInst()
525 MI->flat_insn->detail->x86.operands[0].size = MI->csh->regsize_map[reg]; in X86_Intel_printInst()
528 MI->flat_insn->detail->x86.operands[1].size = MI->csh->regsize_map[reg2]; in X86_Intel_printInst()
535 MI->op1_size = MI->csh->regsize_map[reg]; in X86_Intel_printInst()
603 …t_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->csh->regsize_map[reg]; in printOperand()
609 MI->op1_size = MI->csh->regsize_map[reg]; in printOperand()
DX86ATTInstPrinter.c508 …t_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->csh->regsize_map[reg]; in printOperand()
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()
DX86Mapping.c47872 …t_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->csh->regsize_map[reg]; in op_addReg()
47877 MI->op1_size = MI->csh->regsize_map[reg]; in op_addReg()
/external/capstone/
Dcs_priv.h56 uint8_t *regsize_map; // map to register size (x86-only for now) member