Searched refs:cmov (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dcpu.h50 FLAC__bool cmov; member in struct:__anon3799
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dmix_i386.c88 static int smp = 0, mmx = 0, cmov = 0; local
109 if (strstr(line, " cmov"))
110 cmov = 1;
126 if (cmov) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-divide.S236 nop # E : as part of the cmov
253 nop # E : U L L U : as part of the cmov
256 nop # E : as part of the cmov
H A Dev6-memchr.S107 nop # E : keep with cmov
112 nop # E : keep with cmov
H A Dev67-strrchr.S68 nop # : Latency=2, extra map slot (keep nop with cmov)
100 nop # E : hide the cmov latency (2) behind ctlz latency
H A Dev6-strncpy_from_user.S359 nop # E : goes with cmov
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c166 info->data.ia32.cmov = false;
180 info->data.ia32.cmov = (flags_edx & FLAC__CPUINFO_IA32_CPUID_CMOV )? true : false;
201 fprintf(stderr, " CMOV ....... %c\n", info->data.ia32.cmov ? 'Y' : 'n');
H A Dstream_encoder.c947 if(encoder->private_->cpuinfo.data.ia32.mmx && encoder->private_->cpuinfo.data.ia32.cmov)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure1066 cmov
1246 x86_64_suggest="cmov fast_cmov"
2281 # targets that do NOT support conditional mov (cmov)
2284 disable cmov
2286 # targets that do support conditional mov (cmov)
2289 enable cmov
2295 enable cmov
3183 echo "CMOV enabled ${cmov-no}"

Completed in 109 milliseconds