Searched refs:decoder (Results 1 – 1 of 1) sorted by relevance
36 let decoder = yaxpeax_x86::amd64::InstDecoder::default(); in drop() localVariable37 let inst = decoder.decode_slice(&self.old_instruction).unwrap(); in drop()94 let decoder = yaxpeax_x86::amd64::InstDecoder::default(); in replace_inst() localVariable95 let inst = decoder.decode_slice(&inst_tmp).unwrap(); in replace_inst()