Home
last modified time | relevance | path

Searched refs:bit_xor (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs21 fn bit_xor(bits: &mut Self, other_bits: &Self); in bit_xor() method
167 fn bit_xor(bits: &mut Self, other_bits: &Self) {
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs163 pub fn bit_xor(&mut self, source: Source, arch: Arch) -> Move { in bit_xor() method
1561 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()