Searched refs:x86_get_dest_operand (Results 1 – 4 of 4) sorted by relevance
82 libdis::x86_op_t *dest = libdis::x86_get_dest_operand(¤t_instr_); in NextInstruction()230 libdis::x86_op_t *operand = libdis::x86_get_dest_operand(¤t_instr_); in setBadWrite()
154 op = x86_get_dest_operand( &insn ); in x86_disasm_forward()
652 #define x86_get_dest_operand( insn ) x86_operand_1st( insn ) macro
51 %rename(insn_dest_operand) x86_get_dest_operand;