Searched refs:MEMSTORESTRING (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | row_gcc.cc | 3044 asm volatile("rep stosl " MEMSTORESTRING(eax, 0) " \n" in SetRow_X86() 3053 asm volatile("rep stosb " MEMSTORESTRING(al, 0) " \n" in SetRow_ERMS() 3062 asm volatile("rep stosl " MEMSTORESTRING(eax, 0) " \n" in ARGBSetRow_X86()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 3040 "rep stosl " MEMSTORESTRING(eax,0) " \n" in SetRow_X86() 3050 "rep stosb " MEMSTORESTRING(al,0) " \n" in SetRow_ERMS() 3060 "rep stosl " MEMSTORESTRING(eax,0) " \n" in ARGBSetRow_X86()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 503 #define MEMSTORESTRING(reg, d) "%%" #reg ",%%nacl:(%q" #d "), %%r15" macro 540 #define MEMSTORESTRING(reg, d) macro
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 583 #define MEMSTORESTRING(reg, d) "%%" #reg ",%%nacl:(%q" #d "), %%r15" macro 614 #define MEMSTORESTRING(reg, d) macro
|