Searched refs:x86_operand_2nd (Results 1 – 5 of 5) sorted by relevance
1056 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()
652 x86_op_t * x86_operand_2nd( x86_insn_t *insn );657 #define x86_get_src_operand( insn ) x86_operand_2nd( insn )
177 x86_op_t * x86_operand_2nd( x86_insn_t *insn ) { in x86_operand_2nd() function
515 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()
49 %rename(insn_operand_2nd) x86_operand_2nd;