HomeSort by relevance Sort by last modified time
    Searched refs:tmp11_plus_tmp2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm64_neon.S 137 INT32 tmp11_plus_tmp2, tmp11_minus_tmp2; \
171 tmp11_plus_tmp2 = q1; \ define
192 tmp2 = (tmp11_plus_tmp2 - tmp11_minus_tmp2) / 2; \
195 tmp11 = (tmp11_plus_tmp2 + tmp11_minus_tmp2) / 2; \
    [all...]
jsimd_arm_neon.S 107 INT32 tmp11_plus_tmp2, tmp11_minus_tmp2; \
141 tmp11_plus_tmp2 = q1; \ define
162 tmp2 = (tmp11_plus_tmp2 - tmp11_minus_tmp2) / 2; \
165 tmp11 = (tmp11_plus_tmp2 + tmp11_minus_tmp2) / 2; \
    [all...]

Completed in 39 milliseconds