<div dir="ltr"><div><div>i have loop index I. I want to increment it by 1. How to do this in <a href="http://registerinfo.td">registerinfo.td</a>. I m trying following but getting error.<br><br>let SubRegIndices = [sub_32bit, sub_32bit_hi], CoveredBySubRegs = 1 in {<br>foreach I = 0-255 in<br>     {   m=add(I,1);<br>def R_#J#_REG64b_#I : R_P<"R_"#J#"_R64b_"#I, !shl(I,2), [!cast<R_P>("R_"#J#"_REG32b_"#I), !cast<R_PIM>("R_"#J#"_REG32b_"#m)]>;<br><br>}<br>}<br><br></div>please help. how to increment I (add+1 in I).<br><br><br></div>Thank You<br></div>