Home
last modified time | relevance | path

Searched refs:cpuflags (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/m68k/
DMakefile8 cpuflags-$(CONFIG_M5208) := -mcpu=5208
9 cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC
10 cpuflags-$(CONFIG_M52277) := -mcpu=52277 -fPIC
11 cpuflags-$(CONFIG_M5249) := -mcpu=5249
12 cpuflags-$(CONFIG_M5253) := -mcpu=5253
13 cpuflags-$(CONFIG_M5271) := -mcpu=5271
14 cpuflags-$(CONFIG_M5272) := -mcpu=5272
15 cpuflags-$(CONFIG_M5275) := -mcpu=5275
16 cpuflags-$(CONFIG_M5282) := -mcpu=5282
17 cpuflags-$(CONFIG_M5307) := -mcpu=5307
[all …]
/third_party/ffmpeg/libavfilter/x86/
Davf_showcqt_init.c49 int cpuflags = av_get_cpu_flags(); in ff_showcqt_init_x86() local
52 if (EXTERNAL_##TYPE(cpuflags)) { \ in ff_showcqt_init_x86()
/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c153 guint cpuflags; in gst_dtsdec_class_init() local
192 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()
/third_party/ffmpeg/tests/fate/
Dxvid.mak2 fate-xvid-idct: CMD = framemd5 -flags +bitexact -cpuflags all -i $(TARGET_SAMPLES)/mpeg4/x…
/third_party/ffmpeg/tests/
Dfate-run.sh20 cpuflags=${11:-all}
126 ffmpeg_args="-nostdin -nostats -cpuflags $cpuflags"
269 AVCONV_OPTS="-nostdin -nostats -y -cpuflags $cpuflags"
/third_party/ffmpeg/libavcodec/tests/
Dfft.c435 unsigned cpuflags = av_get_cpu_flags(); in main() local
437 if (av_parse_cpu_caps(&cpuflags, optarg) < 0) in main()
440 av_force_cpu_flags(cpuflags); in main()
/third_party/ffmpeg/doc/
Dfftools-common-opts.texi282 @item -cpuflags flags (@emph{global})
286 ffmpeg -cpuflags -sse+mmx ...
287 ffmpeg -cpuflags mmx ...
288 ffmpeg -cpuflags 0 ...
/third_party/ffmpeg/libavutil/x86/
Dx86inc.asm717 ; 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
/third_party/ffmpeg/
Dconfigure5200 cpuflags="-march=$cpu"
5209 add_cflags $cpuflags
5210 add_asflags $cpuflags
5211 test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
6865 check_ldflags -flto $cpuflags