Home
last modified time | relevance | path

Searched refs:MEMLEA (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_gcc.cc225 "lea " MEMLEA(0x8,0) ",%0 \n" in TestRow_SSE2()
227 "lea " MEMLEA(0x20,1) ",%1 \n" in TestRow_SSE2()
247 "lea " MEMLEA(0x8,0) ",%0 \n" in J400ToARGBRow_SSE2()
256 "lea " MEMLEA(0x20,1) ",%1 \n" in J400ToARGBRow_SSE2()
278 "lea " MEMLEA(0x30,0) ",%0 \n" in RGB24ToARGBRow_SSSE3()
295 "lea " MEMLEA(0x40,1) ",%1 \n" in RGB24ToARGBRow_SSSE3()
316 "lea " MEMLEA(0x30,0) ",%0 \n" in RAWToARGBRow_SSSE3()
333 "lea " MEMLEA(0x40,1) ",%1 \n" in RAWToARGBRow_SSSE3()
380 "lea " MEMLEA(0x10,0) ",%0 \n" in RGB565ToARGBRow_SSE2()
431 "lea " MEMLEA(0x10,0) ",%0 \n" in ARGB1555ToARGBRow_SSE2()
[all …]
Dscale_gcc.cc106 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2_SSE2()
111 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2_SSE2()
131 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2Linear_SSE2()
142 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2Linear_SSE2()
164 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown2Box_SSE2()
177 "lea " MEMLEA(0x10,1) ",%1 \n" in ScaleRowDown2Box_SSE2()
200 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown4_SSE2()
207 "lea " MEMLEA(0x8,1) ",%1 \n" in ScaleRowDown4_SSE2()
237 "lea " MEMLEA(0x20,0) ",%0 \n" in ScaleRowDown4Box_SSE2()
257 "lea " MEMLEA(0x8,1) ",%1 \n" in ScaleRowDown4Box_SSE2()
[all …]
Dcompare_gcc.cc29 "lea " MEMLEA(0x10, 0) ",%0 \n" in SumSquareError_SSE2()
31 "lea " MEMLEA(0x10, 1) ",%1 \n" in SumSquareError_SSE2()
101 "lea " MEMLEA(0x10, 0) ",%0 \n" in HashDjb2_SSE41()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h435 #define MEMLEA(offset, base) #offset "(%q" #base ")" macro
472 #define MEMLEA(offset, base) #offset "(%" #base ")" macro