Home
last modified time | relevance | path

Searched defs:Move (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs113 pub fn add(&mut self, source: Source, arch: Arch) -> Move { in add()
118 pub fn sub(&mut self, source: Source, arch: Arch) -> Move { in sub()
123 pub fn mul(&mut self, source: Source, arch: Arch) -> Move { in mul()
128 pub fn div(&mut self, source: Source, arch: Arch) -> Move { in div()
133 pub fn bit_or(&mut self, source: Source, arch: Arch) -> Move { in bit_or()
138 pub fn bit_and(&mut self, source: Source, arch: Arch) -> Move { in bit_and()
143 pub fn left_shift(&mut self, source: Source, arch: Arch) -> Move { in left_shift()
148 pub fn right_shift(&mut self, source: Source, arch: Arch) -> Move { in right_shift()
153 pub fn negate(&mut self, arch: Arch) -> Move { in negate()
158 pub fn modulo(&mut self, source: Source, arch: Arch) -> Move { in modulo()
[all …]
/DragonOS/kernel/src/virt/kvm/
H A Dhost_mem.rs77 Move, enumerator
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs2020 Move, enumerator
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs1210 Move, enumerator