Searched refs:op_explicit (Results 1 – 4 of 4) sorted by relevance
83 if ( (type & op_explicit) && ! (type & op_implicit) ) { in x86_operand_foreach()86 if ( (type & op_implicit) && ! (type & op_explicit) ) { in x86_operand_foreach()139 case op_implicit: case op_explicit: /* make gcc happy */ in x86_operand_foreach()160 } else if ( type == op_explicit ) { in x86_operand_count()
629 op_explicit = 0x20 /* operands that are not side-effects */ enumerator
1052 if ( x86_operand_count( insn, op_explicit ) > 0 && in format_att_mnemonic()1055 } else if ( x86_operand_count( insn, op_explicit ) > 1 && in format_att_mnemonic()
509 op_explicit = 0x20 enumerator