Displaying 2 results from an estimated 2 matches for "r_0_v_2".
Did you mean:
r_0_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...
2017 Jul 10
2
Conditional Register Assignment based on the no of loop iterations
...9:17 AM, hameeza ahmed <hahmed2305 at gmail.com>
> wrote:
>
>> 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 t...