Searched refs:cpuflags (Results 1 – 9 of 9) sorted by relevance
8 cpuflags-$(CONFIG_M5208) := -mcpu=52089 cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC10 cpuflags-$(CONFIG_M52277) := -mcpu=52277 -fPIC11 cpuflags-$(CONFIG_M5249) := -mcpu=524912 cpuflags-$(CONFIG_M5253) := -mcpu=525313 cpuflags-$(CONFIG_M5271) := -mcpu=527114 cpuflags-$(CONFIG_M5272) := -mcpu=527215 cpuflags-$(CONFIG_M5275) := -mcpu=527516 cpuflags-$(CONFIG_M5282) := -mcpu=528217 cpuflags-$(CONFIG_M5307) := -mcpu=5307[all …]
49 int cpuflags = av_get_cpu_flags(); in ff_showcqt_init_x86() local52 if (EXTERNAL_##TYPE(cpuflags)) { \ in ff_showcqt_init_x86()
153 guint cpuflags; in gst_dtsdec_class_init() local192 cpuflags = orc_target_get_default_flags (orc_target_get_by_name ("mmx")); in gst_dtsdec_class_init()193 if (cpuflags & ORC_TARGET_MMX_MMX) in gst_dtsdec_class_init()195 if (cpuflags & ORC_TARGET_MMX_3DNOW) in gst_dtsdec_class_init()197 if (cpuflags & ORC_TARGET_MMX_MMXEXT) in gst_dtsdec_class_init()200 cpuflags = 0; in gst_dtsdec_class_init()204 GST_LOG ("CPU flags: dts=%08x, orc=%08x", klass->dts_cpuflags, cpuflags); in gst_dtsdec_class_init()
2 fate-xvid-idct: CMD = framemd5 -flags +bitexact -cpuflags all -i $(TARGET_SAMPLES)/mpeg4/x…
20 cpuflags=${11:-all}126 ffmpeg_args="-nostdin -nostats -cpuflags $cpuflags"269 AVCONV_OPTS="-nostdin -nostats -y -cpuflags $cpuflags"
435 unsigned cpuflags = av_get_cpu_flags(); in main() local437 if (av_parse_cpu_caps(&cpuflags, optarg) < 0) in main()440 av_force_cpu_flags(cpuflags); in main()
282 @item -cpuflags flags (@emph{global})286 ffmpeg -cpuflags -sse+mmx ...287 ffmpeg -cpuflags mmx ...288 ffmpeg -cpuflags 0 ...
717 ; Appends cpuflags to the function name if cpuflags has been specified.1114 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
5200 cpuflags="-march=$cpu"5209 add_cflags $cpuflags5210 add_asflags $cpuflags5211 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags6865 check_ldflags -flto $cpuflags