Hi,
I just read SPRU198I , and I found a code expression in some functions, for example: in IMG_sub_8(A.22 section),
_amem8(imgW) = _itoll (res_p7_p6_p5_p4, res_p3_p2_p1_p0);
1. "_amem8" returns "long long &" , so this sentence will generate an error while compiling using C, is there any other way to express the same meaning in C language?
2. Here, Does "long long" mean the structure of "VLIW" in Davinci?
Thanks.