HomeSort by relevance Sort by last modified time
    Searched refs:op1_size (Results 1 - 5 of 5) sorted by null

  /external/capstone/
MCInst.h 95 uint8_t op1_size; // size of 1st operand - for X86 Intel syntax member in struct:MCInst
MCInst.c 22 inst->op1_size = 0;
  /external/capstone/arch/X86/
X86IntelInstPrinter.c 457 if (MI->op1_size == 0)
458 MI->op1_size = MI->x86opsize;
534 if (MI->op1_size == 0 && reg)
535 MI->op1_size = MI->csh->regsize_map[reg];
583 if (MI->op1_size == 0)
584 MI->op1_size = MI->imm_size;
608 if (MI->op1_size == 0)
609 MI->op1_size = MI->csh->regsize_map[reg];
725 imm = arch_masks[MI->op1_size? MI->op1_size : MI->imm_size] & imm
    [all...]
X86ATTInstPrinter.c 634 imm = arch_masks[MI->op1_size? MI->op1_size : MI->imm_size] & imm;
661 else if (MI->op1_size > 0)
662 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = MI->op1_size;
X86Mapping.c     [all...]

Completed in 215 milliseconds