Searched refs:MEMLEA (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_posix.cc | 223 "lea " MEMLEA(0x8,0) ",%0 \n" in TestRow_SSE2() 225 "lea " MEMLEA(0x20,1) ",%1 \n" in TestRow_SSE2() 248 "lea " MEMLEA(0x8,0) ",%0 \n" in I400ToARGBRow_SSE2() 257 "lea " MEMLEA(0x20,1) ",%1 \n" in I400ToARGBRow_SSE2() 279 "lea " MEMLEA(0x8,0) ",%0 \n" in I400ToARGBRow_Unaligned_SSE2() 288 "lea " MEMLEA(0x20,1) ",%1 \n" in I400ToARGBRow_Unaligned_SSE2() 314 "lea " MEMLEA(0x30,0) ",%0 \n" in RGB24ToARGBRow_SSSE3() 332 "lea " MEMLEA(0x40,1) ",%1 \n" in RGB24ToARGBRow_SSSE3() 355 "lea " MEMLEA(0x30,0) ",%0 \n" in RAWToARGBRow_SSSE3() 373 "lea " MEMLEA(0x40,1) ",%1 \n" in RAWToARGBRow_SSSE3() [all …]
|
D | scale_posix.cc | 106 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2_SSE2() 111 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2_SSE2() 135 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2Linear_SSE2() 146 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2Linear_SSE2() 173 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2Box_SSE2() 186 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2Box_SSE2() 210 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2_Unaligned_SSE2() 215 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2_Unaligned_SSE2() 240 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2Linear_Unaligned_SSE2() 251 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2Linear_Unaligned_SSE2() [all …]
|
D | compare_posix.cc | 29 "lea " MEMLEA(0x10, 0) ",%0 \n" in SumSquareError_SSE2() 31 "lea " MEMLEA(0x10, 1) ",%1 \n" in SumSquareError_SSE2() 105 "lea " MEMLEA(0x10, 0) ",%0 \n" in HashDjb2_SSE41()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 427 #define MEMLEA(offset, base) #offset "(%q" #base ")" macro 453 #define MEMLEA(offset, base) #offset "(%" #base ")" macro
|