Searched refs:REAL_MOVNTQ (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale_template.c26 #undef REAL_MOVNTQ macro
38 #define REAL_MOVNTQ(a,b) "movntq " #a ", " #b " \n\t" macro
41 #define REAL_MOVNTQ(a,b) "movq " #a ", " #b " \n\t" macro
44 #define MOVNTQ(a,b) REAL_MOVNTQ(a,b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_template.c21 #undef REAL_MOVNTQ macro
32 #define REAL_MOVNTQ(a,b) "movntq " #a ", " #b " \n\t" macro
34 #define REAL_MOVNTQ(a,b) "movq " #a ", " #b " \n\t" macro
36 #define MOVNTQ(a,b) REAL_MOVNTQ(a,b)

Completed in 60 milliseconds