Searched defs:Load (Results 1 – 1 of 1) sorted by relevance
210 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> { struct450 impl<'i> Load<'i> { argument459 impl<'i> Instruction for Load<'i> { implementation