Searched refs:into_io_op (Results 1 – 2 of 2) sorted by relevance
516 let (location, value) = value.into_io_op(); in try_write_reg()663 let (location, value) = value.into_io_op(); in write_reg()
397 fn into_io_op(self) -> (Self::Location, Self::Value); in into_io_op() method408 fn into_io_op(self) -> (FixedRegisterLoc<T>, T) { in into_io_op() function