Lines Matching defs:L1
67 float *L1=&L[0][0][i];
75 "lw %[temp0], 0(%[L1]) \n\t"
76 "lw %[temp1], 9728(%[L1]) \n\t"
77 "lw %[temp2], 256(%[L1]) \n\t"
78 "lw %[temp3], 9984(%[L1]) \n\t"
79 "lw %[temp4], 512(%[L1]) \n\t"
80 "lw %[temp5], 10240(%[L1]) \n\t"
81 "lw %[temp6], 768(%[L1]) \n\t"
82 "lw %[temp7], 10496(%[L1]) \n\t"
92 PTR_ADDIU "%[L1], %[L1], 1024 \n\t"
95 : [out1]"+r"(out1), [L1]"+r"(L1), [j]"+r"(j),
104 L1-=(len<<6)-1;