/openbmc/openbmc/poky/meta/conf/machine/include/mips/ |
H A D | tune-mips32.inc | 1 DEFAULTTUNE ?= "mips32" 5 TUNEVALID[mips32] = "Enable mips32 specific processor optimizations" 6 TUNECONFLICTS[mips32] = "n64 n32" 7 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mips32', ' -march=mips32', '', d)}" 10 AVAILTUNES += "mips32 mips32el" 12 TUNE_FEATURES:tune-mips32 = "${TUNE_FEATURES:tune-mips} mips32" 13 MIPSPKGSFX_VARIANT:tune-mips32 = "mips32" 14 PACKAGE_EXTRA_ARCHS:tune-mips32 = "mips mips32" 16 TUNE_FEATURES:tune-mips32el = "${TUNE_FEATURES:tune-mipsel} mips32" 21 AVAILTUNES += "mips32-nf mips32el-nf" [all …]
|
H A D | tune-mips32r2.inc | 3 require conf/machine/include/mips/tune-mips32.inc 14 PACKAGE_EXTRA_ARCHS:tune-mips32r2 = "mips mips32 mips32r2" 25 PACKAGE_EXTRA_ARCHS:tune-mips32r2-nf = "mips-nf mips32-nf mips32r2-nf"
|
H A D | feature-mips-mips16e.inc | 9 # mips32/64 system and vice versa. It is strongly recommended that DISTROs not
|
/openbmc/u-boot/arch/mips/ |
H A D | Makefile | 27 arch-$(CONFIG_CPU_MIPS32_R1) += -march=mips32 -Wa,-mips32
|
H A D | Kconfig | 8 default "mips32" if CPU_MIPS32
|
/openbmc/u-boot/board/qemu-mips/ |
H A D | lowlevel_init.S | 9 .set mips32 define
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ptrace.h | 100 struct mips32_watch_regs mips32; member
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rust-target-config.bbclass | 40 if 'mips32' in feat: 41 f.append("+mips32") 313 elif "mips32" in feat: 314 trans['mipsel'] = "mips32" 315 trans['mips'] = "mips32"
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch | 10 it works ok for mips32
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
H A D | 0001-Configure-do-not-tweak-mips-cflags.patch | 31 - $value = '-mips2' if ($target =~ /mips32/);
|
/openbmc/linux/arch/mips/ |
H A D | Makefile | 155 cflags-$(CONFIG_CPU_MIPS32_R1) += -march=mips32 -Wa,--trap 182 cflags-$(CONFIG_CPU_BMIPS) += -march=mips32 -Wa,-mips32 -Wa,--trap
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
H A D | riscv32.patch | 43 ("mips32", "__mips__"),
|
/openbmc/linux/tools/testing/ktest/examples/ |
H A D | crosstests.conf | 125 TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT}
|
/openbmc/linux/arch/mips/kernel/ |
H A D | genex.S | 406 .set mips32 define 506 .set mips32 define
|
H A D | bmips_vec.S | 24 .set mips32 define
|
H A D | ptrace.c | 138 #define WATCH_STYLE mips32 in ptrace_get_watch_regs()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/ |
H A D | valgrind_3.23.0.bb | 120 VALGRINDARCH:mips = "mips32" 121 VALGRINDARCH:mipsel = "mips32"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.4.0.bb | 107 target="linux-mips32 ${TARGET_CC_ARCH}"
|
/openbmc/u-boot/doc/ |
H A D | README.scrapyard | 245 incaip mips mips32 538cf92c 2014-04-20 Wolfgang Denk <wd@denx.de> 293 tb0229 mips mips32 3f3110d 2011-12-12
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.0.rst | 130 - The Rust ``oe-selftest`` were enabled, except for ``mips32`` whose tests
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2341 ".set mips32\n" 2355 ".set mips32\n"
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 421 if ("[mips32]" in line or "[mips64]" in line) and d.getVar('TCLIBC') == "musl":
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |