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

  /external/google-breakpad/src/third_party/libdisasm/
x86_operand_list.c 83 if ( (type & op_explicit) && ! (type & op_implicit) ) {
86 if ( (type & op_implicit) && ! (type & op_explicit) ) {
139 case op_implicit: case op_explicit: /* make gcc happy */
160 } else if ( type == op_explicit ) {
libdis.h 623 * be ORed together, e.g. op_wo | op_explicit */
633 op_explicit = 0x20 /* operands that are not side-effects */ enumerator in enum:x86_op_foreach_type
    [all...]
x86_format.c     [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 509 op_explicit = 0x20

Completed in 52 milliseconds