search for: r_2_v_3

Displaying 2 results from an estimated 2 matches for "r_2_v_3".

Did you mean: r_2_v_0
2017 Jul 10
2
Conditional Register Assignment based on the no of loop iterations
hello, i have a situation where i have to assign the registers to instructions based on the loop iterations. for eg.. the registers are: R_0_V_0, R_0_V_1, R_0_V_2, R_0_V_3, R_1_V_0, R_1_V_1, R_1_V_2, R_1_V_3, R_2_V_0, R_2_V_1, R_2_V_2, R_2_V_3. These registers defined in object Reg_A These are total 12 registers. will use them contiguously, here i define it in above mentioned order i.e changing V first then R. for eg; if no of iterations>=4. 1st load will take place in R_0_V_0 2nd load will take place in R_0_V_1 3rd load will take...
2017 Jul 10
2
Conditional Register Assignment based on the no of loop iterations
...gt;> i have a situation where i have to assign the registers to instructions >> based on the loop iterations. >> >> for eg.. >> the registers are: >> R_0_V_0, R_0_V_1, R_0_V_2, R_0_V_3, >> R_1_V_0, R_1_V_1, R_1_V_2, R_1_V_3, >> R_2_V_0, R_2_V_1, R_2_V_2, R_2_V_3. >> These registers defined in object Reg_A >> >> These are total 12 registers. will use them contiguously, here i define >> it in above mentioned order i.e changing V first then R. >> >> >> for eg; >> if no of iterations>=4. >> 1st load wil...