Home
last modified time | relevance | path

Searched refs:op_explicit (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dx86_operand_list.c83 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()
Dlibdis.h629 op_explicit = 0x20 /* operands that are not side-effects */ enumerator
Dx86_format.c1052 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()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i509 op_explicit = 0x20 enumerator