Home
last modified time | relevance | path

Searched refs:spe (Results 1 – 24 of 24) sorted by relevance

/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/
H A Dtune-ppce500.inc8 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 Dtune-ppce500v2.inc8 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 Dtune-ppc7400.inc6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', ' -mcpu=7400 -mno-spe', '', d)}"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0019-Re-introduce-spe-commandline-options.patch4 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 Dconfig.mk13 $(call cc-option,-mno-spe)
/openbmc/qemu/configs/targets/
H A Dppc-softmmu.mak4 …FILES= gdb-xml/power-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml
H A Dppc-linux-user.mak5 …FILES= gdb-xml/power-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml
H A Dppc64le-linux-user.mak6 …r64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-v…
H A Dppc64-linux-user.mak7 …r64-core.xml gdb-xml/power-fpu.xml gdb-xml/power-altivec.xml gdb-xml/power-spe.xml gdb-xml/power-v…
H A Dppc64-softmmu.mak5 …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 Dsignal.c59 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 Dx264_git.bb27 X264_DISABLE_ASM:powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dlibgcc.inc8 "linux-musl" | "linux-*spe") extra_target_os="linux";;
H A Dgcc-15.1.inc67 file://0019-Re-introduce-spe-commandline-options.patch \
H A Dgcc-runtime.inc154 "linux-musl" | "linux-*spe") extra_target_os="linux";;
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcross-canadian.bbclass49 for variant in ["", "spe", "x32", "eabi", "n32", "_ilp32"]:
83 d.appendVar("CANADIANEXTRAOS", " " + extraos + "spe")
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/
H A D0001-configure-Check-for-clang.patch54 powerpc-*-linux*spe)
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0019-Platform-CS1000-Fix-compiler-switch-in-BL1.patch10 tfm/cmake/spe-CMakeLists.cmake:
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_deb.bbclass40 return arch + ["", "spe"]["spe" in tune_features]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch10160 +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 Dmeson.build312 # spe
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc2 * translate-spe.c
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]