| 255 | // SET_VAR_SPLIT |
| 256 | #[derive(Debug, Copy, Clone)] |
| 257 | pub struct SetVarSplit { |
| 258 | pub high: Variable, |
| 259 | pub low: Variable, |
| 260 | pub src: usize, |
| 261 | } |
| 262 | #[derive(Clone, Debug, PartialEq)] |
| 263 | pub struct LiftedSetVarSplit { |
| 264 | pub high: Variable, |