HomeSort by relevance Sort by last modified time
    Searched refs:op_implicit (Results 1 - 3 of 3) 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 */
libdis.h 632 op_implicit = 0x10, /* operands that are implied by the opcode */ enumerator in enum:x86_op_foreach_type
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 508 op_implicit = 0x10,

Completed in 46 milliseconds