Searched refs:cpuflags (Results 1 – 3 of 3) sorted by relevance
322 static const struct cpuflag cpuflags[] = { in sysappend_set_cpu() local353 for (cf = cpuflags; cf->flag; cf++) { in sysappend_set_cpu()
884 ; cpuflags913 %define cpuflag(x) (((((cpuflags & (cpuflags_ %+ x)) ^ (cpuflags_ %+ x)) - 1) >> 31) & 1)916 ; Takes an arbitrary number of cpuflags from the above list.922 %assign cpuflags 0931 %assign cpuflags cpuflags | cpuflags_%1
99 bool optimize, int cpuflags, bool interpolate, in TestScale() argument137 libyuv::MaskCpuFlags(cpuflags); in TestScale()