Searched refs:PREFETCH (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Drgb2rgb_template.c32 #undef PREFETCH macro
47 #define PREFETCH "prefetch" macro
51 #define PREFETCH "prefetchnta" macro
55 #define PREFETCH " # nop" macro
84 __asm__ volatile(PREFETCH" %0"::"m"(*s):"memory");
90 PREFETCH" 32%1 \n\t"
144 __asm__ volatile(PREFETCH" %0"::"m"(*s):"memory");
149 PREFETCH" 32%1 \n\t"
234 __asm__ volatile(PREFETCH" %0"::"m"(*s));
240 PREFETCH" 3
[all...]
H A Dswscale_template.c27 #undef PREFETCH macro
40 #define PREFETCH "prefetch" macro
43 #define PREFETCH "prefetchnta" macro
46 #define PREFETCH " # nop" macro
1708 PREFETCH" 64(%0) \n\t"
1746 PREFETCH" 64(%0) \n\t"
2240 PREFETCH" (%%"REG_c") \n\t"
2241 PREFETCH" 32(%%"REG_c") \n\t"
2242 PREFETCH" 64(%%"REG_c") \n\t"
2513 PREFETCH" (
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c3735 #define PREFETCH() \
4314 PREFETCH ();
4325 PREFETCH ();
4338 PREFETCH ();
4358 PREFETCH ();
4604 PREFETCH ();
5159 PREFETCH ();
5176 PREFETCH ();
5187 PREFETCH ();
5196 PREFETCH ();
3717 #define PREFETCH macro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c5297 #define PREFETCH() \
6235 PREFETCH ();
6260 PREFETCH ();
6273 PREFETCH ();
6302 PREFETCH ();
6886 PREFETCH ();
7483 PREFETCH ();
7500 PREFETCH ();
7511 PREFETCH ();
7520 PREFETCH ();
5281 #define PREFETCH macro
8278 # undef PREFETCH macro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c1760 #define PREFETCH(name, op) \ macro
1768 PREFETCH(prefetch_mmx2, prefetcht0)
1769 PREFETCH(prefetch_3dnow, prefetch)
1770 #undef PREFETCH macro

Completed in 124 milliseconds