Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c1215 if ( x86_operand_3rd( insn ) ) { in format_xml_insn()
1216 x86_format_operand( x86_operand_3rd(insn), str, in format_xml_insn()
1331 if ( x86_operand_3rd( insn )) { in x86_format_insn()
1333 x86_format_operand( x86_operand_3rd( insn ), in x86_format_insn()
1348 if ( x86_operand_3rd( insn ) ) { in x86_format_insn()
1349 x86_format_operand(x86_operand_3rd( insn ), in x86_format_insn()
1421 if ( x86_operand_3rd( insn )) { in x86_format_insn()
1422 x86_format_operand( x86_operand_3rd( insn ), in x86_format_insn()
Dlibdis.h653 x86_op_t * x86_operand_3rd( x86_insn_t *insn );
658 #define x86_get_imm_operand( insn ) x86_operand_3rd( insn )
Dx86_operand_list.c185 x86_op_t * x86_operand_3rd( x86_insn_t *insn ) { in x86_operand_3rd() function
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i516 x86_op_t * x86_operand_3rd( x86_insn_t *insn );
554 return x86_operand_3rd( self ); in operand_3rd()
Dlibdisasm.i50 %rename(insn_operand_3rd) x86_operand_3rd;