Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs210 pub fn load(&mut self, mem_size: MemSize) -> Load { in load()
215 pub fn load_abs(&mut self, mem_size: MemSize) -> Load { in load_abs()
220 pub fn load_ind(&mut self, mem_size: MemSize) -> Load { in load_ind()
225 pub fn load_x(&mut self, mem_size: MemSize) -> Load { in load_x()
230 fn load_internal(&mut self, mem_size: MemSize, addressing: Addressing, source: u8) -> Load { in load_internal()
442 pub struct Load<'i> { struct
450 impl<'i> Load<'i> { argument
459 impl<'i> Instruction for Load<'i> { implementation