Home
last modified time | relevance | path

Searched refs:assembler (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-liftoff-Correct-function-signatures.patch7 ../deps/v8/src/wasm/baseline/mips/liftoff-assembler-mips.h:661:5: error: no matching member functio…
15 deps/v8/src/wasm/baseline/liftoff-assembler.h | 6 +++---
16 .../src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h | 2 +-
17 .../src/wasm/baseline/riscv/liftoff-assembler-riscv64-inl.h | 2 +-
20 diff --git a/deps/v8/src/wasm/baseline/liftoff-assembler.h b/deps/v8/src/wasm/baseline/liftoff-asse…
22 --- a/deps/v8/src/wasm/baseline/liftoff-assembler.h
23 +++ b/deps/v8/src/wasm/baseline/liftoff-assembler.h
44 …ps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h b/deps/v8/src/wasm/baseline/mips64/l…
46 --- a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h
47 +++ b/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/
H A Dnasm_2.16.03.bb1 SUMMARY = "General-purpose x86 assembler"
4 DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 arch…
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch39 -DEFINE GCC_ASM_FLAGS = -c -x assembler -imacros AutoGen.h
40 -DEFINE GCC_PP_FLAGS = -E -x assembler-with-cpp -include AutoGen.h
41 +DEFINE GCC_ASM_FLAGS = -c -x assembler -imacros AutoGen.h ENV(GCC_PREFIX_MAP)
42 +DEFINE GCC_PP_FLAGS = -E -x assembler-with-cpp -include AutoGen.h ENV(GCC_PREFIX_MA…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0001-cpuburn-a8.S-Remove-.func-.endfunc.patch7 and are silently ignored by gnu assembler when unused, clang assembler
/openbmc/qemu/tests/tcg/arm/
H A DMakefile.softmmu-target15 -Wl,--build-id=none -x assembler-with-cpp \
39 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/
H A D0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch8 For RISC-V -mrelax-all causes the assembler stage to convert
21 If the assembler also does branch relaxation it will increase the size
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-use-correct-CPP.patch6 configure uses CPP to test that two assembler routines
24 # on SVR4, cc -E does not produce correct assembler files. Need /lib/cpp.
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/
H A Dsysinfo.h41 char *assembler; member
/openbmc/qemu/tests/qtest/migration/
H A DMakefile29 * the header and the assembler differences in your patch submission.
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-cpp-honor-sysroot.patch51 {".s", "@assembler", 0, 0, 0},
52 {"@assembler",
/openbmc/qemu/tests/tcg/alpha/
H A DMakefile.softmmu-target25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dav1d/
H A Ddav1d_1.5.1.bb19 # RVV assembler routines are not yet available for RISCV32
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch6 For passing additional assembler flags
/openbmc/qemu/tests/tcg/loongarch64/
H A DMakefile.softmmu-target25 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -x assembler-with-cpp -Wa,--noexecstack -c $< -o $@
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-Propagate-ffile-prefix-map-from-CFLAGS-to-ASFLAGS.patch18 # The assembler can generate debug information too.
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A DFix-building-on-x86_64-with-binutils-2.41.patch6 Newer versions of the GNU assembler (observed with binutils 2.41) will
11 that the assembler is no longer expecting 64-bit instructions to be used
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/
H A Dyasm_git.bb1 SUMMARY = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-Use-portable-syntax-for-pushsection-directive-in-inl.patch7 '@' does not work with clang inline assembler, but '%' works with both
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/
H A Dts-sp-common.inc25 # Use Yocto debug prefix maps for compiling assembler.
/openbmc/u-boot/doc/
H A DREADME.mips49 initialized in board specific assembler language before the cache init
H A DREADME.mpc83xxads19 GNU assembler version 2.15 (powerpc-linux) using BFD version 2.15
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A D0001-NEON-autodetection-segfaults-assume-neon-present.patch48 - assembler may not recognize it without -mfpu=neon */
/openbmc/openbmc/poky/meta/recipes-graphics/spir/
H A Dspirv-tools_1.4.313.0.bb3 DESCRIPTION = "The project includes an assembler, binary module parser, \
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCOIL-1.010 holder of copyright or other legal privileges, author or assembler, and
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S15 @ start address. It needs to be assembled by an ARM(32) assembler and

123