Home
last modified time | relevance | path

Searched refs:op_implied (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dx86_operand_list.c93 if (! implicit && (list->op.flags & op_implied) ) { in x86_operand_foreach()
98 if (! explicit && ! (list->op.flags & op_implied) ) { in x86_operand_foreach()
Dx86_format.c1316 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()
Dia32_implicit.c418 op->flags |= op_implied; in ia32_insn_implicit_ops()
Dlibdis.h218 op_implied = 0x020, /* operand is implicit in the insn */ enumerator
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i133 op_sysref = 0x010, op_implied = 0x020, enumerator