Lines Matching refs:goto
105 Inst::Save(ref i) => pc = i.goto,
174 fn with_goto(cur: usize, goto: usize, fmtd: String) -> String {
175 if goto == cur + 1 {
178 format!("{} (goto: {})", fmtd, goto)
193 write!(f, "{}", with_goto(pc, inst.goto, s))?;
204 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?;
208 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?;
221 with_goto(pc, inst.goto, ranges)
230 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?;
312 pub goto: InstPtr,
334 pub goto: InstPtr,
365 pub goto: InstPtr,
375 pub goto: InstPtr,
422 pub goto: InstPtr,