Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/bitmap/src/
H A Dtraits.rs20 fn bit_or(bits: &mut Self, other_bits: &Self); in bit_or() method
162 fn bit_or(bits: &mut Self, other_bits: &Self) {
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs133 pub fn bit_or(&mut self, source: Source, arch: Arch) -> Move { in bit_or() method
1482 .bit_or(Source::Imm, Arch::X64) in move_bit_or_const_to_register()
1667 .bit_or(Source::Reg, Arch::X64) in move_bit_or_from_register_to_register()
1851 .bit_or(Source::Imm, Arch::X32) in move_bit_or_const_to_register()
2036 .bit_or(Source::Reg, Arch::X32) in move_bit_or_from_register_to_register()