| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/armv5/ |
| H A D | tune-iwmmxt.inc | 4 DEFAULTTUNE ?= "iwmmxt" 8 TUNEVALID[iwmmxt] = "Enable Intel PXA27x specific processor optimizations" 9 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', ' -mcpu=iwmmxt', '', d)}" 10 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', 'armv5:', '', d)}" 12 AVAILTUNES += "iwmmxt" 13 ARMPKGARCH:tune-iwmmxt = "iwmmxt" 14 TUNE_FEATURES:tune-iwmmxt = "thumb iwmmxt" 15 PACKAGE_EXTRA_ARCHS:tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS:tune-armv5te} iwmmxt iwmmxtt"
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | Makefile | 78 obj-$(CONFIG_IWMMXT) += iwmmxt.o 82 AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt
|
| H A D | ptrace.c | 301 return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE) in ptrace_getwmmxregs() 315 return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE) in ptrace_setwmmxregs()
|
| H A D | asm-offsets.c | 64 DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt)); in main()
|
| H A D | signal.c | 330 err |= preserve_iwmmxt_context(&aux->iwmmxt); in setup_sigframe()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-arm-add-armv9-a-architecture-to-march.patch | 87 begin arch iwmmxt 88 tune for iwmmxt 98 -Enum(arm_arch) String(iwmmxt) Value(31) 103 +Enum(arm_arch) String(iwmmxt) Value(32) 256 @samp{iwmmxt} and @samp{iwmmxt2}.
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | fpstate.h | 74 struct iwmmxt_struct iwmmxt; member
|
| H A D | ucontext.h | 99 struct iwmmxt_sigframe iwmmxt; member
|
| /OK3568_Linux_fs/buildroot/package/pixman/ |
| H A D | pixman.mk | 55 PIXMAN_CONF_OPTS += --disable-arm-iwmmxt
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | pixman_0.40.0.bb | 35 # disable iwmmxt due to compile fails on most arm platforms.
|
| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | Config.in.arm | 133 bool "iwmmxt" 855 default "iwmmxt" if BR2_iwmmxt
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | mmintrin.h | 28 #error mmintrin.h included without enabling WMMX/WMMX2 instructions (e.g. -march=iwmmxt or -march=i…
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | makefiles.rst | 410 AFLAGS_iwmmxt.o := -Wa,-mcpu=iwmmxt
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 7811 coprocessor), 'i80200' (Intel XScale processor) 'iwmmxt' (Intel 7843 Extensions for v7-A and v7-R architectures), 'iwmmxt', 'iwmmxt2', 7869 'armv8-m.main', 'armv8.1-m.main', 'armv8.6-a', 'iwmmxt', 'iwmmxt2'
|
| H A D | gcc.info | 17090 'apcs-gnu', 'atpcs', 'aapcs', 'aapcs-linux' and 'iwmmxt'. 17170 'armv8-m.base', 'armv8-m.main', 'armv8.1-m.main', 'iwmmxt' and 17673 'neoverse-v1', 'xscale', 'iwmmxt', 'iwmmxt2', 'ep9312', 'fa526', 44218 when the '-mcpu=iwmmxt' switch is used:
|
| H A D | gdb.info | 49941 The 'org.gnu.gdb.xscale.iwmmxt' feature is optional. If present, it
|
| H A D | gccint.info | 4999 ARM target supports '-mcpu=iwmmxt'. Some multilibs may be
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 7811 coprocessor), 'i80200' (Intel XScale processor) 'iwmmxt' (Intel 7843 Extensions for v7-A and v7-R architectures), 'iwmmxt', 'iwmmxt2', 7869 'armv8-m.main', 'armv8.1-m.main', 'armv8.6-a', 'iwmmxt', 'iwmmxt2'
|
| H A D | gcc.info | 17090 'apcs-gnu', 'atpcs', 'aapcs', 'aapcs-linux' and 'iwmmxt'. 17170 'armv8-m.base', 'armv8-m.main', 'armv8.1-m.main', 'iwmmxt' and 17673 'neoverse-v1', 'xscale', 'iwmmxt', 'iwmmxt2', 'ep9312', 'fa526', 44218 when the '-mcpu=iwmmxt' switch is used:
|
| H A D | gdb.info | 49941 The 'org.gnu.gdb.xscale.iwmmxt' feature is optional. If present, it
|
| H A D | gccint.info | 4999 ARM target supports '-mcpu=iwmmxt'. Some multilibs may be
|