| /openbmc/openbmc/poky/meta/conf/machine/include/powerpc/ |
| H A D | tune-ppce500.inc | 8 TUNEVALID[spe] = "Enable SPE ABI extensions" 9 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', [ 'ppce500', 'spe' ], ' -mabi=spe -mspe -mflo… 10 TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', [ 'ppce500' , 'spe' ], 'ppc-efs', '', d)}" 12 # spe is defined potentially in two places, so we want to be sure it will 13 # only write spe once to the ABIEXTENSIONS field. 14 SPEABIEXTENSION = "${@bb.utils.filter('TUNE_FEATURES', 'spe', d)}" 18 TUNE_FEATURES:tune-ppce500 = "m32 spe ppce500 bigendian"
|
| H A D | tune-ppce500v2.inc | 8 TUNEVALID[spe] = "Enable SPE ABI extensions" 9 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', [ 'ppce500v2', 'spe' ], ' -mabi=spe -mspe -mf… 10 TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', [ 'ppce500v2' , 'spe' ], 'ppc-efd', '', d)}" 12 # spe is defined potentially in two places, so we want to be sure it will 13 # only write spe once to the ABIEXTENSIONS field. 14 SPEABIEXTENSION = "${@bb.utils.filter('TUNE_FEATURES', 'spe', d)}"
|
| H A D | tune-ppc7400.inc | 6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', ' -mcpu=7400 -mno-spe', '', d)}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0019-Re-introduce-spe-commandline-options.patch | 4 Subject: [PATCH] Re-introduce spe commandline options 7 spe options 29 +mabi=spe 33 +mabi=no-spe
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | config.mk | 13 $(call cc-option,-mno-spe)
|
| /openbmc/qemu/configs/targets/ |
| H A D | ppc-softmmu.mak | 4 …FILES= gdb-xml/power-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml
|
| H A D | ppc-linux-user.mak | 5 …FILES= gdb-xml/power-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml
|
| H A D | ppc64le-linux-user.mak | 6 …r64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-v…
|
| H A D | ppc64-linux-user.mak | 7 …r64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-v…
|
| H A D | ppc64-softmmu.mak | 5 …r64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-v…
|
| /openbmc/qemu/linux-user/ppc/ |
| H A D | signal.c | 59 uint32_t spe[33]; member 309 __put_user(env->gprh[i], &frame->mc_vregs.spe[i]); in save_user_regs() 311 __put_user(env->spe_fscr, &frame->mc_vregs.spe[32]); in save_user_regs() 418 __get_user(env->gprh[i], &frame->mc_vregs.spe[i]); in restore_user_regs() 420 __get_user(env->spe_fscr, &frame->mc_vregs.spe[32]); in restore_user_regs()
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/x264/ |
| H A D | x264_git.bb | 27 X264_DISABLE_ASM:powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | libgcc.inc | 8 "linux-musl" | "linux-*spe") extra_target_os="linux";;
|
| H A D | gcc-15.1.inc | 67 file://0019-Re-introduce-spe-commandline-options.patch \
|
| H A D | gcc-runtime.inc | 154 "linux-musl" | "linux-*spe") extra_target_os="linux";;
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cross-canadian.bbclass | 49 for variant in ["", "spe", "x32", "eabi", "n32", "_ilp32"]: 83 d.appendVar("CANADIANEXTRAOS", " " + extraos + "spe")
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/ |
| H A D | 0001-configure-Check-for-clang.patch | 54 powerpc-*-linux*spe)
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0019-Platform-CS1000-Fix-compiler-switch-in-BL1.patch | 10 tfm/cmake/spe-CMakeLists.cmake:
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | package_deb.bbclass | 40 return arch + ["", "spe"]["spe" in tune_features]
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 10160 +void hw_mmal_subpic_close(vlc_object_t * const p_filter, subpic_reg_stash_t * const spe) 10162 + hw_mmal_subpic_flush(p_filter, spe); 10164 + if (spe->pool != NULL) 10165 + mmal_pool_destroy(spe->pool); 10168 + *spe = (subpic_reg_stash_t){NULL}; 10171 +MMAL_STATUS_T hw_mmal_subpic_open(vlc_object_t * const p_filter, subpic_reg_stash_t * const spe, M… 10177 + *spe = (subpic_reg_stash_t){NULL}; 10185 + if ((spe->pool = mmal_pool_create(30, 0)) == NULL) 10192 + spe->port = port; 10193 + spe->display_id = display_id; [all …]
|
| /openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/ |
| H A D | meson.build | 312 # spe
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | spe-impl.c.inc | 2 * translate-spe.c
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |