Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c1056 is_memory_op( x86_operand_2nd(insn) ) ){ in format_att_mnemonic()
1057 size = x86_operand_size( x86_operand_2nd( insn ) ); in format_att_mnemonic()
1207 if ( x86_operand_2nd( insn ) ) { in format_xml_insn()
1208 x86_format_operand( x86_operand_2nd( insn ), str, in format_xml_insn()
1322 if ( (src = x86_operand_2nd( insn )) ) { in x86_format_insn()
1358 src = x86_operand_2nd( insn ); in x86_format_insn()
1364 dst = x86_operand_2nd( insn ); in x86_format_insn()
1414 if ( x86_operand_2nd( insn ) ) { in x86_format_insn()
1415 x86_format_operand(x86_operand_2nd( insn ), in x86_format_insn()
Dlibdis.h652 x86_op_t * x86_operand_2nd( x86_insn_t *insn );
657 #define x86_get_src_operand( insn ) x86_operand_2nd( insn )
Dx86_operand_list.c177 x86_op_t * x86_operand_2nd( x86_insn_t *insn ) { in x86_operand_2nd() function
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i515 x86_op_t * x86_operand_2nd( x86_insn_t *insn );
550 return x86_operand_2nd( self ); in operand_2nd()
562 return x86_operand_2nd( self ); in operand_src()
Dlibdisasm.i49 %rename(insn_operand_2nd) x86_operand_2nd;