protected override IEnumerable <RtlInstructionCluster> GetRtlStream(IStorageBinder binder, IRewriterHost host) { var state = (XtensaProcessorState)arch.CreateProcessorState(); return(new XtensaRewriter(arch, new LeImageReader(image, 0), state, new Frame(arch.WordWidth), host)); }
public void Setup() { state = (XtensaProcessorState)arch.CreateProcessorState(); }