Searched refs:x86_operand_3rd (Results 1 – 5 of 5) sorted by relevance
1215 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()
649 x86_op_t * x86_operand_3rd( x86_insn_t *insn );654 #define x86_get_imm_operand( insn ) x86_operand_3rd( insn )
185 x86_op_t * x86_operand_3rd( x86_insn_t *insn ) { in x86_operand_3rd() function
516 x86_op_t * x86_operand_3rd( x86_insn_t *insn );554 return x86_operand_3rd( self ); in operand_3rd()
50 %rename(insn_operand_3rd) x86_operand_3rd;