Searched refs:x86_get_src_operand (Results 1 – 3 of 3) sorted by relevance
82 libdis::x86_op_t *src = libdis::x86_get_src_operand(¤t_instr_); in NextInstruction()217 libdis::x86_op_t *operand = libdis::x86_get_src_operand(¤t_instr_); in setBadRead()
657 #define x86_get_src_operand( insn ) x86_operand_2nd( insn ) macro
52 %rename(insn_src_operand) x86_get_src_operand;