Searched refs:tmp2 (Results 1 - 2 of 2) sorted by relevance
/system/core/libcutils/arch-arm64/ |
H A D | android_memset.S | 45 #define tmp2 x4 define 122 neg tmp2, dst 123 ands tmp2, tmp2, #15 128 sub count, count, tmp2 130 add dst, dst, tmp2 155 neg tmp2, dst 156 ands tmp2, tmp2, #15 158 sub count, count, tmp2 [all...] |
/system/core/libpixelflinger/include/private/pixelflinger/ |
H A D | ggl_fixed.h | 198 GGLfixed result,tmp,tmp1,tmp2; local 238 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2) 249 "sra %[tmp2],%[tmp],0x1f \t\n" 252 "addu %[tmp],%[tmp],%[tmp2] \t\n" 254 "srl %[tmp2],%[res],%[rshift] \t\n" 258 "or %[tmp],%[tmp],%[tmp2] \t\n" 260 : [res]"=&r"(result),[tmp]"=&r"(tmp),[tmp1]"=&r"(tmp1),[tmp2]"=&r"(tmp2) 272 "sra %[tmp2], 294 GGLfixed result,t,tmp1,tmp2; local 366 GGLfixed result,t,tmp1,tmp2; local 528 GGLfixed result,tmp,tmp1,tmp2; local 617 GGLfixed result,t,tmp1,tmp2; local 683 GGLfixed result,t,tmp1,tmp2; local [all...] |
Completed in 440 milliseconds