Searched refs:op_implied (Results 1 – 5 of 5) sorted by relevance
93 if (! implicit && (list->op.flags & op_implied) ) { in x86_operand_foreach()98 if (! explicit && ! (list->op.flags & op_implied) ) { in x86_operand_foreach()
1316 if ( (dst = x86_operand_1st( insn )) && !(dst->flags & op_implied) ) { in x86_format_insn()1323 if ( !(dst->flags & op_implied) ) { in x86_format_insn()1372 if ( dst && !(dst->flags & op_implied) ) { in x86_format_insn()1378 if ( dst && !(dst->flags & op_implied) ) { in x86_format_insn()
418 op->flags |= op_implied; in ia32_insn_implicit_ops()
218 op_implied = 0x020, /* operand is implicit in the insn */ enumerator
133 op_sysref = 0x010, op_implied = 0x020, enumerator