Searched refs:bit_xor (Results 1 – 2 of 2) sorted by relevance
21 fn bit_xor(bits: &mut Self, other_bits: &Self); in bit_xor() method167 fn bit_xor(bits: &mut Self, other_bits: &Self) {
163 pub fn bit_xor(&mut self, source: Source, arch: Arch) -> Move { in bit_xor() method1561 program.bit_xor(Source::Imm, Arch::X64).set_dst(0x03).push(); in move_bit_xor_const_to_register()1742 .bit_xor(Source::Reg, Arch::X64) in move_bit_xor_from_register_to_register()1930 program.bit_xor(Source::Imm, Arch::X32).set_dst(0x03).push(); in move_bit_xor_const_to_register()2111 .bit_xor(Source::Reg, Arch::X32) in move_bit_xor_from_register_to_register()